diff --git a/data/documentation/flow.json b/data/documentation/flow.json index d4790a2c..a723cbbc 100644 --- a/data/documentation/flow.json +++ b/data/documentation/flow.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/flow"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow","interfaceLanguage":"swift"},"topicSections":[{"title":"Structures","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"Flow","title":"Flow","symbolKind":"module","role":"collection","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[[]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/flow"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow","interfaceLanguage":"swift"},"topicSections":[{"title":"Structures","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"Flow","title":"Flow","symbolKind":"module","role":"collection","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[[]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow.json b/data/documentation/flow/hflow.json index 88680129..e3d0df28 100644 --- a/data/documentation/flow/hflow.json +++ b/data/documentation/flow/hflow.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"The following example shows a simple horizontal flow of five text views:"}]},{"type":"codeListing","syntax":null,"code":["var body: some View {"," HFlow("," alignment: .top,"," spacing: 10"," ) {"," ForEach("," 1...5,"," id: \\.self"," ) {"," Text(\"Item \\($0)\")"," }"," }","}"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Flow\/7SwiftUI10AnimatableP","doc:\/\/Flow\/7SwiftUI6LayoutP","doc:\/\/Flow\/7SwiftUI4ViewP"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"role":"symbol","title":"HFlow","roleHeading":"Structure","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"symbolKind":"struct","externalID":"s:4Flow5HFlowV","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:content:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/body"]},{"title":"Default Implementations","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"],"generated":true}],"references":{"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow/HFlow/body":{"role":"symbol","title":"body","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/body","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/body"},"doc://Flow/documentation/Flow/HFlow/init(alignment:spacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:spacing:)"},"doc://Flow/7SwiftUI6LayoutP":{"type":"unresolvable","title":"SwiftUI.Layout","identifier":"doc:\/\/Flow\/7SwiftUI6LayoutP"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/animatable-implementations"},"doc://Flow/documentation/Flow/HFlow/init(alignment:itemSpacing:rowSpacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:rowSpacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"rowSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:itemspacing:rowspacing:)"},"doc://Flow/7SwiftUI10AnimatableP":{"type":"unresolvable","title":"SwiftUI.Animatable","identifier":"doc:\/\/Flow\/7SwiftUI10AnimatableP"},"doc://Flow/documentation/Flow/HFlow/init(alignment:itemSpacing:rowSpacing:content:)":{"role":"symbol","title":"init(alignment:itemSpacing:rowSpacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"rowSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:itemspacing:rowspacing:content:)"},"doc://Flow/documentation/Flow/HFlow/init(alignment:spacing:content:)":{"role":"symbol","title":"init(alignment:spacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:spacing:content:)"},"doc://Flow/7SwiftUI4ViewP":{"type":"unresolvable","title":"SwiftUI.View","identifier":"doc:\/\/Flow\/7SwiftUI4ViewP"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"The following example shows a simple horizontal flow of five text views:"}]},{"type":"codeListing","syntax":null,"code":["var body: some View {"," HFlow("," alignment: .top,"," spacing: 10"," ) {"," ForEach("," 1...5,"," id: \\.self"," ) {"," Text(\"Item \\($0)\")"," }"," }","}"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Flow\/7SwiftUI10AnimatableP","doc:\/\/Flow\/7SwiftUI6LayoutP","doc:\/\/Flow\/7SwiftUI4ViewP"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"role":"symbol","title":"HFlow","roleHeading":"Structure","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"symbolKind":"struct","externalID":"s:4Flow5HFlowV","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:content:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/body"]},{"title":"Default Implementations","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"],"generated":true}],"references":{"doc://Flow/documentation/Flow/HFlow/init(alignment:spacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:spacing:)"},"doc://Flow/7SwiftUI4ViewP":{"type":"unresolvable","title":"SwiftUI.View","identifier":"doc:\/\/Flow\/7SwiftUI4ViewP"},"doc://Flow/documentation/Flow/HFlow/init(alignment:itemSpacing:rowSpacing:content:)":{"role":"symbol","title":"init(alignment:itemSpacing:rowSpacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"rowSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:itemspacing:rowspacing:content:)"},"doc://Flow/documentation/Flow/HFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/animatable-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow/HFlow/init(alignment:spacing:content:)":{"role":"symbol","title":"init(alignment:spacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:spacing:content:)"},"doc://Flow/7SwiftUI6LayoutP":{"type":"unresolvable","title":"SwiftUI.Layout","identifier":"doc:\/\/Flow\/7SwiftUI6LayoutP"},"doc://Flow/documentation/Flow/HFlow/body":{"role":"symbol","title":"body","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/body","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/body"},"doc://Flow/7SwiftUI10AnimatableP":{"type":"unresolvable","title":"SwiftUI.Animatable","identifier":"doc:\/\/Flow\/7SwiftUI10AnimatableP"},"doc://Flow/documentation/Flow/HFlow/init(alignment:itemSpacing:rowSpacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:rowSpacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"rowSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:itemspacing:rowspacing:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accentcolor(_:).json b/data/documentation/flow/hflow/accentcolor(_:).json index 08b4b5ac..65a480db 100644 --- a/data/documentation/flow/hflow/accentcolor(_:).json +++ b/data/documentation/flow/hflow/accentcolor(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"accentColor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accentcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accentColor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accentColor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accentColor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11accentColoryQrAA0E0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the asset catalog's accent color or View.tint(_:) instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/accentColor(_:)":{"role":"symbol","title":"accentColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accentColor(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accentcolor(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"accentColor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accentcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accentColor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accentColor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accentColor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11accentColoryQrAA0E0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the asset catalog's accent color or View.tint(_:) instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accentColor(_:)":{"role":"symbol","title":"accentColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accentColor(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accentcolor(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibility(activationpoint:)-2b1x0.json b/data/documentation/flow/hflow/accessibility(activationpoint:)-2b1x0.json index f257a2ec..9477e7d2 100644 --- a/data/documentation/flow/hflow/accessibility(activationpoint:)-2b1x0.json +++ b/data/documentation/flow/hflow/accessibility(activationpoint:)-2b1x0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(activationpoint:)-2b1x0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-2b1x0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(activationPoint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibility(activationPoint:)-2b1x0":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-2b1x0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(activationpoint:)-2b1x0"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(activationpoint:)-2b1x0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-2b1x0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(activationPoint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibility(activationPoint:)-2b1x0":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-2b1x0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(activationpoint:)-2b1x0"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibility(activationpoint:)-49w7d.json b/data/documentation/flow/hflow/accessibility(activationpoint:)-49w7d.json index e9f9f820..13024b96 100644 --- a/data/documentation/flow/hflow/accessibility(activationpoint:)-49w7d.json +++ b/data/documentation/flow/hflow/accessibility(activationpoint:)-49w7d.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(activationpoint:)-49w7d"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-49w7d","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(activationPoint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0V_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibility(activationPoint:)-49w7d":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-49w7d","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(activationpoint:)-49w7d"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(activationpoint:)-49w7d"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-49w7d","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(activationPoint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0V_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibility(activationPoint:)-49w7d":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-49w7d","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(activationpoint:)-49w7d"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibility(addtraits:).json b/data/documentation/flow/hflow/accessibility(addtraits:).json index f9155568..6863b3f8 100644 --- a/data/documentation/flow/hflow/accessibility(addtraits:).json +++ b/data/documentation/flow/hflow/accessibility(addtraits:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(addtraits:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(addTraits:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(addTraits:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(addTraits:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility9addTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibility(addTraits:)":{"role":"symbol","title":"accessibility(addTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(addTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(addtraits:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(addtraits:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(addTraits:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(addTraits:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(addTraits:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility9addTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibility(addTraits:)":{"role":"symbol","title":"accessibility(addTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(addTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(addtraits:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibility(hidden:).json b/data/documentation/flow/hflow/accessibility(hidden:).json index c6b4dfe8..ade9d17f 100644 --- a/data/documentation/flow/hflow/accessibility(hidden:).json +++ b/data/documentation/flow/hflow/accessibility(hidden:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(hidden:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hidden:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(hidden:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(hidden:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility6hiddenAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibility(hidden:)":{"role":"symbol","title":"accessibility(hidden:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hidden:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(hidden:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(hidden:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hidden:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(hidden:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(hidden:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility6hiddenAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibility(hidden:)":{"role":"symbol","title":"accessibility(hidden:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hidden:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(hidden:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibility(hint:).json b/data/documentation/flow/hflow/accessibility(hint:).json index 28c6e528..030d1975 100644 --- a/data/documentation/flow/hflow/accessibility(hint:).json +++ b/data/documentation/flow/hflow/accessibility(hint:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(hint:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hint:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(hint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(hint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility4hintAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibility(hint:)":{"role":"symbol","title":"accessibility(hint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hint:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(hint:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(hint:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hint:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(hint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(hint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility4hintAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibility(hint:)":{"role":"symbol","title":"accessibility(hint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hint:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(hint:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibility(identifier:).json b/data/documentation/flow/hflow/accessibility(identifier:).json index d6296b9a..207a94c7 100644 --- a/data/documentation/flow/hflow/accessibility(identifier:).json +++ b/data/documentation/flow/hflow/accessibility(identifier:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(identifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(identifier:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(identifier:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(identifier:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility10identifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSS_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibility(identifier:)":{"role":"symbol","title":"accessibility(identifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(identifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(identifier:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(identifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(identifier:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(identifier:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(identifier:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility10identifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSS_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibility(identifier:)":{"role":"symbol","title":"accessibility(identifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(identifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(identifier:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibility(inputlabels:).json b/data/documentation/flow/hflow/accessibility(inputlabels:).json index b001c641..440cd53c 100644 --- a/data/documentation/flow/hflow/accessibility(inputlabels:).json +++ b/data/documentation/flow/hflow/accessibility(inputlabels:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(inputlabels:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(inputLabels:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(inputLabels:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(inputLabels:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility11inputLabelsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVG_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibility(inputLabels:)":{"role":"symbol","title":"accessibility(inputLabels:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(inputLabels:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(inputlabels:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(inputlabels:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(inputLabels:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(inputLabels:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(inputLabels:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility11inputLabelsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVG_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibility(inputLabels:)":{"role":"symbol","title":"accessibility(inputLabels:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(inputLabels:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(inputlabels:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibility(label:).json b/data/documentation/flow/hflow/accessibility(label:).json index 983d2e90..16d301d0 100644 --- a/data/documentation/flow/hflow/accessibility(label:).json +++ b/data/documentation/flow/hflow/accessibility(label:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(label:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(label:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(label:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(label:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility5labelAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibility(label:)":{"role":"symbol","title":"accessibility(label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(label:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(label:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(label:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(label:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(label:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(label:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility5labelAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibility(label:)":{"role":"symbol","title":"accessibility(label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(label:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(label:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibility(removetraits:).json b/data/documentation/flow/hflow/accessibility(removetraits:).json index adc343d6..e03587d0 100644 --- a/data/documentation/flow/hflow/accessibility(removetraits:).json +++ b/data/documentation/flow/hflow/accessibility(removetraits:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(removetraits:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(removeTraits:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(removeTraits:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(removeTraits:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility12removeTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibility(removeTraits:)":{"role":"symbol","title":"accessibility(removeTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(removeTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(removetraits:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(removetraits:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(removeTraits:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(removeTraits:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(removeTraits:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility12removeTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibility(removeTraits:)":{"role":"symbol","title":"accessibility(removeTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(removeTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(removetraits:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibility(selectionidentifier:).json b/data/documentation/flow/hflow/accessibility(selectionidentifier:).json index 3a58444c..66a753a5 100644 --- a/data/documentation/flow/hflow/accessibility(selectionidentifier:).json +++ b/data/documentation/flow/hflow/accessibility(selectionidentifier:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(selectionidentifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(selectionIdentifier:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(selectionIdentifier:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(selectionIdentifier:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility19selectionIdentifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGs11AnyHashableV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":true},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":true},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":true},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":true}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibility(selectionIdentifier:)":{"role":"symbol","title":"accessibility(selectionIdentifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(selectionIdentifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(selectionidentifier:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(selectionidentifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(selectionIdentifier:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(selectionIdentifier:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(selectionIdentifier:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility19selectionIdentifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGs11AnyHashableV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":true},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":true},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":true},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":true}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibility(selectionIdentifier:)":{"role":"symbol","title":"accessibility(selectionIdentifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(selectionIdentifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(selectionidentifier:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibility(value:).json b/data/documentation/flow/hflow/accessibility(value:).json index f13acb1a..d09ee7a6 100644 --- a/data/documentation/flow/hflow/accessibility(value:).json +++ b/data/documentation/flow/hflow/accessibility(value:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility5valueAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibility(value:)":{"role":"symbol","title":"accessibility(value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(value:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(value:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibility(value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility5valueAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibility(value:)":{"role":"symbol","title":"accessibility(value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(value:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(value:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityaction(_:_:).json b/data/documentation/flow/hflow/accessibilityaction(_:_:).json index 9587c927..294ee16f 100644 --- a/data/documentation/flow/hflow/accessibilityaction(_:_:).json +++ b/data/documentation/flow/hflow/accessibilityaction(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"actionKind"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":" = .default, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaction(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE4KindV_yyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(_:_:)":{"role":"symbol","title":"accessibilityAction(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(_:_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"actionKind"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":" = .default, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaction(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE4KindV_yyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(_:_:)":{"role":"symbol","title":"accessibilityAction(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(_:_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityaction(action:label:).json b/data/documentation/flow/hflow/accessibilityaction(action:label:).json index 7e0ca48b..668f445a 100644 --- a/data/documentation/flow/hflow/accessibilityaction(action:label:).json +++ b/data/documentation/flow/hflow/accessibilityaction(action:label:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaction(action:label:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(action:label:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(action:label:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(action:label:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction6action5labelQryyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityAction(action:label:)":{"role":"symbol","title":"accessibilityAction(action:label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(action:label:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(action:label:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaction(action:label:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(action:label:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(action:label:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(action:label:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction6action5labelQryyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(action:label:)":{"role":"symbol","title":"accessibilityAction(action:label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(action:label:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(action:label:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityaction(named:_:)-3ye2r.json b/data/documentation/flow/hflow/accessibilityaction(named:_:)-3ye2r.json index a60a7146..cc4e488e 100644 --- a/data/documentation/flow/hflow/accessibilityaction(named:_:)-3ye2r.json +++ b/data/documentation/flow/hflow/accessibilityaction(named:_:)-3ye2r.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-3ye2r"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-3ye2r","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_yyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-3ye2r":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-3ye2r","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-3ye2r"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-3ye2r"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-3ye2r","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_yyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-3ye2r":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-3ye2r","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-3ye2r"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityaction(named:_:)-6kopb.json b/data/documentation/flow/hflow/accessibilityaction(named:_:)-6kopb.json index 3e751e7c..3d200b0f 100644 --- a/data/documentation/flow/hflow/accessibilityaction(named:_:)-6kopb.json +++ b/data/documentation/flow/hflow/accessibilityaction(named:_:)-6kopb.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-6kopb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-6kopb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd___yyctSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-6kopb":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-6kopb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-6kopb"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-6kopb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-6kopb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd___yyctSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-6kopb":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-6kopb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-6kopb"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityaction(named:_:)-7u3aq.json b/data/documentation/flow/hflow/accessibilityaction(named:_:)-7u3aq.json index 45e64f29..b558d131 100644 --- a/data/documentation/flow/hflow/accessibilityaction(named:_:)-7u3aq.json +++ b/data/documentation/flow/hflow/accessibilityaction(named:_:)-7u3aq.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"nameKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-7u3aq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-7u3aq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_yyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-7u3aq":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-7u3aq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-7u3aq"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"nameKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-7u3aq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-7u3aq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_yyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-7u3aq":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-7u3aq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-7u3aq"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityactions(_:).json b/data/documentation/flow/hflow/accessibilityactions(_:).json index 53b75beb..a7f81d5e 100644 --- a/data/documentation/flow/hflow/accessibilityactions(_:).json +++ b/data/documentation/flow/hflow/accessibilityactions(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityactions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActions(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActions(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActions(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityActionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityActions(_:)":{"role":"symbol","title":"accessibilityActions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactions(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityactions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActions(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActions(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActions(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityActionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityActions(_:)":{"role":"symbol","title":"accessibilityActions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactions(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityactivationpoint(_:)-2o3yv.json b/data/documentation/flow/hflow/accessibilityactivationpoint(_:)-2o3yv.json index 2cc9f4d8..aa9023a2 100644 --- a/data/documentation/flow/hflow/accessibilityactivationpoint(_:)-2o3yv.json +++ b/data/documentation/flow/hflow/accessibilityactivationpoint(_:)-2o3yv.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-2o3yv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-2o3yv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActivationPoint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActivationPoint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityActivationPoint(_:)-2o3yv":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-2o3yv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-2o3yv"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-2o3yv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-2o3yv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActivationPoint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActivationPoint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityActivationPoint(_:)-2o3yv":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-2o3yv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-2o3yv"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityactivationpoint(_:)-u8xj.json b/data/documentation/flow/hflow/accessibilityactivationpoint(_:)-u8xj.json index 6233ceb5..90415813 100644 --- a/data/documentation/flow/hflow/accessibilityactivationpoint(_:)-u8xj.json +++ b/data/documentation/flow/hflow/accessibilityactivationpoint(_:)-u8xj.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-u8xj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-u8xj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActivationPoint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActivationPoint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityActivationPoint(_:)-u8xj":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-u8xj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-u8xj"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-u8xj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-u8xj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActivationPoint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActivationPoint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityActivationPoint(_:)-u8xj":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-u8xj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-u8xj"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityaddtraits(_:).json b/data/documentation/flow/hflow/accessibilityaddtraits(_:).json index 61feddd6..35c95c3e 100644 --- a/data/documentation/flow/hflow/accessibilityaddtraits(_:).json +++ b/data/documentation/flow/hflow/accessibilityaddtraits(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaddtraits(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAddTraits(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAddTraits(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAddTraits(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22accessibilityAddTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityAddTraits(_:)":{"role":"symbol","title":"accessibilityAddTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAddTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaddtraits(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityaddtraits(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAddTraits(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAddTraits(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAddTraits(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22accessibilityAddTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityAddTraits(_:)":{"role":"symbol","title":"accessibilityAddTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAddTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaddtraits(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityadjustableaction(_:).json b/data/documentation/flow/hflow/accessibilityadjustableaction(_:).json index 44a21ed4..82606680 100644 --- a/data/documentation/flow/hflow/accessibilityadjustableaction(_:).json +++ b/data/documentation/flow/hflow/accessibilityadjustableaction(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityadjustableaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAdjustableAction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAdjustableAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAdjustableAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE29accessibilityAdjustableActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0I19AdjustmentDirectionOcF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityAdjustableAction(_:)":{"role":"symbol","title":"accessibilityAdjustableAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAdjustableAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityadjustableaction(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityadjustableaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAdjustableAction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAdjustableAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAdjustableAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE29accessibilityAdjustableActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0I19AdjustmentDirectionOcF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityAdjustableAction(_:)":{"role":"symbol","title":"accessibilityAdjustableAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAdjustableAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityadjustableaction(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitychartdescriptor(_:).json b/data/documentation/flow/hflow/accessibilitychartdescriptor(_:).json index 07e33f9d..d11eadc5 100644 --- a/data/documentation/flow/hflow/accessibilitychartdescriptor(_:).json +++ b/data/documentation/flow/hflow/accessibilitychartdescriptor(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"representable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AXChartDescriptorRepresentable","preciseIdentifier":"s:7SwiftUI30AXChartDescriptorRepresentableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitychartdescriptor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChartDescriptor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityChartDescriptor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityChartDescriptor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityChartDescriptoryQrqd__AA07AXChartF13RepresentableRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityChartDescriptor(_:)":{"role":"symbol","title":"accessibilityChartDescriptor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChartDescriptor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitychartdescriptor(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"representable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AXChartDescriptorRepresentable","preciseIdentifier":"s:7SwiftUI30AXChartDescriptorRepresentableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitychartdescriptor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChartDescriptor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityChartDescriptor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityChartDescriptor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityChartDescriptoryQrqd__AA07AXChartF13RepresentableRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityChartDescriptor(_:)":{"role":"symbol","title":"accessibilityChartDescriptor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChartDescriptor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitychartdescriptor(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-16nbn.json b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-16nbn.json index 970cb91c..8cd91206 100644 --- a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-16nbn.json +++ b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-16nbn.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-16nbn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-16nbn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_AA4TextVSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-16nbn":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-16nbn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-16nbn"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-16nbn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-16nbn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_AA4TextVSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-16nbn":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-16nbn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-16nbn"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2bokw.json b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2bokw.json index 5c0a25a8..00cb9d68 100644 --- a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2bokw.json +++ b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2bokw.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2bokw"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2bokw","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA4TextVSgSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2bokw":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2bokw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2bokw"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2bokw"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2bokw","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA4TextVSgSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2bokw":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2bokw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2bokw"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2r7hp.json b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2r7hp.json index 3837cdb8..1da3f224 100644 --- a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2r7hp.json +++ b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2r7hp.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2r7hp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2r7hp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2r7hp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2r7hp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2r7hp"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2r7hp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2r7hp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2r7hp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2r7hp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2r7hp"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2rt7d.json b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2rt7d.json index a9d1c16e..d8792a38 100644 --- a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2rt7d.json +++ b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-2rt7d.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2rt7d"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2rt7d","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGqd___qd_0_So08AXCustomF10ImportanceVtSyRd__SyRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Using non-localized strings for labels is not directly supported. Instead, wrap both the label and the value in a Text struct."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2rt7d":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2rt7d","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2rt7d"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2rt7d"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2rt7d","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGqd___qd_0_So08AXCustomF10ImportanceVtSyRd__SyRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Using non-localized strings for labels is not directly supported. Instead, wrap both the label and the value in a Text struct."}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2rt7d":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2rt7d","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2rt7d"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-4d5hb.json b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-4d5hb.json index 784ab586..c742e7e3 100644 --- a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-4d5hb.json +++ b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-4d5hb.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-4d5hb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-4d5hb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-4d5hb":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-4d5hb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-4d5hb"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-4d5hb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-4d5hb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-4d5hb":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-4d5hb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-4d5hb"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-5uvec.json b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-5uvec.json index 2153bf1c..53d39aa5 100644 --- a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-5uvec.json +++ b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-5uvec.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-5uvec"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-5uvec","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA015LocalizedStringL0VSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-5uvec":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-5uvec","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-5uvec"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-5uvec"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-5uvec","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA015LocalizedStringL0VSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-5uvec":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-5uvec","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-5uvec"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-8ooyc.json b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-8ooyc.json index 4d15cd61..c601b340 100644 --- a/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-8ooyc.json +++ b/data/documentation/flow/hflow/accessibilitycustomcontent(_:_:importance:)-8ooyc.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-8ooyc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-8ooyc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-8ooyc":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-8ooyc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-8ooyc"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-8ooyc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-8ooyc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-8ooyc":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-8ooyc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-8ooyc"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityelement(children:).json b/data/documentation/flow/hflow/accessibilityelement(children:).json index 98f04ae7..1ab7e7e9 100644 --- a/data/documentation/flow/hflow/accessibilityelement(children:).json +++ b/data/documentation/flow/hflow/accessibilityelement(children:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":" = .ignore) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityelement(children:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityElement(children:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityElement(children:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityElement(children:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityElement8childrenQrAA26AccessibilityChildBehaviorV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityElement(children:)":{"role":"symbol","title":"accessibilityElement(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityElement(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityelement(children:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":" = .ignore) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityelement(children:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityElement(children:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityElement(children:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityElement(children:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityElement8childrenQrAA26AccessibilityChildBehaviorV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityElement(children:)":{"role":"symbol","title":"accessibilityElement(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityElement(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityelement(children:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityfocused(_:).json b/data/documentation/flow/hflow/accessibilityfocused(_:).json index 00fcd890..025eeabc 100644 --- a/data/documentation/flow/hflow/accessibilityfocused(_:).json +++ b/data/documentation/flow/hflow/accessibilityfocused(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"condition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityfocused(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityFocused(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityFocused(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocusedyQrAA23AccessibilityFocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityFocused(_:)":{"role":"symbol","title":"accessibilityFocused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityfocused(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"condition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityfocused(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityFocused(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityFocused(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocusedyQrAA23AccessibilityFocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityFocused(_:)":{"role":"symbol","title":"accessibilityFocused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityfocused(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityfocused(_:equals:).json b/data/documentation/flow/hflow/accessibilityfocused(_:equals:).json index 07a47419..f5b1a354 100644 --- a/data/documentation/flow/hflow/accessibilityfocused(_:equals:).json +++ b/data/documentation/flow/hflow/accessibilityfocused(_:equals:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityfocused(_:equals:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:equals:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityFocused(_:equals:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityFocused(_:equals:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocused_6equalsQrAA23AccessibilityFocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityFocused(_:equals:)":{"role":"symbol","title":"accessibilityFocused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityfocused(_:equals:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityfocused(_:equals:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:equals:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityFocused(_:equals:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityFocused(_:equals:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocused_6equalsQrAA23AccessibilityFocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityFocused(_:equals:)":{"role":"symbol","title":"accessibilityFocused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityfocused(_:equals:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityheading(_:).json b/data/documentation/flow/hflow/accessibilityheading(_:).json index 3b314669..f720d5bf 100644 --- a/data/documentation/flow/hflow/accessibilityheading(_:).json +++ b/data/documentation/flow/hflow/accessibilityheading(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"level"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityheading(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHeading(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHeading(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHeading(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityHeadingyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE5LevelOF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityHeading(_:)":{"role":"symbol","title":"accessibilityHeading(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHeading(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityheading(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"level"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityheading(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHeading(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHeading(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHeading(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityHeadingyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE5LevelOF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityHeading(_:)":{"role":"symbol","title":"accessibilityHeading(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHeading(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityheading(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityhidden(_:).json b/data/documentation/flow/hflow/accessibilityhidden(_:).json index aa54de82..8d019afe 100644 --- a/data/documentation/flow/hflow/accessibilityhidden(_:).json +++ b/data/documentation/flow/hflow/accessibilityhidden(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityHiddenyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityHidden(_:)":{"role":"symbol","title":"accessibilityHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhidden(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityHiddenyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityHidden(_:)":{"role":"symbol","title":"accessibilityHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhidden(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityhint(_:)-14pkj.json b/data/documentation/flow/hflow/accessibilityhint(_:)-14pkj.json index 5d4dd54c..adf728c3 100644 --- a/data/documentation/flow/hflow/accessibilityhint(_:)-14pkj.json +++ b/data/documentation/flow/hflow/accessibilityhint(_:)-14pkj.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hintKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityhint(_:)-14pkj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-14pkj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-14pkj":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-14pkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-14pkj"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hintKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityhint(_:)-14pkj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-14pkj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-14pkj":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-14pkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-14pkj"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityhint(_:)-5v5xr.json b/data/documentation/flow/hflow/accessibilityhint(_:)-5v5xr.json index f0cb1a73..bf68f523 100644 --- a/data/documentation/flow/hflow/accessibilityhint(_:)-5v5xr.json +++ b/data/documentation/flow/hflow/accessibilityhint(_:)-5v5xr.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityhint(_:)-5v5xr"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-5v5xr","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-5v5xr":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-5v5xr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-5v5xr"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityhint(_:)-5v5xr"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-5v5xr","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-5v5xr":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-5v5xr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-5v5xr"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityhint(_:)-69l1v.json b/data/documentation/flow/hflow/accessibilityhint(_:)-69l1v.json index d0f63df4..205268d7 100644 --- a/data/documentation/flow/hflow/accessibilityhint(_:)-69l1v.json +++ b/data/documentation/flow/hflow/accessibilityhint(_:)-69l1v.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityhint(_:)-69l1v"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-69l1v","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-69l1v":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-69l1v","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-69l1v"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityhint(_:)-69l1v"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-69l1v","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-69l1v":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-69l1v","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-69l1v"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityidentifier(_:).json b/data/documentation/flow/hflow/accessibilityidentifier(_:).json index d9969e25..2fad6331 100644 --- a/data/documentation/flow/hflow/accessibilityidentifier(_:).json +++ b/data/documentation/flow/hflow/accessibilityidentifier(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityidentifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIdentifier(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityIdentifier(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityIdentifier(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23accessibilityIdentifieryAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSSF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityIdentifier(_:)":{"role":"symbol","title":"accessibilityIdentifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIdentifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityidentifier(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityidentifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIdentifier(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityIdentifier(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityIdentifier(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23accessibilityIdentifieryAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSSF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityIdentifier(_:)":{"role":"symbol","title":"accessibilityIdentifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIdentifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityidentifier(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityignoresinvertcolors(_:).json b/data/documentation/flow/hflow/accessibilityignoresinvertcolors(_:).json index 163df58a..a9819a40 100644 --- a/data/documentation/flow/hflow/accessibilityignoresinvertcolors(_:).json +++ b/data/documentation/flow/hflow/accessibilityignoresinvertcolors(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"active"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityignoresinvertcolors(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIgnoresInvertColors(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityIgnoresInvertColors(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityIgnoresInvertColors(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE32accessibilityIgnoresInvertColorsyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityIgnoresInvertColors(_:)":{"role":"symbol","title":"accessibilityIgnoresInvertColors(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIgnoresInvertColors(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityignoresinvertcolors(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"active"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityignoresinvertcolors(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIgnoresInvertColors(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityIgnoresInvertColors(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityIgnoresInvertColors(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE32accessibilityIgnoresInvertColorsyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityIgnoresInvertColors(_:)":{"role":"symbol","title":"accessibilityIgnoresInvertColors(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIgnoresInvertColors(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityignoresinvertcolors(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityinputlabels(_:)-3lraq.json b/data/documentation/flow/hflow/accessibilityinputlabels(_:)-3lraq.json index 3349e04f..742fe75b 100644 --- a/data/documentation/flow/hflow/accessibilityinputlabels(_:)-3lraq.json +++ b/data/documentation/flow/hflow/accessibilityinputlabels(_:)-3lraq.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-3lraq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3lraq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayqd__GSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityInputLabels(_:)-3lraq":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3lraq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-3lraq"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-3lraq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3lraq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayqd__GSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityInputLabels(_:)-3lraq":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3lraq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-3lraq"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityinputlabels(_:)-7vi4.json b/data/documentation/flow/hflow/accessibilityinputlabels(_:)-7vi4.json index 4c1204c2..dd293728 100644 --- a/data/documentation/flow/hflow/accessibilityinputlabels(_:)-7vi4.json +++ b/data/documentation/flow/hflow/accessibilityinputlabels(_:)-7vi4.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-7vi4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-7vi4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityInputLabels(_:)-7vi4":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-7vi4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-7vi4"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-7vi4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-7vi4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityInputLabels(_:)-7vi4":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-7vi4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-7vi4"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitylabel(_:)-2i4lg.json b/data/documentation/flow/hflow/accessibilitylabel(_:)-2i4lg.json index 3a5b911a..84009710 100644 --- a/data/documentation/flow/hflow/accessibilitylabel(_:)-2i4lg.json +++ b/data/documentation/flow/hflow/accessibilitylabel(_:)-2i4lg.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitylabel(_:)-2i4lg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-2i4lg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-2i4lg":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-2i4lg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-2i4lg"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitylabel(_:)-2i4lg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-2i4lg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-2i4lg":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-2i4lg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-2i4lg"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitylabel(_:)-4vwen.json b/data/documentation/flow/hflow/accessibilitylabel(_:)-4vwen.json index b4fcc63f..3ae8f037 100644 --- a/data/documentation/flow/hflow/accessibilitylabel(_:)-4vwen.json +++ b/data/documentation/flow/hflow/accessibilitylabel(_:)-4vwen.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitylabel(_:)-4vwen"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-4vwen","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-4vwen":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-4vwen","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-4vwen"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitylabel(_:)-4vwen"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-4vwen","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-4vwen":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-4vwen","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-4vwen"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitylabel(_:)-iz0t.json b/data/documentation/flow/hflow/accessibilitylabel(_:)-iz0t.json index 20f23be8..bc76eb7e 100644 --- a/data/documentation/flow/hflow/accessibilitylabel(_:)-iz0t.json +++ b/data/documentation/flow/hflow/accessibilitylabel(_:)-iz0t.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitylabel(_:)-iz0t"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-iz0t","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-iz0t":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-iz0t","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-iz0t"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitylabel(_:)-iz0t"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-iz0t","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-iz0t":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-iz0t","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-iz0t"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitylabeledpair(role:id:in:).json b/data/documentation/flow/hflow/accessibilitylabeledpair(role:id:in:).json index e6c24f5d..febacf87 100644 --- a/data/documentation/flow/hflow/accessibilitylabeledpair(role:id:in:).json +++ b/data/documentation/flow/hflow/accessibilitylabeledpair(role:id:in:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitylabeledpair(role:id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabeledPair(role:id:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabeledPair(role:id:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityLabeledPair4role2id2inQrAA013AccessibilityeF4RoleO_qd__AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityLabeledPair(role:id:in:)":{"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabeledPair(role:id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabeledpair(role:id:in:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitylabeledpair(role:id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabeledPair(role:id:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabeledPair(role:id:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityLabeledPair4role2id2inQrAA013AccessibilityeF4RoleO_qd__AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabeledPair(role:id:in:)":{"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabeledPair(role:id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabeledpair(role:id:in:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitylinkedgroup(id:in:).json b/data/documentation/flow/hflow/accessibilitylinkedgroup(id:in:).json index 9c3616b2..9276880a 100644 --- a/data/documentation/flow/hflow/accessibilitylinkedgroup(id:in:).json +++ b/data/documentation/flow/hflow/accessibilitylinkedgroup(id:in:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitylinkedgroup(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLinkedGroup(id:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLinkedGroup(id:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLinkedGroup(id:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityLinkedGroup2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityLinkedGroup(id:in:)":{"role":"symbol","title":"accessibilityLinkedGroup(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLinkedGroup(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylinkedgroup(id:in:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitylinkedgroup(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLinkedGroup(id:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLinkedGroup(id:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLinkedGroup(id:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityLinkedGroup2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityLinkedGroup(id:in:)":{"role":"symbol","title":"accessibilityLinkedGroup(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLinkedGroup(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylinkedgroup(id:in:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityremovetraits(_:).json b/data/documentation/flow/hflow/accessibilityremovetraits(_:).json index f6cbd210..56caa3ef 100644 --- a/data/documentation/flow/hflow/accessibilityremovetraits(_:).json +++ b/data/documentation/flow/hflow/accessibilityremovetraits(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityremovetraits(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRemoveTraits(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRemoveTraits(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRemoveTraits(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilityRemoveTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityRemoveTraits(_:)":{"role":"symbol","title":"accessibilityRemoveTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRemoveTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityremovetraits(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityremovetraits(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRemoveTraits(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRemoveTraits(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRemoveTraits(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilityRemoveTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRemoveTraits(_:)":{"role":"symbol","title":"accessibilityRemoveTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRemoveTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityremovetraits(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrepresentation(representation:).json b/data/documentation/flow/hflow/accessibilityrepresentation(representation:).json index 12af23ed..8c6d5950 100644 --- a/data/documentation/flow/hflow/accessibilityrepresentation(representation:).json +++ b/data/documentation/flow/hflow/accessibilityrepresentation(representation:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrepresentation(representation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRepresentation(representation:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRepresentation(representation:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRepresentation(representation:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27accessibilityRepresentation14representationQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityRepresentation(representation:)":{"role":"symbol","title":"accessibilityRepresentation(representation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRepresentation(representation:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrepresentation(representation:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrepresentation(representation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRepresentation(representation:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRepresentation(representation:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRepresentation(representation:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27accessibilityRepresentation14representationQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityRepresentation(representation:)":{"role":"symbol","title":"accessibilityRepresentation(representation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRepresentation(representation:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrepresentation(representation:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrespondstouserinteraction(_:).json b/data/documentation/flow/hflow/accessibilityrespondstouserinteraction(_:).json index a3480c95..73fe0019 100644 --- a/data/documentation/flow/hflow/accessibilityrespondstouserinteraction(_:).json +++ b/data/documentation/flow/hflow/accessibilityrespondstouserinteraction(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"respondsToUserInteraction"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrespondstouserinteraction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRespondsToUserInteraction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRespondsToUserInteraction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE38accessibilityRespondsToUserInteractionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRespondsToUserInteraction(_:)":{"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrespondstouserinteraction(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"respondsToUserInteraction"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrespondstouserinteraction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRespondsToUserInteraction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRespondsToUserInteraction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE38accessibilityRespondsToUserInteractionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRespondsToUserInteraction(_:)":{"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrespondstouserinteraction(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-1j0cg.json b/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-1j0cg.json index 53c48794..1a7ba987 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-1j0cg.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-1j0cg.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1j0cg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1j0cg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA18LocalizedStringKeyV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-1j0cg":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1j0cg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1j0cg"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1j0cg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1j0cg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA18LocalizedStringKeyV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-1j0cg":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1j0cg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1j0cg"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-1t7hl.json b/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-1t7hl.json index c1f3aa18..3811d698 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-1t7hl.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-1t7hl.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1t7hl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1t7hl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA019AccessibilitySystemE0V_qd__yctAA0gE7ContentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-1t7hl":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1t7hl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1t7hl"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1t7hl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1t7hl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA019AccessibilitySystemE0V_qd__yctAA0gE7ContentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-1t7hl":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1t7hl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1t7hl"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-8ta7e.json b/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-8ta7e.json index 45d3d440..52a7da74 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-8ta7e.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-8ta7e.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-8ta7e"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-8ta7e","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA4TextV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-8ta7e":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-8ta7e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-8ta7e"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-8ta7e"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-8ta7e","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA4TextV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-8ta7e":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-8ta7e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-8ta7e"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-sbub.json b/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-sbub.json index 4790c86b..75e3957f 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-sbub.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:entries:)-sbub.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-sbub"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-sbub","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrqd___qd_0_yctSyRd__AA013AccessibilityE7ContentRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-sbub":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-sbub","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-sbub"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-sbub"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-sbub","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrqd___qd_0_yctSyRd__AA013AccessibilityE7ContentRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-sbub":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-sbub","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-sbub"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-41pn8.json b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-41pn8.json index 6f0aaa5d..2d188c8c 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-41pn8.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-41pn8.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-41pn8"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-41pn8"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-41pn8"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-41pn8"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-5onml.json b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-5onml.json index d4487062..10a4c054 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-5onml.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-5onml.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-5onml"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA18LocalizedStringKeyV_Sayqd__Gs0L4PathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-5onml"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-5onml"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA18LocalizedStringKeyV_Sayqd__Gs0L4PathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-5onml"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-8hjyq.json b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-8hjyq.json index 05346dcc..d83c0865 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-8hjyq.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entryid:entrylabel:)-8hjyq.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-8hjyq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_qd_1_GAJyqd_0_SSGtSyRd__SHRd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-8hjyq"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-8hjyq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_qd_1_GAJyqd_0_SSGtSyRd__SHRd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-8hjyq"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-2vwvn.json b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-2vwvn.json index c6714cbd..a7cfdd02 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-2vwvn.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-2vwvn.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-2vwvn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-2vwvn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-2vwvn":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-2vwvn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-2vwvn"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-2vwvn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-2vwvn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-2vwvn":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-2vwvn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-2vwvn"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-66fun.json b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-66fun.json index 07cf5b40..c885f3e9 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-66fun.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-66fun.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-66fun"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-66fun","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-66fun":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-66fun","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-66fun"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-66fun"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-66fun","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-66fun":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-66fun","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-66fun"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-9r27v.json b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-9r27v.json index dc0e79f5..8de2af9f 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-9r27v.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-9r27v.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9r27v"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9r27v","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_SSGtSyRd__s12IdentifiableRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-9r27v":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9r27v","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9r27v"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9r27v"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9r27v","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_SSGtSyRd__s12IdentifiableRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-9r27v":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9r27v","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9r27v"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-9w3z3.json b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-9w3z3.json index 73c858e0..e32fe0c9 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-9w3z3.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:entries:entrylabel:)-9w3z3.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9w3z3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9w3z3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA18LocalizedStringKeyV_Sayqd__Gs0K4PathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-9w3z3":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9w3z3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9w3z3"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9w3z3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9w3z3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA18LocalizedStringKeyV_Sayqd__Gs0K4PathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-9w3z3":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9w3z3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9w3z3"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-3myjn.json b/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-3myjn.json index 454e5eac..fb8a932c 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-3myjn.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-3myjn.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-3myjn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-3myjn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA019AccessibilitySystemE0V_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-3myjn":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-3myjn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-3myjn"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-3myjn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-3myjn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA019AccessibilitySystemE0V_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-3myjn":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-3myjn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-3myjn"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-4xjqg.json b/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-4xjqg.json index 19134453..4dd3fe7d 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-4xjqg.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-4xjqg.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-4xjqg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-4xjqg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA4TextV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-4xjqg":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-4xjqg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-4xjqg"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-4xjqg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-4xjqg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA4TextV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-4xjqg":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-4xjqg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-4xjqg"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-6nl82.json b/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-6nl82.json index 13db06b0..deb78bb2 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-6nl82.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-6nl82.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-6nl82"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-6nl82","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrqd___SaySnySS5IndexVGGtSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-6nl82":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-6nl82","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-6nl82"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-6nl82"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-6nl82","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrqd___SaySnySS5IndexVGGtSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-6nl82":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-6nl82","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-6nl82"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-9qjk1.json b/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-9qjk1.json index 1df71f5b..bfd70746 100644 --- a/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-9qjk1.json +++ b/data/documentation/flow/hflow/accessibilityrotor(_:textranges:)-9qjk1.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-9qjk1"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-9qjk1","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA18LocalizedStringKeyV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-9qjk1":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-9qjk1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-9qjk1"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-9qjk1"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-9qjk1","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA18LocalizedStringKeyV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-9qjk1":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-9qjk1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-9qjk1"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityrotorentry(id:in:).json b/data/documentation/flow/hflow/accessibilityrotorentry(id:in:).json index 48d270e5..5952a89f 100644 --- a/data/documentation/flow/hflow/accessibilityrotorentry(id:in:).json +++ b/data/documentation/flow/hflow/accessibilityrotorentry(id:in:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotorentry(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotorEntry(id:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotorEntry(id:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotorEntry(id:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23accessibilityRotorEntry2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotorEntry(id:in:)":{"role":"symbol","title":"accessibilityRotorEntry(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotorEntry(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotorentry(id:in:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityrotorentry(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotorEntry(id:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotorEntry(id:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotorEntry(id:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23accessibilityRotorEntry2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotorEntry(id:in:)":{"role":"symbol","title":"accessibilityRotorEntry(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotorEntry(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotorentry(id:in:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityscrollaction(_:).json b/data/documentation/flow/hflow/accessibilityscrollaction(_:).json index 2891d676..1970fb1a 100644 --- a/data/documentation/flow/hflow/accessibilityscrollaction(_:).json +++ b/data/documentation/flow/hflow/accessibilityscrollaction(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityscrollaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityScrollAction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityScrollAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityScrollAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilityScrollActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA4EdgeOcF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityScrollAction(_:)":{"role":"symbol","title":"accessibilityScrollAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityScrollAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityscrollaction(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityscrollaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityScrollAction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityScrollAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityScrollAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilityScrollActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA4EdgeOcF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityScrollAction(_:)":{"role":"symbol","title":"accessibilityScrollAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityScrollAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityscrollaction(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityshowslargecontentviewer().json b/data/documentation/flow/hflow/accessibilityshowslargecontentviewer().json index befd07ff..3b59a22e 100644 --- a/data/documentation/flow/hflow/accessibilityshowslargecontentviewer().json +++ b/data/documentation/flow/hflow/accessibilityshowslargecontentviewer().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityShowsLargeContentViewer()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentViewerQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityShowsLargeContentViewer()":{"role":"symbol","title":"accessibilityShowsLargeContentViewer()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityShowsLargeContentViewer()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentViewerQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityShowsLargeContentViewer()":{"role":"symbol","title":"accessibilityShowsLargeContentViewer()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityshowslargecontentviewer(_:).json b/data/documentation/flow/hflow/accessibilityshowslargecontentviewer(_:).json index 22d45636..b525f6ab 100644 --- a/data/documentation/flow/hflow/accessibilityshowslargecontentviewer(_:).json +++ b/data/documentation/flow/hflow/accessibilityshowslargecontentviewer(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"largeContentView"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentVieweryQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityShowsLargeContentViewer(_:)":{"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"largeContentView"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentVieweryQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityShowsLargeContentViewer(_:)":{"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitysortpriority(_:).json b/data/documentation/flow/hflow/accessibilitysortpriority(_:).json index a47d8ec5..8bd1db17 100644 --- a/data/documentation/flow/hflow/accessibilitysortpriority(_:).json +++ b/data/documentation/flow/hflow/accessibilitysortpriority(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitysortpriority(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilitySortPriority(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilitySortPriority(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilitySortPriority(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilitySortPriorityyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilitySortPriority(_:)":{"role":"symbol","title":"accessibilitySortPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilitySortPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitysortpriority(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitysortpriority(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilitySortPriority(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilitySortPriority(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilitySortPriority(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilitySortPriorityyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilitySortPriority(_:)":{"role":"symbol","title":"accessibilitySortPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilitySortPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitysortpriority(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilitytextcontenttype(_:).json b/data/documentation/flow/hflow/accessibilitytextcontenttype(_:).json index 749ca466..3b970b17 100644 --- a/data/documentation/flow/hflow/accessibilitytextcontenttype(_:).json +++ b/data/documentation/flow/hflow/accessibilitytextcontenttype(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitytextcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityTextContentType(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityTextContentType(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityTextContentType(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityTextContentTypeyAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0iefG0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityTextContentType(_:)":{"role":"symbol","title":"accessibilityTextContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityTextContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitytextcontenttype(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilitytextcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityTextContentType(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityTextContentType(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityTextContentType(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityTextContentTypeyAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0iefG0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityTextContentType(_:)":{"role":"symbol","title":"accessibilityTextContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityTextContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitytextcontenttype(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityvalue(_:)-155rg.json b/data/documentation/flow/hflow/accessibilityvalue(_:)-155rg.json index 1bb6f8de..f16d452e 100644 --- a/data/documentation/flow/hflow/accessibilityvalue(_:)-155rg.json +++ b/data/documentation/flow/hflow/accessibilityvalue(_:)-155rg.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityvalue(_:)-155rg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-155rg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-155rg":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-155rg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-155rg"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityvalue(_:)-155rg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-155rg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-155rg":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-155rg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-155rg"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityvalue(_:)-1jjzi.json b/data/documentation/flow/hflow/accessibilityvalue(_:)-1jjzi.json index 1846fb5b..4b58ceb6 100644 --- a/data/documentation/flow/hflow/accessibilityvalue(_:)-1jjzi.json +++ b/data/documentation/flow/hflow/accessibilityvalue(_:)-1jjzi.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityvalue(_:)-1jjzi"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-1jjzi","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-1jjzi":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-1jjzi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-1jjzi"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityvalue(_:)-1jjzi"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-1jjzi","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-1jjzi":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-1jjzi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-1jjzi"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/accessibilityvalue(_:)-3aha8.json b/data/documentation/flow/hflow/accessibilityvalue(_:)-3aha8.json index 5e784c7f..0bb12a95 100644 --- a/data/documentation/flow/hflow/accessibilityvalue(_:)-3aha8.json +++ b/data/documentation/flow/hflow/accessibilityvalue(_:)-3aha8.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityvalue(_:)-3aha8"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-3aha8","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-3aha8":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-3aha8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-3aha8"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/accessibilityvalue(_:)-3aha8"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-3aha8","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-3aha8":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-3aha8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-3aha8"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(_:ispresented:actions:)-2mkj2.json b/data/documentation/flow/hflow/alert(_:ispresented:actions:)-2mkj2.json index 2cdeae87..953515e9 100644 --- a/data/documentation/flow/hflow/alert(_:ispresented:actions:)-2mkj2.json +++ b/data/documentation/flow/hflow/alert(_:ispresented:actions:)-2mkj2.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-2mkj2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-2mkj2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA4TextV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:)-2mkj2":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-2mkj2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-2mkj2"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-2mkj2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-2mkj2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA4TextV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:)-2mkj2":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-2mkj2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-2mkj2"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(_:ispresented:actions:)-6blwr.json b/data/documentation/flow/hflow/alert(_:ispresented:actions:)-6blwr.json index cee58d55..2feff29f 100644 --- a/data/documentation/flow/hflow/alert(_:ispresented:actions:)-6blwr.json +++ b/data/documentation/flow/hflow/alert(_:ispresented:actions:)-6blwr.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-6blwr"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-6blwr","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:)-6blwr":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-6blwr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-6blwr"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-6blwr"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-6blwr","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:)-6blwr":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-6blwr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-6blwr"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-5hhem.json b/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-5hhem.json index 8dbd500f..d1be3678 100644 --- a/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-5hhem.json +++ b/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-5hhem.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hhem"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hhem","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA4TextV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-5hhem":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hhem","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hhem"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hhem"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hhem","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA4TextV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-5hhem":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hhem","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hhem"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-5hr5q.json b/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-5hr5q.json index 936e4f8f..70174c71 100644 --- a/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-5hr5q.json +++ b/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-5hr5q.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hr5q"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hr5q","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-5hr5q":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hr5q","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hr5q"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hr5q"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hr5q","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-5hr5q":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hr5q","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hr5q"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-ikrt.json b/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-ikrt.json index e9817873..e9184747 100644 --- a/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-ikrt.json +++ b/data/documentation/flow/hflow/alert(_:ispresented:actions:message:)-ikrt.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-ikrt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-ikrt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrqd___AA7BindingVySbGqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-ikrt":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-ikrt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-ikrt"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-ikrt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-ikrt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrqd___AA7BindingVySbGqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-ikrt":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-ikrt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-ikrt"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-2nvn2.json b/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-2nvn2.json index b78ffcc5..debbf6df 100644 --- a/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-2nvn2.json +++ b/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-2nvn2.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-2nvn2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-2nvn2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA4TextV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-2nvn2":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-2nvn2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-2nvn2"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-2nvn2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-2nvn2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA4TextV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-2nvn2":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-2nvn2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-2nvn2"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-3fzej.json b/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-3fzej.json index 313fc069..7f13ec9d 100644 --- a/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-3fzej.json +++ b/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-3fzej.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-3fzej"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-3fzej","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrqd___AA7BindingVySbGqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-3fzej":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-3fzej","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-3fzej"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-3fzej"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-3fzej","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrqd___AA7BindingVySbGqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-3fzej":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-3fzej","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-3fzej"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-6jcxi.json b/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-6jcxi.json index 988cc0e1..451fe65d 100644 --- a/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-6jcxi.json +++ b/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:)-6jcxi.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-6jcxi"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-6jcxi","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-6jcxi":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-6jcxi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-6jcxi"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-6jcxi"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-6jcxi","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-6jcxi":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-6jcxi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-6jcxi"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:message:)-5pll3.json b/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:message:)-5pll3.json index eb97e048..22265f5f 100644 --- a/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:message:)-5pll3.json +++ b/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:message:)-5pll3.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-5pll3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-5pll3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrqd___AA7BindingVySbGqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:message:)-5pll3":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-5pll3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-5pll3"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-5pll3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-5pll3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrqd___AA7BindingVySbGqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:message:)-5pll3":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-5pll3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-5pll3"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:message:)-6b6sb.json b/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:message:)-6b6sb.json index 57807311..3a2ec79b 100644 --- a/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:message:)-6b6sb.json +++ b/data/documentation/flow/hflow/alert(_:ispresented:presenting:actions:message:)-6b6sb.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-6b6sb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-6b6sb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:message:)-6b6sb":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-6b6sb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-6b6sb"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-6b6sb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-6b6sb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:message:)-6b6sb":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-6b6sb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-6b6sb"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(ispresented:content:).json b/data/documentation/flow/hflow/alert(ispresented:content:).json index 8f8f4749..5b815bbd 100644 --- a/data/documentation/flow/hflow/alert(ispresented:content:).json +++ b/data/documentation/flow/hflow/alert(ispresented:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(ispresented:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented7contentQrAA7BindingVySbG_AA5AlertVyXEtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/alert(isPresented:content:)":{"role":"symbol","title":"alert(isPresented:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/alert(ispresented:content:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(ispresented:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented7contentQrAA7BindingVySbG_AA5AlertVyXEtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/alert(isPresented:content:)":{"role":"symbol","title":"alert(isPresented:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/alert(ispresented:content:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(ispresented:error:actions:).json b/data/documentation/flow/hflow/alert(ispresented:error:actions:).json index bd7fa352..06003e9c 100644 --- a/data/documentation/flow/hflow/alert(ispresented:error:actions:).json +++ b/data/documentation/flow/hflow/alert(ispresented:error:actions:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LocalizedError","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(ispresented:error:actions:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:error:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actionsQrAA7BindingVySbG_qd__Sgqd_0_yXEt10Foundation14LocalizedErrorRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alert(isPresented:error:actions:)":{"role":"symbol","title":"alert(isPresented:error:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(ispresented:error:actions:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LocalizedError","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(ispresented:error:actions:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:error:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actionsQrAA7BindingVySbG_qd__Sgqd_0_yXEt10Foundation14LocalizedErrorRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alert(isPresented:error:actions:)":{"role":"symbol","title":"alert(isPresented:error:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(ispresented:error:actions:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(ispresented:error:actions:message:).json b/data/documentation/flow/hflow/alert(ispresented:error:actions:message:).json index 62e868fc..a205ffa9 100644 --- a/data/documentation/flow/hflow/alert(ispresented:error:actions:message:).json +++ b/data/documentation/flow/hflow/alert(ispresented:error:actions:message:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LocalizedError","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(ispresented:error:actions:message:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:message:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:error:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actions7messageQrAA7BindingVySbG_qd__Sgqd_0_qd__XEqd_1_qd__XEt10Foundation14LocalizedErrorRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/alert(isPresented:error:actions:message:)":{"role":"symbol","title":"alert(isPresented:error:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:message:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(ispresented:error:actions:message:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LocalizedError","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(ispresented:error:actions:message:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:message:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:error:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actions7messageQrAA7BindingVySbG_qd__Sgqd_0_qd__XEqd_1_qd__XEt10Foundation14LocalizedErrorRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/alert(isPresented:error:actions:message:)":{"role":"symbol","title":"alert(isPresented:error:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:message:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(ispresented:error:actions:message:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alert(item:content:).json b/data/documentation/flow/hflow/alert(item:content:).json index cc1414a7..761d1dca 100644 --- a/data/documentation/flow/hflow/alert(item:content:).json +++ b/data/documentation/flow/hflow/alert(item:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(item:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(item:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(item:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(item:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert4item7contentQrAA7BindingVyqd__SgG_AA5AlertVqd__XEts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/alert(item:content:)":{"role":"symbol","title":"alert(item:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(item:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/alert(item:content:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alert(item:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(item:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(item:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(item:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert4item7contentQrAA7BindingVyqd__SgG_AA5AlertVqd__XEts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/alert(item:content:)":{"role":"symbol","title":"alert(item:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(item:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/alert(item:content:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alignmentguide(_:computevalue:)-23hnr.json b/data/documentation/flow/hflow/alignmentguide(_:computevalue:)-23hnr.json index 0802d380..e57b742c 100644 --- a/data/documentation/flow/hflow/alignmentguide(_:computevalue:)-23hnr.json +++ b/data/documentation/flow/hflow/alignmentguide(_:computevalue:)-23hnr.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"g"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-23hnr"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-23hnr","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alignmentGuide(_:computeValue:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA17VerticalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/alignmentGuide(_:computeValue:)-23hnr":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-23hnr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-23hnr"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"g"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-23hnr"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-23hnr","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alignmentGuide(_:computeValue:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA17VerticalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alignmentGuide(_:computeValue:)-23hnr":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-23hnr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-23hnr"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/alignmentguide(_:computevalue:)-32rr0.json b/data/documentation/flow/hflow/alignmentguide(_:computevalue:)-32rr0.json index 7e17ac32..337dad25 100644 --- a/data/documentation/flow/hflow/alignmentguide(_:computevalue:)-32rr0.json +++ b/data/documentation/flow/hflow/alignmentguide(_:computevalue:)-32rr0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"g"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-32rr0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-32rr0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alignmentGuide(_:computeValue:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA19HorizontalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alignmentGuide(_:computeValue:)-32rr0":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-32rr0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-32rr0"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"g"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-32rr0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-32rr0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alignmentGuide(_:computeValue:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA19HorizontalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/alignmentGuide(_:computeValue:)-32rr0":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-32rr0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-32rr0"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/allowshittesting(_:).json b/data/documentation/flow/hflow/allowshittesting(_:).json index 6bb3ce15..0756efe9 100644 --- a/data/documentation/flow/hflow/allowshittesting(_:).json +++ b/data/documentation/flow/hflow/allowshittesting(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"enabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/allowshittesting(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsHitTesting(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsHitTesting(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"allowsHitTesting(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16allowsHitTestingyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/allowsHitTesting(_:)":{"role":"symbol","title":"allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsHitTesting(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/allowshittesting(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"enabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/allowshittesting(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsHitTesting(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsHitTesting(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"allowsHitTesting(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16allowsHitTestingyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/allowsHitTesting(_:)":{"role":"symbol","title":"allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsHitTesting(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/allowshittesting(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/allowstightening(_:).json b/data/documentation/flow/hflow/allowstightening(_:).json index 696d23f7..0373cc89 100644 --- a/data/documentation/flow/hflow/allowstightening(_:).json +++ b/data/documentation/flow/hflow/allowstightening(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"flag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/allowstightening(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsTightening(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsTightening(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"allowsTightening(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16allowsTighteningyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/allowsTightening(_:)":{"role":"symbol","title":"allowsTightening(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsTightening(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/allowstightening(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"flag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/allowstightening(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsTightening(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsTightening(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"allowsTightening(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16allowsTighteningyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/allowsTightening(_:)":{"role":"symbol","title":"allowsTightening(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsTightening(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/allowstightening(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/anchorpreference(key:value:transform:).json b/data/documentation/flow/hflow/anchorpreference(key:value:transform:).json index b4d4dc3c..9cdcd19f 100644 --- a/data/documentation/flow/hflow/anchorpreference(key:value:transform:).json +++ b/data/documentation/flow/hflow/anchorpreference(key:value:transform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":" "},{"kind":"internalParam","text":"_"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/anchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/anchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.anchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"anchorPreference(key:value:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16anchorPreference3key5value9transformQrqd_0_m_AA6AnchorV6SourceVyqd___G5ValueQyd_0_AIyqd__GctAA0E3KeyRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/anchorPreference(key:value:transform:)":{"role":"symbol","title":"anchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/anchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/anchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":" "},{"kind":"internalParam","text":"_"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/anchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/anchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.anchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"anchorPreference(key:value:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16anchorPreference3key5value9transformQrqd_0_m_AA6AnchorV6SourceVyqd___G5ValueQyd_0_AIyqd__GctAA0E3KeyRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/anchorPreference(key:value:transform:)":{"role":"symbol","title":"anchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/anchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/anchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/animatabledata-swift.property.json b/data/documentation/flow/hflow/animatabledata-swift.property.json index 09c3b758..ac18e2b0 100644 --- a/data/documentation/flow/hflow/animatabledata-swift.property.json +++ b/data/documentation/flow/hflow/animatabledata-swift.property.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" "},{"kind":"keyword","text":"set"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/animatabledata-swift.property"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animatableData-swift.property","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Animatable.animatableData"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"AnimatableData"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyAnimatableData"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"animatableData","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"symbolKind":"property","externalID":"s:7SwiftUI10AnimatablePA2A05EmptyC4DataV0cE0RtzrlE010animatableE0AEvp::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/animatableData-swift.property":{"conformance":{"constraints":[{"type":"codeVoice","code":"AnimatableData"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyAnimatableData"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"animatableData","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animatableData-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/animatabledata-swift.property"},"doc://Flow/documentation/Flow/HFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/animatable-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" "},{"kind":"keyword","text":"set"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/animatabledata-swift.property"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animatableData-swift.property","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Animatable.animatableData"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"AnimatableData"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyAnimatableData"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"animatableData","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"symbolKind":"property","externalID":"s:7SwiftUI10AnimatablePA2A05EmptyC4DataV0cE0RtzrlE010animatableE0AEvp::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/animatable-implementations"},"doc://Flow/documentation/Flow/HFlow/animatableData-swift.property":{"conformance":{"constraints":[{"type":"codeVoice","code":"AnimatableData"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyAnimatableData"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"animatableData","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animatableData-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/animatabledata-swift.property"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/animatabledata-swift.typealias.json b/data/documentation/flow/hflow/animatabledata-swift.typealias.json index 09000781..c7b2be75 100644 --- a/data/documentation/flow/hflow/animatabledata-swift.typealias.json +++ b/data/documentation/flow/hflow/animatabledata-swift.typealias.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/animatabledata-swift.typealias"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/AnimatableData-swift.typealias","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Animatable.AnimatableData"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"AnimatableData"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"HFlow.AnimatableData","roleHeading":"Type Alias","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"}],"symbolKind":"typealias","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE14AnimatableDataa","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/AnimatableData-swift.typealias":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"HFlow.AnimatableData","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/AnimatableData-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnimatableData"}],"url":"\/documentation\/flow\/hflow\/animatabledata-swift.typealias"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/animatable-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/animatabledata-swift.typealias"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/AnimatableData-swift.typealias","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Animatable.AnimatableData"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"navigatorTitle":[{"kind":"identifier","text":"AnimatableData"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"HFlow.AnimatableData","roleHeading":"Type Alias","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"}],"symbolKind":"typealias","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE14AnimatableDataa","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/AnimatableData-swift.typealias":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"HFlow.AnimatableData","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/AnimatableData-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnimatableData"}],"url":"\/documentation\/flow\/hflow\/animatabledata-swift.typealias"},"doc://Flow/documentation/Flow/HFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/animatable-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/animation(_:).json b/data/documentation/flow/hflow/animation(_:).json index 32e282d2..8e7b2958 100644 --- a/data/documentation/flow/hflow/animation(_:).json +++ b/data/documentation/flow/hflow/animation(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"animation"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/animation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.animation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"animation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9animationyQrAA9AnimationVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"15.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"12.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"15.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"8.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use withAnimation or animation(_:value:) instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/animation(_:)":{"role":"symbol","title":"animation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/animation(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"animation"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/animation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.animation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"animation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9animationyQrAA9AnimationVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"15.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"12.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"15.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"8.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use withAnimation or animation(_:value:) instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/animation(_:)":{"role":"symbol","title":"animation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/animation(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/animation(_:value:).json b/data/documentation/flow/hflow/animation(_:value:).json index d9544851..79ed22b7 100644 --- a/data/documentation/flow/hflow/animation(_:value:).json +++ b/data/documentation/flow/hflow/animation(_:value:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"animation"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/animation(_:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.animation(_:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"animation(_:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9animation_5valueQrAA9AnimationVSg_qd__tSQRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/animation(_:value:)":{"role":"symbol","title":"animation(_:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/animation(_:value:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"animation"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/animation(_:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.animation(_:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"animation(_:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9animation_5valueQrAA9AnimationVSg_qd__tSQRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/animation(_:value:)":{"role":"symbol","title":"animation(_:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/animation(_:value:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/aspectratio(_:contentmode:)-3gbz3.json b/data/documentation/flow/hflow/aspectratio(_:contentmode:)-3gbz3.json index db14880e..31b61f18 100644 --- a/data/documentation/flow/hflow/aspectratio(_:contentmode:)-3gbz3.json +++ b/data/documentation/flow/hflow/aspectratio(_:contentmode:)-3gbz3.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"aspectRatio"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3gbz3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3gbz3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"aspectRatio(_:contentMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQrSo6CGSizeV_AA07ContentG0OtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/aspectRatio(_:contentMode:)-3gbz3":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3gbz3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3gbz3"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"aspectRatio"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3gbz3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3gbz3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"aspectRatio(_:contentMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQrSo6CGSizeV_AA07ContentG0OtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/aspectRatio(_:contentMode:)-3gbz3":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3gbz3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3gbz3"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/aspectratio(_:contentmode:)-3hxyh.json b/data/documentation/flow/hflow/aspectratio(_:contentmode:)-3hxyh.json index b479c73d..9272028e 100644 --- a/data/documentation/flow/hflow/aspectratio(_:contentmode:)-3hxyh.json +++ b/data/documentation/flow/hflow/aspectratio(_:contentmode:)-3hxyh.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"aspectRatio"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3hxyh"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3hxyh","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"aspectRatio(_:contentMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQr14CoreFoundation7CGFloatVSg_AA07ContentG0OtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/aspectRatio(_:contentMode:)-3hxyh":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3hxyh","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3hxyh"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"aspectRatio"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3hxyh"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3hxyh","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"aspectRatio(_:contentMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQr14CoreFoundation7CGFloatVSg_AA07ContentG0OtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/aspectRatio(_:contentMode:)-3hxyh":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3hxyh","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3hxyh"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/autocorrectiondisabled(_:).json b/data/documentation/flow/hflow/autocorrectiondisabled(_:).json index e8958066..3a6ae190 100644 --- a/data/documentation/flow/hflow/autocorrectiondisabled(_:).json +++ b/data/documentation/flow/hflow/autocorrectiondisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/autocorrectiondisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/autocorrectionDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.autocorrectionDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"autocorrectionDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22autocorrectionDisabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/autocorrectionDisabled(_:)":{"role":"symbol","title":"autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/autocorrectionDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/autocorrectiondisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/autocorrectiondisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/autocorrectionDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.autocorrectionDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"autocorrectionDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22autocorrectionDisabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/autocorrectionDisabled(_:)":{"role":"symbol","title":"autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/autocorrectionDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/autocorrectiondisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/background(_:alignment:).json b/data/documentation/flow/hflow/background(_:alignment:).json index d45448fd..02f0e24c 100644 --- a/data/documentation/flow/hflow/background(_:alignment:).json +++ b/data/documentation/flow/hflow/background(_:alignment:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"background"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `background(alignment:content:)` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/background(_:alignment:)":{"role":"symbol","title":"background(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/background(_:alignment:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"background"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `background(alignment:content:)` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/background(_:alignment:)":{"role":"symbol","title":"background(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/background(_:alignment:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/background(_:ignoressafeareaedges:).json b/data/documentation/flow/hflow/background(_:ignoressafeareaedges:).json index e0d59a95..15c2bfa4 100644 --- a/data/documentation/flow/hflow/background(_:ignoressafeareaedges:).json +++ b/data/documentation/flow/hflow/background(_:ignoressafeareaedges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/background(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/background(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/background(_:in:fillstyle:)-52372.json b/data/documentation/flow/hflow/background(_:in:fillstyle:)-52372.json index 9fa7b3b6..a6900f7f 100644 --- a/data/documentation/flow/hflow/background(_:in:fillstyle:)-52372.json +++ b/data/documentation/flow/hflow/background(_:in:fillstyle:)-52372.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-52372"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-52372","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA010InsettableI0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/background(_:in:fillStyle:)-52372":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-52372","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-52372"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-52372"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-52372","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA010InsettableI0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/background(_:in:fillStyle:)-52372":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-52372","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-52372"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/background(_:in:fillstyle:)-8uh7a.json b/data/documentation/flow/hflow/background(_:in:fillstyle:)-8uh7a.json index 809c4610..2e9ae931 100644 --- a/data/documentation/flow/hflow/background(_:in:fillstyle:)-8uh7a.json +++ b/data/documentation/flow/hflow/background(_:in:fillstyle:)-8uh7a.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-8uh7a"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-8uh7a","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/background(_:in:fillStyle:)-8uh7a":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-8uh7a","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-8uh7a"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-8uh7a"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-8uh7a","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/background(_:in:fillStyle:)-8uh7a":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-8uh7a","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-8uh7a"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/background(alignment:content:).json b/data/documentation/flow/hflow/background(alignment:content:).json index 430fee39..f4cddd63 100644 --- a/data/documentation/flow/hflow/background(alignment:content:).json +++ b/data/documentation/flow/hflow/background(alignment:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(alignment:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(alignment:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(alignment:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/background(alignment:content:)":{"role":"symbol","title":"background(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(alignment:content:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(alignment:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(alignment:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(alignment:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/background(alignment:content:)":{"role":"symbol","title":"background(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(alignment:content:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/background(ignoressafeareaedges:).json b/data/documentation/flow/hflow/background(ignoressafeareaedges:).json index 6500a65f..e00b7b25 100644 --- a/data/documentation/flow/hflow/background(ignoressafeareaedges:).json +++ b/data/documentation/flow/hflow/background(ignoressafeareaedges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(ignoresSafeAreaEdges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background20ignoresSafeAreaEdgesQrAA4EdgeO3SetV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/background(ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(ignoressafeareaedges:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(ignoresSafeAreaEdges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background20ignoresSafeAreaEdgesQrAA4EdgeO3SetV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/background(ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/background(in:fillstyle:)-350t8.json b/data/documentation/flow/hflow/background(in:fillstyle:)-350t8.json index a384e317..3012a046 100644 --- a/data/documentation/flow/hflow/background(in:fillstyle:)-350t8.json +++ b/data/documentation/flow/hflow/background(in:fillstyle:)-350t8.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(in:fillstyle:)-350t8"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-350t8","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA5ShapeRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/background(in:fillStyle:)-350t8":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-350t8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(in:fillstyle:)-350t8"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(in:fillstyle:)-350t8"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-350t8","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA5ShapeRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/background(in:fillStyle:)-350t8":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-350t8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(in:fillstyle:)-350t8"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/background(in:fillstyle:)-82ege.json b/data/documentation/flow/hflow/background(in:fillstyle:)-82ege.json index 80a15b75..105dddc5 100644 --- a/data/documentation/flow/hflow/background(in:fillstyle:)-82ege.json +++ b/data/documentation/flow/hflow/background(in:fillstyle:)-82ege.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(in:fillstyle:)-82ege"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-82ege","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA15InsettableShapeRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/background(in:fillStyle:)-82ege":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-82ege","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(in:fillstyle:)-82ege"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/background(in:fillstyle:)-82ege"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-82ege","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA15InsettableShapeRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/background(in:fillStyle:)-82ege":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-82ege","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(in:fillstyle:)-82ege"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/backgroundpreferencevalue(_:_:).json b/data/documentation/flow/hflow/backgroundpreferencevalue(_:_:).json index 031d7043..45e36622 100644 --- a/data/documentation/flow/hflow/backgroundpreferencevalue(_:_:).json +++ b/data/documentation/flow/hflow/backgroundpreferencevalue(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type = Key.self, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundPreferenceValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"backgroundPreferenceValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/backgroundPreferenceValue(_:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type = Key.self, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundPreferenceValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"backgroundPreferenceValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/backgroundPreferenceValue(_:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/backgroundpreferencevalue(_:alignment:_:).json b/data/documentation/flow/hflow/backgroundpreferencevalue(_:alignment:_:).json index 1e8ea702..369b7dad 100644 --- a/data/documentation/flow/hflow/backgroundpreferencevalue(_:alignment:_:).json +++ b/data/documentation/flow/hflow/backgroundpreferencevalue(_:alignment:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/backgroundPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:alignment:_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/backgroundPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/backgroundstyle(_:).json b/data/documentation/flow/hflow/backgroundstyle(_:).json index 78cc6c63..02c070a0 100644 --- a/data/documentation/flow/hflow/backgroundstyle(_:).json +++ b/data/documentation/flow/hflow/backgroundstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/backgroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"backgroundStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15backgroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/backgroundStyle(_:)":{"role":"symbol","title":"backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/backgroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"backgroundStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15backgroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/backgroundStyle(_:)":{"role":"symbol","title":"backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/badge(_:)-3qbt4.json b/data/documentation/flow/hflow/badge(_:)-3qbt4.json index aa45b736..55b60a8d 100644 --- a/data/documentation/flow/hflow/badge(_:)-3qbt4.json +++ b/data/documentation/flow/hflow/badge(_:)-3qbt4.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/badge(_:)-3qbt4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3qbt4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA4TextVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-3qbt4":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3qbt4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-3qbt4"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/badge(_:)-3qbt4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3qbt4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA4TextVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-3qbt4":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3qbt4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-3qbt4"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/badge(_:)-3uci9.json b/data/documentation/flow/hflow/badge(_:)-3uci9.json index 668073f2..3c26e47d 100644 --- a/data/documentation/flow/hflow/badge(_:)-3uci9.json +++ b/data/documentation/flow/hflow/badge(_:)-3uci9.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/badge(_:)-3uci9"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3uci9","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA18LocalizedStringKeyVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/badge(_:)-3uci9":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3uci9","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-3uci9"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/badge(_:)-3uci9"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3uci9","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA18LocalizedStringKeyVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-3uci9":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3uci9","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-3uci9"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/badge(_:)-7uhe7.json b/data/documentation/flow/hflow/badge(_:)-7uhe7.json index 2902496c..2e5f67c3 100644 --- a/data/documentation/flow/hflow/badge(_:)-7uhe7.json +++ b/data/documentation/flow/hflow/badge(_:)-7uhe7.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/badge(_:)-7uhe7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-7uhe7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrqd__SgSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-7uhe7":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-7uhe7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-7uhe7"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/badge(_:)-7uhe7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-7uhe7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrqd__SgSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-7uhe7":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-7uhe7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-7uhe7"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/badge(_:)-80e6s.json b/data/documentation/flow/hflow/badge(_:)-80e6s.json index 8cbe4d7c..17b24804 100644 --- a/data/documentation/flow/hflow/badge(_:)-80e6s.json +++ b/data/documentation/flow/hflow/badge(_:)-80e6s.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/badge(_:)-80e6s"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-80e6s","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrSiF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/badge(_:)-80e6s":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-80e6s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-80e6s"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/badge(_:)-80e6s"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-80e6s","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrSiF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-80e6s":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-80e6s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-80e6s"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/baselineoffset(_:).json b/data/documentation/flow/hflow/baselineoffset(_:).json index f82b8ce5..3f4e1b4f 100644 --- a/data/documentation/flow/hflow/baselineoffset(_:).json +++ b/data/documentation/flow/hflow/baselineoffset(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"baselineOffset"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/baselineoffset(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/baselineOffset(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.baselineOffset(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"baselineOffset(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14baselineOffsetyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/baselineOffset(_:)":{"role":"symbol","title":"baselineOffset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/baselineOffset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/baselineoffset(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"baselineOffset"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/baselineoffset(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/baselineOffset(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.baselineOffset(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"baselineOffset(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14baselineOffsetyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/baselineOffset(_:)":{"role":"symbol","title":"baselineOffset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/baselineOffset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/baselineoffset(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/blendmode(_:).json b/data/documentation/flow/hflow/blendmode(_:).json index e9f178af..32aa15bc 100644 --- a/data/documentation/flow/hflow/blendmode(_:).json +++ b/data/documentation/flow/hflow/blendmode(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"blendMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/blendmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blendMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.blendMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"blendMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9blendModeyQrAA05BlendE0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/blendMode(_:)":{"role":"symbol","title":"blendMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blendMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/blendmode(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"blendMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/blendmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blendMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.blendMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"blendMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9blendModeyQrAA05BlendE0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/blendMode(_:)":{"role":"symbol","title":"blendMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blendMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/blendmode(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/blur(radius:opaque:).json b/data/documentation/flow/hflow/blur(radius:opaque:).json index 6eec4081..a66ec0b5 100644 --- a/data/documentation/flow/hflow/blur(radius:opaque:).json +++ b/data/documentation/flow/hflow/blur(radius:opaque:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/blur(radius:opaque:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blur(radius:opaque:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.blur(radius:opaque:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"blur(radius:opaque:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4blur6radius6opaqueQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/blur(radius:opaque:)":{"role":"symbol","title":"blur(radius:opaque:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blur(radius:opaque:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/blur(radius:opaque:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/blur(radius:opaque:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blur(radius:opaque:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.blur(radius:opaque:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"blur(radius:opaque:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4blur6radius6opaqueQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/blur(radius:opaque:)":{"role":"symbol","title":"blur(radius:opaque:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blur(radius:opaque:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/blur(radius:opaque:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/bold(_:).json b/data/documentation/flow/hflow/bold(_:).json index 901c80b5..e41810b7 100644 --- a/data/documentation/flow/hflow/bold(_:).json +++ b/data/documentation/flow/hflow/bold(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/bold(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/bold(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.bold(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"bold(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4boldyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/bold(_:)":{"role":"symbol","title":"bold(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/bold(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/bold(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/bold(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/bold(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.bold(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"bold(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4boldyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/bold(_:)":{"role":"symbol","title":"bold(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/bold(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/bold(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/border(_:width:).json b/data/documentation/flow/hflow/border(_:width:).json index fe368c48..2b2fdfda 100644 --- a/data/documentation/flow/hflow/border(_:width:).json +++ b/data/documentation/flow/hflow/border(_:width:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/border(_:width:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/border(_:width:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.border(_:width:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"border(_:width:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6border_5widthQrqd___14CoreFoundation7CGFloatVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/border(_:width:)":{"role":"symbol","title":"border(_:width:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/border(_:width:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/border(_:width:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/border(_:width:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/border(_:width:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.border(_:width:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"border(_:width:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6border_5widthQrqd___14CoreFoundation7CGFloatVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/border(_:width:)":{"role":"symbol","title":"border(_:width:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/border(_:width:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/border(_:width:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/brightness(_:).json b/data/documentation/flow/hflow/brightness(_:).json index 8b704fed..7ddc34ed 100644 --- a/data/documentation/flow/hflow/brightness(_:).json +++ b/data/documentation/flow/hflow/brightness(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/brightness(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/brightness(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.brightness(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"brightness(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10brightnessyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/brightness(_:)":{"role":"symbol","title":"brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/brightness(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/brightness(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/brightness(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/brightness(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.brightness(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"brightness(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10brightnessyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/brightness(_:)":{"role":"symbol","title":"brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/brightness(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/brightness(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/buttonbordershape(_:).json b/data/documentation/flow/hflow/buttonbordershape(_:).json index df8f42db..2687b5f9 100644 --- a/data/documentation/flow/hflow/buttonbordershape(_:).json +++ b/data/documentation/flow/hflow/buttonbordershape(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/buttonbordershape(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonBorderShape(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonBorderShape(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonBorderShape(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17buttonBorderShapeyQrAA06ButtoneF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/buttonBorderShape(_:)":{"role":"symbol","title":"buttonBorderShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonBorderShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonbordershape(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/buttonbordershape(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonBorderShape(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonBorderShape(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonBorderShape(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17buttonBorderShapeyQrAA06ButtoneF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/buttonBorderShape(_:)":{"role":"symbol","title":"buttonBorderShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonBorderShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonbordershape(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/buttonstyle(_:)-1jo2i.json b/data/documentation/flow/hflow/buttonstyle(_:)-1jo2i.json index 1f27eb67..e230ebf1 100644 --- a/data/documentation/flow/hflow/buttonstyle(_:)-1jo2i.json +++ b/data/documentation/flow/hflow/buttonstyle(_:)-1jo2i.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PrimitiveButtonStyle","preciseIdentifier":"s:7SwiftUI20PrimitiveButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/buttonstyle(_:)-1jo2i"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-1jo2i","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/buttonStyle(_:)-1jo2i":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-1jo2i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonstyle(_:)-1jo2i"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PrimitiveButtonStyle","preciseIdentifier":"s:7SwiftUI20PrimitiveButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/buttonstyle(_:)-1jo2i"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-1jo2i","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/buttonStyle(_:)-1jo2i":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-1jo2i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonstyle(_:)-1jo2i"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/buttonstyle(_:)-3013y.json b/data/documentation/flow/hflow/buttonstyle(_:)-3013y.json index 91c5299d..4882fa73 100644 --- a/data/documentation/flow/hflow/buttonstyle(_:)-3013y.json +++ b/data/documentation/flow/hflow/buttonstyle(_:)-3013y.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ButtonStyle","preciseIdentifier":"s:7SwiftUI11ButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/buttonstyle(_:)-3013y"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-3013y","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA06ButtonE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/buttonStyle(_:)-3013y":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-3013y","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonstyle(_:)-3013y"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ButtonStyle","preciseIdentifier":"s:7SwiftUI11ButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/buttonstyle(_:)-3013y"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-3013y","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA06ButtonE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/buttonStyle(_:)-3013y":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-3013y","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonstyle(_:)-3013y"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/callasfunction(_:).json b/data/documentation/flow/hflow/callasfunction(_:).json index 38c0d7fb..9add5278 100644 --- a/data/documentation/flow/hflow/callasfunction(_:).json +++ b/data/documentation/flow/hflow/callasfunction(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/callasfunction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/callAsFunction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.callAsFunction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"callAsFunction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE14callAsFunctionyQrqd__yXEAA4ViewRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/callAsFunction(_:)":{"role":"symbol","title":"callAsFunction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/callAsFunction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/callasfunction(_:)"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/callasfunction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/callAsFunction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.callAsFunction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"callAsFunction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE14callAsFunctionyQrqd__yXEAA4ViewRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow/HFlow/callAsFunction(_:)":{"role":"symbol","title":"callAsFunction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/callAsFunction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/callasfunction(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/clipped(antialiased:).json b/data/documentation/flow/hflow/clipped(antialiased:).json index d914426e..11f4a1d5 100644 --- a/data/documentation/flow/hflow/clipped(antialiased:).json +++ b/data/documentation/flow/hflow/clipped(antialiased:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/clipped(antialiased:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipped(antialiased:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.clipped(antialiased:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"clipped(antialiased:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7clipped11antialiasedQrSb_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/clipped(antialiased:)":{"role":"symbol","title":"clipped(antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipped(antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/clipped(antialiased:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/clipped(antialiased:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipped(antialiased:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.clipped(antialiased:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"clipped(antialiased:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7clipped11antialiasedQrSb_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/clipped(antialiased:)":{"role":"symbol","title":"clipped(antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipped(antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/clipped(antialiased:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/clipshape(_:style:).json b/data/documentation/flow/hflow/clipshape(_:style:).json index edb71140..82eb32e6 100644 --- a/data/documentation/flow/hflow/clipshape(_:style:).json +++ b/data/documentation/flow/hflow/clipshape(_:style:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/clipshape(_:style:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipShape(_:style:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.clipShape(_:style:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"clipShape(_:style:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9clipShape_5styleQrqd___AA9FillStyleVtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/clipShape(_:style:)":{"role":"symbol","title":"clipShape(_:style:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipShape(_:style:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/clipshape(_:style:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/clipshape(_:style:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipShape(_:style:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.clipShape(_:style:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"clipShape(_:style:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9clipShape_5styleQrqd___AA9FillStyleVtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/clipShape(_:style:)":{"role":"symbol","title":"clipShape(_:style:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipShape(_:style:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/clipshape(_:style:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/colormultiply(_:).json b/data/documentation/flow/hflow/colormultiply(_:).json index 6c87a99e..f5194f52 100644 --- a/data/documentation/flow/hflow/colormultiply(_:).json +++ b/data/documentation/flow/hflow/colormultiply(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/colormultiply(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorMultiply(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorMultiply(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"colorMultiply(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13colorMultiplyyQrAA5ColorVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/colorMultiply(_:)":{"role":"symbol","title":"colorMultiply(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorMultiply(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/colormultiply(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/colormultiply(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorMultiply(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorMultiply(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"colorMultiply(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13colorMultiplyyQrAA5ColorVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/colorMultiply(_:)":{"role":"symbol","title":"colorMultiply(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorMultiply(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/colormultiply(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/colorscheme(_:).json b/data/documentation/flow/hflow/colorscheme(_:).json index f1d43e3c..583b5f79 100644 --- a/data/documentation/flow/hflow/colorscheme(_:).json +++ b/data/documentation/flow/hflow/colorscheme(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/colorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorScheme(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorScheme(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"colorScheme(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11colorSchemeyQrAA05ColorE0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/colorScheme(_:)":{"role":"symbol","title":"colorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorScheme(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/colorscheme(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/colorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorScheme(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorScheme(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"colorScheme(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11colorSchemeyQrAA05ColorE0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/colorScheme(_:)":{"role":"symbol","title":"colorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorScheme(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/colorscheme(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/compositinggroup().json b/data/documentation/flow/hflow/compositinggroup().json index 54c520db..27fabf7c 100644 --- a/data/documentation/flow/hflow/compositinggroup().json +++ b/data/documentation/flow/hflow/compositinggroup().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/compositinggroup()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/compositingGroup()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.compositingGroup()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"compositingGroup()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16compositingGroupQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/compositingGroup()":{"role":"symbol","title":"compositingGroup()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/compositingGroup()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/compositinggroup()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/compositinggroup()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/compositingGroup()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.compositingGroup()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"compositingGroup()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16compositingGroupQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/compositingGroup()":{"role":"symbol","title":"compositingGroup()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/compositingGroup()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/compositinggroup()"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-559h.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-559h.json index 489ce20c..ccb17aea 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-559h.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-559h.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-559h"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-559h"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-559h"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-559h"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-73fnq.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-73fnq.json index 16ec5a07..a747b480 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-73fnq.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-73fnq.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-73fnq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-73fnq"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-73fnq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-73fnq"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-8y6ks.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-8y6ks.json index 70dee8c9..cb40b296 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-8y6ks.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-8y6ks.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-8y6ks"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-8y6ks"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-8y6ks"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-8y6ks"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2n36l.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2n36l.json index 15b012d4..76606a22 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2n36l.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2n36l.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2n36l"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2n36l"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2n36l"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2n36l"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3r6cc.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3r6cc.json index 4b5a47e9..e31e6244 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3r6cc.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3r6cc.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3r6cc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3r6cc"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3r6cc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3r6cc"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6klc4.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6klc4.json index d33bce87..2e8867be 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6klc4.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6klc4.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6klc4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6klc4"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6klc4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6klc4"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-15c2g.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-15c2g.json index d9c6603d..11d28522 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-15c2g.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-15c2g.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-15c2g"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-15c2g"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-15c2g"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-15c2g"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8prlz.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8prlz.json index cb4e2c08..2aa48762 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8prlz.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8prlz.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8prlz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8prlz"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8prlz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8prlz"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-cln4.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-cln4.json index 5f9ceeed..4feb662f 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-cln4.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-cln4.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-cln4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrqd___AA7BindingVySbGAA0I0Oqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-cln4"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-cln4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrqd___AA7BindingVySbGAA0I0Oqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-cln4"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-29t9b.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-29t9b.json index 1d69832f..0959dd96 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-29t9b.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-29t9b.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-29t9b"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-29t9b"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-29t9b"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-29t9b"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2ywx.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2ywx.json index 7a92567c..9a2ec8d2 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2ywx.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2ywx.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2ywx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2ywx"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2ywx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2ywx"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-713bu.json b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-713bu.json index ad11250b..7785f3d0 100644 --- a/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-713bu.json +++ b/data/documentation/flow/hflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-713bu.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-713bu"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-713bu"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-713bu"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-713bu"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/containershape(_:).json b/data/documentation/flow/hflow/containershape(_:).json index 96cb1ba4..0c7a19ce 100644 --- a/data/documentation/flow/hflow/containershape(_:).json +++ b/data/documentation/flow/hflow/containershape(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/containershape(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/containerShape(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.containerShape(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"containerShape(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14containerShapeyQrqd__AA010InsettableE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/containerShape(_:)":{"role":"symbol","title":"containerShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/containerShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/containershape(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/containershape(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/containerShape(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.containerShape(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"containerShape(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14containerShapeyQrqd__AA010InsettableE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/containerShape(_:)":{"role":"symbol","title":"containerShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/containerShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/containershape(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/contentshape(_:_:eofill:).json b/data/documentation/flow/hflow/contentshape(_:_:eofill:).json index baa1aec9..4fb4d0a6 100644 --- a/data/documentation/flow/hflow/contentshape(_:_:eofill:).json +++ b/data/documentation/flow/hflow/contentshape(_:_:eofill:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"kind"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contentshape(_:_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:_:eoFill:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:_:eoFill:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentShape(_:_:eoFill:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12contentShape__6eoFillQrAA07ContentE5KindsV_qd__SbtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/contentShape(_:_:eoFill:)":{"role":"symbol","title":"contentShape(_:_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contentshape(_:_:eofill:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"kind"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contentshape(_:_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:_:eoFill:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:_:eoFill:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentShape(_:_:eoFill:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12contentShape__6eoFillQrAA07ContentE5KindsV_qd__SbtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/contentShape(_:_:eoFill:)":{"role":"symbol","title":"contentShape(_:_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contentshape(_:_:eofill:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/contentshape(_:eofill:).json b/data/documentation/flow/hflow/contentshape(_:eofill:).json index 8f9a24ba..0ea5f48c 100644 --- a/data/documentation/flow/hflow/contentshape(_:eofill:).json +++ b/data/documentation/flow/hflow/contentshape(_:eofill:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contentshape(_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:eoFill:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:eoFill:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentShape(_:eoFill:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12contentShape_6eoFillQrqd___SbtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/contentShape(_:eoFill:)":{"role":"symbol","title":"contentShape(_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contentshape(_:eofill:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contentshape(_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:eoFill:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:eoFill:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentShape(_:eoFill:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12contentShape_6eoFillQrqd___SbtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/contentShape(_:eoFill:)":{"role":"symbol","title":"contentShape(_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contentshape(_:eofill:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/contenttransition(_:).json b/data/documentation/flow/hflow/contenttransition(_:).json index d2579ff3..d6db431c 100644 --- a/data/documentation/flow/hflow/contenttransition(_:).json +++ b/data/documentation/flow/hflow/contenttransition(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contenttransition(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentTransition(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentTransition(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentTransition(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17contentTransitionyQrAA07ContentE0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/contentTransition(_:)":{"role":"symbol","title":"contentTransition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentTransition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contenttransition(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contenttransition(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentTransition(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentTransition(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentTransition(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17contentTransitionyQrAA07ContentE0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/contentTransition(_:)":{"role":"symbol","title":"contentTransition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentTransition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contenttransition(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/contextmenu(_:).json b/data/documentation/flow/hflow/contextmenu(_:).json index 51e1d61f..9e7b6bce 100644 --- a/data/documentation/flow/hflow/contextmenu(_:).json +++ b/data/documentation/flow/hflow/contextmenu(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contextMenu"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contextmenu(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenuyQrAA07ContextE0Vyqd__GSgAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `contextMenu(menuItems:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `contextMenu(menuItems:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"deprecatedAt":"7.0","beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `contextMenu(menuItems:)` instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/contextMenu(_:)":{"role":"symbol","title":"contextMenu(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/contextmenu(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contextMenu"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contextmenu(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenuyQrAA07ContextE0Vyqd__GSgAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `contextMenu(menuItems:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `contextMenu(menuItems:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"deprecatedAt":"7.0","beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `contextMenu(menuItems:)` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/contextMenu(_:)":{"role":"symbol","title":"contextMenu(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/contextmenu(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/contextmenu(forselectiontype:menu:primaryaction:).json b/data/documentation/flow/hflow/contextmenu(forselectiontype:menu:primaryaction:).json index 261bf674..700e7ef0 100644 --- a/data/documentation/flow/hflow/contextmenu(forselectiontype:menu:primaryaction:).json +++ b/data/documentation/flow/hflow/contextmenu(forselectiontype:menu:primaryaction:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":" "},{"kind":"internalParam","text":"itemType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type = I.self, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contextmenu(forselectiontype:menu:primaryaction:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(forSelectionType:menu:primaryAction:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(forSelectionType:menu:primaryAction:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu16forSelectionType4menu13primaryActionQrqd__m_qd_0_Shyqd__GcyAHcSgtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(forselectiontype:menu:primaryaction:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":" "},{"kind":"internalParam","text":"itemType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type = I.self, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contextmenu(forselectiontype:menu:primaryaction:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(forSelectionType:menu:primaryAction:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(forSelectionType:menu:primaryAction:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu16forSelectionType4menu13primaryActionQrqd__m_qd_0_Shyqd__GcyAHcSgtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(forselectiontype:menu:primaryaction:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/contextmenu(menuitems:).json b/data/documentation/flow/hflow/contextmenu(menuitems:).json index b233d3e0..dfdc6747 100644 --- a/data/documentation/flow/hflow/contextmenu(menuitems:).json +++ b/data/documentation/flow/hflow/contextmenu(menuitems:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contextmenu(menuitems:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(menuItems:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItemsQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"deprecatedAt":"7.0","beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/contextMenu(menuItems:)":{"role":"symbol","title":"contextMenu(menuItems:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(menuitems:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contextmenu(menuitems:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(menuItems:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItemsQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"deprecatedAt":"7.0","beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/contextMenu(menuItems:)":{"role":"symbol","title":"contextMenu(menuItems:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(menuitems:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/contextmenu(menuitems:preview:).json b/data/documentation/flow/hflow/contextmenu(menuitems:preview:).json index 0251526c..d571cb96 100644 --- a/data/documentation/flow/hflow/contextmenu(menuitems:preview:).json +++ b/data/documentation/flow/hflow/contextmenu(menuitems:preview:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contextmenu(menuitems:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(menuItems:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItems7previewQrqd__yXE_qd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/contextMenu(menuItems:preview:)":{"role":"symbol","title":"contextMenu(menuItems:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(menuitems:preview:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contextmenu(menuitems:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(menuItems:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItems7previewQrqd__yXE_qd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/contextMenu(menuItems:preview:)":{"role":"symbol","title":"contextMenu(menuItems:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(menuitems:preview:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/contrast(_:).json b/data/documentation/flow/hflow/contrast(_:).json index 2c2c6370..75b2f68e 100644 --- a/data/documentation/flow/hflow/contrast(_:).json +++ b/data/documentation/flow/hflow/contrast(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contrast(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contrast(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contrast(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contrast(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8contrastyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/contrast(_:)":{"role":"symbol","title":"contrast(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contrast(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contrast(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/contrast(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contrast(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contrast(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contrast(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8contrastyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/contrast(_:)":{"role":"symbol","title":"contrast(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contrast(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contrast(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/controlgroupstyle(_:).json b/data/documentation/flow/hflow/controlgroupstyle(_:).json index f6a27b27..7b2e83b9 100644 --- a/data/documentation/flow/hflow/controlgroupstyle(_:).json +++ b/data/documentation/flow/hflow/controlgroupstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ControlGroupStyle","preciseIdentifier":"s:7SwiftUI17ControlGroupStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/controlgroupstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlGroupStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.controlGroupStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"controlGroupStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17controlGroupStyleyQrqd__AA07ControleF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/controlGroupStyle(_:)":{"role":"symbol","title":"controlGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/controlgroupstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ControlGroupStyle","preciseIdentifier":"s:7SwiftUI17ControlGroupStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/controlgroupstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlGroupStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.controlGroupStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"controlGroupStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17controlGroupStyleyQrqd__AA07ControleF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/controlGroupStyle(_:)":{"role":"symbol","title":"controlGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/controlgroupstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/controlsize(_:).json b/data/documentation/flow/hflow/controlsize(_:).json index 1c23cafb..d1fa6ec3 100644 --- a/data/documentation/flow/hflow/controlsize(_:).json +++ b/data/documentation/flow/hflow/controlsize(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"controlSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/controlsize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlSize(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.controlSize(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"controlSize(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11controlSizeyQrAA07ControlE0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/controlSize(_:)":{"role":"symbol","title":"controlSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/controlsize(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"controlSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/controlsize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlSize(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.controlSize(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"controlSize(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11controlSizeyQrAA07ControlE0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/controlSize(_:)":{"role":"symbol","title":"controlSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/controlsize(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/copyable(_:).json b/data/documentation/flow/hflow/copyable(_:).json index 7fcaabb6..e23dc70b 100644 --- a/data/documentation/flow/hflow/copyable(_:).json +++ b/data/documentation/flow/hflow/copyable(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/copyable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/copyable(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.copyable(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"copyable(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8copyableyQrSayqd__GyXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/copyable(_:)":{"role":"symbol","title":"copyable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/copyable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/copyable(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/copyable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/copyable(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.copyable(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"copyable(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8copyableyQrSayqd__GyXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/copyable(_:)":{"role":"symbol","title":"copyable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/copyable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/copyable(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/cornerradius(_:antialiased:).json b/data/documentation/flow/hflow/cornerradius(_:antialiased:).json index 1c25fcfd..7d8d1163 100644 --- a/data/documentation/flow/hflow/cornerradius(_:antialiased:).json +++ b/data/documentation/flow/hflow/cornerradius(_:antialiased:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/cornerradius(_:antialiased:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cornerRadius(_:antialiased:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.cornerRadius(_:antialiased:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"cornerRadius(_:antialiased:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12cornerRadius_11antialiasedQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/cornerRadius(_:antialiased:)":{"role":"symbol","title":"cornerRadius(_:antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cornerRadius(_:antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/cornerradius(_:antialiased:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/cornerradius(_:antialiased:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cornerRadius(_:antialiased:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.cornerRadius(_:antialiased:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"cornerRadius(_:antialiased:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12cornerRadius_11antialiasedQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/cornerRadius(_:antialiased:)":{"role":"symbol","title":"cornerRadius(_:antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cornerRadius(_:antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/cornerradius(_:antialiased:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/cuttable(for:action:).json b/data/documentation/flow/hflow/cuttable(for:action:).json index f2621f49..4d9bea46 100644 --- a/data/documentation/flow/hflow/cuttable(for:action:).json +++ b/data/documentation/flow/hflow/cuttable(for:action:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/cuttable(for:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cuttable(for:action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.cuttable(for:action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"cuttable(for:action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8cuttable3for6actionQrqd__m_Sayqd__Gyct16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/cuttable(for:action:)":{"role":"symbol","title":"cuttable(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cuttable(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/cuttable(for:action:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/cuttable(for:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cuttable(for:action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.cuttable(for:action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"cuttable(for:action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8cuttable3for6actionQrqd__m_Sayqd__Gyct16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/cuttable(for:action:)":{"role":"symbol","title":"cuttable(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cuttable(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/cuttable(for:action:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/datepickerstyle(_:).json b/data/documentation/flow/hflow/datepickerstyle(_:).json index 5fe2c475..bbbb24e5 100644 --- a/data/documentation/flow/hflow/datepickerstyle(_:).json +++ b/data/documentation/flow/hflow/datepickerstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"DatePickerStyle","preciseIdentifier":"s:7SwiftUI15DatePickerStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/datepickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/datePickerStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.datePickerStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"datePickerStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15datePickerStyleyQrqd__AA04DateeF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/datePickerStyle(_:)":{"role":"symbol","title":"datePickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/datePickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/datepickerstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"DatePickerStyle","preciseIdentifier":"s:7SwiftUI15DatePickerStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/datepickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/datePickerStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.datePickerStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"datePickerStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15datePickerStyleyQrqd__AA04DateeF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/datePickerStyle(_:)":{"role":"symbol","title":"datePickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/datePickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/datepickerstyle(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/defaultappstorage(_:).json b/data/documentation/flow/hflow/defaultappstorage(_:).json index 2c93af4a..74ec6019 100644 --- a/data/documentation/flow/hflow/defaultappstorage(_:).json +++ b/data/documentation/flow/hflow/defaultappstorage(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"store"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/defaultappstorage(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultAppStorage(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultAppStorage(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"defaultAppStorage(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17defaultAppStorageyQrSo14NSUserDefaultsCF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/defaultAppStorage(_:)":{"role":"symbol","title":"defaultAppStorage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultAppStorage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/defaultappstorage(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"store"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/defaultappstorage(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultAppStorage(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultAppStorage(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"defaultAppStorage(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17defaultAppStorageyQrSo14NSUserDefaultsCF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/defaultAppStorage(_:)":{"role":"symbol","title":"defaultAppStorage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultAppStorage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/defaultappstorage(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/defaultfocus(_:_:priority:).json b/data/documentation/flow/hflow/defaultfocus(_:_:priority:).json index dceb1b58..75f555ad 100644 --- a/data/documentation/flow/hflow/defaultfocus(_:_:priority:).json +++ b/data/documentation/flow/hflow/defaultfocus(_:_:priority:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":" = .automatic) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/defaultfocus(_:_:priority:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultFocus(_:_:priority:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultFocus(_:_:priority:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"defaultFocus(_:_:priority:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12defaultFocus__8priorityQrAA0E5StateV7BindingVyqd___G_qd__AA07DefaultE18EvaluationPriorityVtSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/defaultFocus(_:_:priority:)":{"role":"symbol","title":"defaultFocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultFocus(_:_:priority:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/defaultfocus(_:_:priority:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":" = .automatic) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/defaultfocus(_:_:priority:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultFocus(_:_:priority:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultFocus(_:_:priority:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"defaultFocus(_:_:priority:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12defaultFocus__8priorityQrAA0E5StateV7BindingVyqd___G_qd__AA07DefaultE18EvaluationPriorityVtSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/defaultFocus(_:_:priority:)":{"role":"symbol","title":"defaultFocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultFocus(_:_:priority:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/defaultfocus(_:_:priority:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/deletedisabled(_:).json b/data/documentation/flow/hflow/deletedisabled(_:).json index 96dca67a..a1719b2e 100644 --- a/data/documentation/flow/hflow/deletedisabled(_:).json +++ b/data/documentation/flow/hflow/deletedisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/deletedisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/deleteDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.deleteDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"deleteDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14deleteDisabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/deleteDisabled(_:)":{"role":"symbol","title":"deleteDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/deleteDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/deletedisabled(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/deletedisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/deleteDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.deleteDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"deleteDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14deleteDisabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/deleteDisabled(_:)":{"role":"symbol","title":"deleteDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/deleteDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/deletedisabled(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/disableautocorrection(_:).json b/data/documentation/flow/hflow/disableautocorrection(_:).json index 8e8da156..8524c299 100644 --- a/data/documentation/flow/hflow/disableautocorrection(_:).json +++ b/data/documentation/flow/hflow/disableautocorrection(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/disableautocorrection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disableAutocorrection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disableAutocorrection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disableAutocorrection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21disableAutocorrectionyQrSbSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"8.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/disableAutocorrection(_:)":{"role":"symbol","title":"disableAutocorrection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disableAutocorrection(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/disableautocorrection(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/disableautocorrection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disableAutocorrection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disableAutocorrection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disableAutocorrection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21disableAutocorrectionyQrSbSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"8.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/disableAutocorrection(_:)":{"role":"symbol","title":"disableAutocorrection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disableAutocorrection(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/disableautocorrection(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/disabled(_:).json b/data/documentation/flow/hflow/disabled(_:).json index ccc14349..77ac3b62 100644 --- a/data/documentation/flow/hflow/disabled(_:).json +++ b/data/documentation/flow/hflow/disabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/disabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8disabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/disabled(_:)":{"role":"symbol","title":"disabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/disabled(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/disabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8disabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/disabled(_:)":{"role":"symbol","title":"disabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/disabled(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/disclosuregroupstyle(_:).json b/data/documentation/flow/hflow/disclosuregroupstyle(_:).json index 76b0bbe1..d536ddb2 100644 --- a/data/documentation/flow/hflow/disclosuregroupstyle(_:).json +++ b/data/documentation/flow/hflow/disclosuregroupstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"DisclosureGroupStyle","preciseIdentifier":"s:7SwiftUI20DisclosureGroupStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/disclosuregroupstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disclosureGroupStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disclosureGroupStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disclosureGroupStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20disclosureGroupStyleyQrqd__AA010DisclosureeF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/disclosureGroupStyle(_:)":{"role":"symbol","title":"disclosureGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disclosureGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/disclosuregroupstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"DisclosureGroupStyle","preciseIdentifier":"s:7SwiftUI20DisclosureGroupStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/disclosuregroupstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disclosureGroupStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disclosureGroupStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disclosureGroupStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20disclosureGroupStyleyQrqd__AA010DisclosureeF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/disclosureGroupStyle(_:)":{"role":"symbol","title":"disclosureGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disclosureGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/disclosuregroupstyle(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/draggable(_:).json b/data/documentation/flow/hflow/draggable(_:).json index 1f35f73d..c69e8966 100644 --- a/data/documentation/flow/hflow/draggable(_:).json +++ b/data/documentation/flow/hflow/draggable(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/draggable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"draggable(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9draggableyQrqd__yXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/draggable(_:)":{"role":"symbol","title":"draggable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/draggable(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/draggable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"draggable(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9draggableyQrqd__yXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/draggable(_:)":{"role":"symbol","title":"draggable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/draggable(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/draggable(_:preview:).json b/data/documentation/flow/hflow/draggable(_:preview:).json index 86e3776a..1ee9d329 100644 --- a/data/documentation/flow/hflow/draggable(_:preview:).json +++ b/data/documentation/flow/hflow/draggable(_:preview:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/draggable(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"draggable(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9draggable_7previewQrqd_0_yXA_qd__yXEtAaBRd__16CoreTransferable0G0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/draggable(_:preview:)":{"role":"symbol","title":"draggable(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/draggable(_:preview:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/draggable(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"draggable(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9draggable_7previewQrqd_0_yXA_qd__yXEtAaBRd__16CoreTransferable0G0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/draggable(_:preview:)":{"role":"symbol","title":"draggable(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/draggable(_:preview:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/drawinggroup(opaque:colormode:).json b/data/documentation/flow/hflow/drawinggroup(opaque:colormode:).json index a86fcae0..306d2c67 100644 --- a/data/documentation/flow/hflow/drawinggroup(opaque:colormode:).json +++ b/data/documentation/flow/hflow/drawinggroup(opaque:colormode:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false, "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":" = .nonLinear) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/drawinggroup(opaque:colormode:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/drawingGroup(opaque:colorMode:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.drawingGroup(opaque:colorMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"drawingGroup(opaque:colorMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12drawingGroup6opaque9colorModeQrSb_AA014ColorRenderingH0OtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/drawingGroup(opaque:colorMode:)":{"role":"symbol","title":"drawingGroup(opaque:colorMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/drawingGroup(opaque:colorMode:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/drawinggroup(opaque:colormode:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false, "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":" = .nonLinear) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/drawinggroup(opaque:colormode:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/drawingGroup(opaque:colorMode:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.drawingGroup(opaque:colorMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"drawingGroup(opaque:colorMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12drawingGroup6opaque9colorModeQrSb_AA014ColorRenderingH0OtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/drawingGroup(opaque:colorMode:)":{"role":"symbol","title":"drawingGroup(opaque:colorMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/drawingGroup(opaque:colorMode:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/drawinggroup(opaque:colormode:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/dropdestination(for:action:istargeted:).json b/data/documentation/flow/hflow/dropdestination(for:action:istargeted:).json index aa97e634..e593969e 100644 --- a/data/documentation/flow/hflow/dropdestination(for:action:istargeted:).json +++ b/data/documentation/flow/hflow/dropdestination(for:action:istargeted:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":" = { _ in }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/dropdestination(for:action:istargeted:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dropDestination(for:action:isTargeted:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dropDestination(for:action:isTargeted:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"dropDestination(for:action:isTargeted:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15dropDestination3for6action10isTargetedQrqd__m_SbSayqd__G_So7CGPointVtcySbct16CoreTransferable0L0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/dropDestination(for:action:isTargeted:)":{"role":"symbol","title":"dropDestination(for:action:isTargeted:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dropDestination(for:action:isTargeted:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/dropdestination(for:action:istargeted:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":" = { _ in }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/dropdestination(for:action:istargeted:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dropDestination(for:action:isTargeted:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dropDestination(for:action:isTargeted:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"dropDestination(for:action:isTargeted:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15dropDestination3for6action10isTargetedQrqd__m_SbSayqd__G_So7CGPointVtcySbct16CoreTransferable0L0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/dropDestination(for:action:isTargeted:)":{"role":"symbol","title":"dropDestination(for:action:isTargeted:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dropDestination(for:action:isTargeted:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/dropdestination(for:action:istargeted:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/dynamictypesize(_:).json b/data/documentation/flow/hflow/dynamictypesize(_:).json index 446772a8..f2f576d2 100644 --- a/data/documentation/flow/hflow/dynamictypesize(_:).json +++ b/data/documentation/flow/hflow/dynamictypesize(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"size"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/dynamictypesize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dynamicTypeSize(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dynamicTypeSize(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"dynamicTypeSize(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15dynamicTypeSizeyQrAA07DynamiceF0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/dynamicTypeSize(_:)":{"role":"symbol","title":"dynamicTypeSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dynamicTypeSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/dynamictypesize(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"size"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/dynamictypesize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dynamicTypeSize(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dynamicTypeSize(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"dynamicTypeSize(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15dynamicTypeSizeyQrAA07DynamiceF0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/dynamicTypeSize(_:)":{"role":"symbol","title":"dynamicTypeSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dynamicTypeSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/dynamictypesize(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/edgesignoringsafearea(_:).json b/data/documentation/flow/hflow/edgesignoringsafearea(_:).json index a623e024..bbcc4ef8 100644 --- a/data/documentation/flow/hflow/edgesignoringsafearea(_:).json +++ b/data/documentation/flow/hflow/edgesignoringsafearea(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/edgesignoringsafearea(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/edgesIgnoringSafeArea(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.edgesIgnoringSafeArea(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"edgesIgnoringSafeArea(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21edgesIgnoringSafeAreayQrAA4EdgeO3SetVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use ignoresSafeArea(_:edges:) instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/edgesIgnoringSafeArea(_:)":{"role":"symbol","title":"edgesIgnoringSafeArea(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/edgesIgnoringSafeArea(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/edgesignoringsafearea(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/edgesignoringsafearea(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/edgesIgnoringSafeArea(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.edgesIgnoringSafeArea(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"edgesIgnoringSafeArea(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21edgesIgnoringSafeAreayQrAA4EdgeO3SetVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use ignoresSafeArea(_:edges:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use ignoresSafeArea(_:edges:) instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/edgesIgnoringSafeArea(_:)":{"role":"symbol","title":"edgesIgnoringSafeArea(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/edgesIgnoringSafeArea(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/edgesignoringsafearea(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/environment(_:_:).json b/data/documentation/flow/hflow/environment(_:_:).json index d44ea0c7..711b0da5 100644 --- a/data/documentation/flow/hflow/environment(_:_:).json +++ b/data/documentation/flow/hflow/environment(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/environment(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environment(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environment(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"environment(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrs15WritableKeyPathCyAA17EnvironmentValuesVqd__G_qd__tlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/environment(_:_:)":{"role":"symbol","title":"environment(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environment(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/environment(_:_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/environment(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environment(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environment(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"environment(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrs15WritableKeyPathCyAA17EnvironmentValuesVqd__G_qd__tlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/environment(_:_:)":{"role":"symbol","title":"environment(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environment(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/environment(_:_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/environmentobject(_:).json b/data/documentation/flow/hflow/environmentobject(_:).json index 0b674122..24c48085 100644 --- a/data/documentation/flow/hflow/environmentobject(_:).json +++ b/data/documentation/flow/hflow/environmentobject(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/environmentobject(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environmentObject(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environmentObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"environmentObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17environmentObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/environmentObject(_:)":{"role":"symbol","title":"environmentObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environmentObject(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/environmentobject(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/environmentobject(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environmentObject(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environmentObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"environmentObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17environmentObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/environmentObject(_:)":{"role":"symbol","title":"environmentObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environmentObject(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/environmentobject(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/explicitalignment(of:in:proposal:subviews:cache:)-1damt.json b/data/documentation/flow/hflow/explicitalignment(of:in:proposal:subviews:cache:)-1damt.json index 9cc6501d..47cd8270 100644 --- a/data/documentation/flow/hflow/explicitalignment(of:in:proposal:subviews:cache:)-1damt.json +++ b/data/documentation/flow/hflow/explicitalignment(of:in:proposal:subviews:cache:)-1damt.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-1damt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-1damt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.explicitAlignment(of:in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE17explicitAlignment2of2in8proposal8subviews5cache14CoreFoundation7CGFloatVSgAA08VerticalE0V_So6CGRectVAA16ProposedViewSizeVAA0C8SubviewsV5CacheQzztF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/explicitAlignment(of:in:proposal:subviews:cache:)-1damt":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-1damt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-1damt"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-1damt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-1damt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.explicitAlignment(of:in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE17explicitAlignment2of2in8proposal8subviews5cache14CoreFoundation7CGFloatVSgAA08VerticalE0V_So6CGRectVAA16ProposedViewSizeVAA0C8SubviewsV5CacheQzztF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/explicitAlignment(of:in:proposal:subviews:cache:)-1damt":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-1damt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-1damt"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/explicitalignment(of:in:proposal:subviews:cache:)-2t0q3.json b/data/documentation/flow/hflow/explicitalignment(of:in:proposal:subviews:cache:)-2t0q3.json index 9a9163a8..31a3f903 100644 --- a/data/documentation/flow/hflow/explicitalignment(of:in:proposal:subviews:cache:)-2t0q3.json +++ b/data/documentation/flow/hflow/explicitalignment(of:in:proposal:subviews:cache:)-2t0q3.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-2t0q3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.explicitAlignment(of:in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE17explicitAlignment2of2in8proposal8subviews5cache14CoreFoundation7CGFloatVSgAA010HorizontalE0V_So6CGRectVAA16ProposedViewSizeVAA0C8SubviewsV5CacheQzztF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-2t0q3"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-2t0q3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.explicitAlignment(of:in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE17explicitAlignment2of2in8proposal8subviews5cache14CoreFoundation7CGFloatVSgAA010HorizontalE0V_So6CGRectVAA16ProposedViewSizeVAA0C8SubviewsV5CacheQzztF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-2t0q3"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/exportabletoservices(_:).json b/data/documentation/flow/hflow/exportabletoservices(_:).json index a07eff32..08eff293 100644 --- a/data/documentation/flow/hflow/exportabletoservices(_:).json +++ b/data/documentation/flow/hflow/exportabletoservices(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/exportabletoservices(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportableToServices(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServicesyQrSayqd__GyXA16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/exportableToServices(_:)":{"role":"symbol","title":"exportableToServices(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportabletoservices(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/exportabletoservices(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportableToServices(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServicesyQrSayqd__GyXA16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/exportableToServices(_:)":{"role":"symbol","title":"exportableToServices(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportabletoservices(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/exportabletoservices(_:onedit:).json b/data/documentation/flow/hflow/exportabletoservices(_:onedit:).json index 5d561824..446a7668 100644 --- a/data/documentation/flow/hflow/exportabletoservices(_:onedit:).json +++ b/data/documentation/flow/hflow/exportabletoservices(_:onedit:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/exportabletoservices(_:onedit:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:onEdit:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:onEdit:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportableToServices(_:onEdit:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServices_6onEditQrSayqd__GyXA_SbAFct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/exportableToServices(_:onEdit:)":{"role":"symbol","title":"exportableToServices(_:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportabletoservices(_:onedit:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/exportabletoservices(_:onedit:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:onEdit:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:onEdit:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportableToServices(_:onEdit:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServices_6onEditQrSayqd__GyXA_SbAFct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/exportableToServices(_:onEdit:)":{"role":"symbol","title":"exportableToServices(_:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportabletoservices(_:onedit:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/exportsitemproviders(_:onexport:).json b/data/documentation/flow/hflow/exportsitemproviders(_:onexport:).json index 936e1aa5..226a4b65 100644 --- a/data/documentation/flow/hflow/exportsitemproviders(_:onexport:).json +++ b/data/documentation/flow/hflow/exportsitemproviders(_:onexport:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportsItemProviders(_:onExport:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExportQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/exportsItemProviders(_:onExport:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportsItemProviders(_:onExport:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExportQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/exportsItemProviders(_:onExport:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/exportsitemproviders(_:onexport:onedit:).json b/data/documentation/flow/hflow/exportsitemproviders(_:onexport:onedit:).json index 543a7497..78c55b77 100644 --- a/data/documentation/flow/hflow/exportsitemproviders(_:onexport:onedit:).json +++ b/data/documentation/flow/hflow/exportsitemproviders(_:onexport:onedit:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:onedit:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:onEdit:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:onEdit:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExport0G4EditQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGycSbAMctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/exportsItemProviders(_:onExport:onEdit:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:onedit:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:onedit:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:onEdit:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:onEdit:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExport0G4EditQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGycSbAMctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/exportsItemProviders(_:onExport:onEdit:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:onedit:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hymm.json b/data/documentation/flow/hflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hymm.json index 07236312..7687d592 100644 --- a/data/documentation/flow/hflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hymm.json +++ b/data/documentation/flow/hflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hymm.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ReferenceFileDocument","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hymm"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA21ReferenceFileDocumentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hymm"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ReferenceFileDocument","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hymm"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA21ReferenceFileDocumentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hymm"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9kh23.json b/data/documentation/flow/hflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9kh23.json index 2a3ea24a..7adcf5a1 100644 --- a/data/documentation/flow/hflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9kh23.json +++ b/data/documentation/flow/hflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9kh23.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FileDocument","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9kh23"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA12FileDocumentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9kh23"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FileDocument","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9kh23"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA12FileDocumentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9kh23"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cr6a.json b/data/documentation/flow/hflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cr6a.json index 61f0b95c..ffc246d1 100644 --- a/data/documentation/flow/hflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cr6a.json +++ b/data/documentation/flow/hflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cr6a.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ReferenceFileDocument","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cr6a"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cr6a"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ReferenceFileDocument","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cr6a"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cr6a"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json b/data/documentation/flow/hflow/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json index 9bc41450..4ed97831 100644 --- a/data/documentation/flow/hflow/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json +++ b/data/documentation/flow/hflow/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes23allowsMultipleSelection12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGSbys6ResultOySay10Foundation3URLVGs5Error_pGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes23allowsMultipleSelection12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGSbys6ResultOySay10Foundation3URLVGs5Error_pGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json b/data/documentation/flow/hflow/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json index d9ccc247..b820495e 100644 --- a/data/documentation/flow/hflow/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json +++ b/data/documentation/flow/hflow/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGys6ResultOy10Foundation3URLVs5Error_pGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGys6ResultOy10Foundation3URLVs5Error_pGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/filemover(ispresented:file:oncompletion:).json b/data/documentation/flow/hflow/filemover(ispresented:file:oncompletion:).json index b2d43535..75374465 100644 --- a/data/documentation/flow/hflow/filemover(ispresented:file:oncompletion:).json +++ b/data/documentation/flow/hflow/filemover(ispresented:file:oncompletion:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/filemover(ispresented:file:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:file:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:file:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletionQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyAMs5Error_pGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/fileMover(isPresented:file:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:file:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/filemover(ispresented:file:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/filemover(ispresented:file:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:file:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:file:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletionQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyAMs5Error_pGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/fileMover(isPresented:file:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:file:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/filemover(ispresented:file:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/filemover(ispresented:files:oncompletion:).json b/data/documentation/flow/hflow/filemover(ispresented:files:oncompletion:).json index 146f59f8..3f882c89 100644 --- a/data/documentation/flow/hflow/filemover(ispresented:files:oncompletion:).json +++ b/data/documentation/flow/hflow/filemover(ispresented:files:oncompletion:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" == "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/filemover(ispresented:files:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:files:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:files:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletionQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AO7ElementRtd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/fileMover(isPresented:files:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:files:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/filemover(ispresented:files:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" == "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/filemover(ispresented:files:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:files:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:files:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletionQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AO7ElementRtd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/fileMover(isPresented:files:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:files:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/filemover(ispresented:files:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/fixedsize().json b/data/documentation/flow/hflow/fixedsize().json index db3cd7a6..bfcd203b 100644 --- a/data/documentation/flow/hflow/fixedsize().json +++ b/data/documentation/flow/hflow/fixedsize().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fixedsize()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fixedSize()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fixedSize()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fixedSizeQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/fixedSize()":{"role":"symbol","title":"fixedSize()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fixedsize()"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fixedsize()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fixedSize()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fixedSize()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fixedSizeQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/fixedSize()":{"role":"symbol","title":"fixedSize()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fixedsize()"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/fixedsize(horizontal:vertical:).json b/data/documentation/flow/hflow/fixedsize(horizontal:vertical:).json index 81001a99..ce96ea89 100644 --- a/data/documentation/flow/hflow/fixedsize(horizontal:vertical:).json +++ b/data/documentation/flow/hflow/fixedsize(horizontal:vertical:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fixedsize(horizontal:vertical:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize(horizontal:vertical:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fixedSize(horizontal:vertical:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fixedSize(horizontal:vertical:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fixedSize10horizontal8verticalQrSb_SbtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/fixedSize(horizontal:vertical:)":{"role":"symbol","title":"fixedSize(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize(horizontal:vertical:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fixedsize(horizontal:vertical:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fixedsize(horizontal:vertical:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize(horizontal:vertical:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fixedSize(horizontal:vertical:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fixedSize(horizontal:vertical:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fixedSize10horizontal8verticalQrSb_SbtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/fixedSize(horizontal:vertical:)":{"role":"symbol","title":"fixedSize(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize(horizontal:vertical:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fixedsize(horizontal:vertical:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/flipsforrighttoleftlayoutdirection(_:).json b/data/documentation/flow/hflow/flipsforrighttoleftlayoutdirection(_:).json index 9f6ff876..fceb4576 100644 --- a/data/documentation/flow/hflow/flipsforrighttoleftlayoutdirection(_:).json +++ b/data/documentation/flow/hflow/flipsforrighttoleftlayoutdirection(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"enabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/flipsforrighttoleftlayoutdirection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/flipsForRightToLeftLayoutDirection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.flipsForRightToLeftLayoutDirection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE34flipsForRightToLeftLayoutDirectionyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/flipsForRightToLeftLayoutDirection(_:)":{"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/flipsForRightToLeftLayoutDirection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/flipsforrighttoleftlayoutdirection(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"enabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/flipsforrighttoleftlayoutdirection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/flipsForRightToLeftLayoutDirection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.flipsForRightToLeftLayoutDirection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE34flipsForRightToLeftLayoutDirectionyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/flipsForRightToLeftLayoutDirection(_:)":{"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/flipsForRightToLeftLayoutDirection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/flipsforrighttoleftlayoutdirection(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focusable(_:).json b/data/documentation/flow/hflow/focusable(_:).json index 4939e173..1536a8e9 100644 --- a/data/documentation/flow/hflow/focusable(_:).json +++ b/data/documentation/flow/hflow/focusable(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocusable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusable(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusable(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9focusableyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/focusable(_:)":{"role":"symbol","title":"focusable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusable(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocusable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusable(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusable(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9focusableyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/focusable(_:)":{"role":"symbol","title":"focusable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusable(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focusable(_:onfocuschange:).json b/data/documentation/flow/hflow/focusable(_:onfocuschange:).json index 84030506..e35497b9 100644 --- a/data/documentation/flow/hflow/focusable(_:onfocuschange:).json +++ b/data/documentation/flow/hflow/focusable(_:onfocuschange:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocusable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":" = { _ in }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusable(_:onfocuschange:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:onFocusChange:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusable(_:onFocusChange:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusable(_:onFocusChange:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9focusable_13onFocusChangeQrSb_ySbctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"12.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"15.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"8.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/focusable(_:onFocusChange:)":{"role":"symbol","title":"focusable(_:onFocusChange:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:onFocusChange:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/focusable(_:onfocuschange:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocusable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":" = { _ in }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusable(_:onfocuschange:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:onFocusChange:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusable(_:onFocusChange:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusable(_:onFocusChange:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9focusable_13onFocusChangeQrSb_ySbctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"12.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"15.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"8.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/focusable(_:onFocusChange:)":{"role":"symbol","title":"focusable(_:onFocusChange:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:onFocusChange:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/focusable(_:onfocuschange:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focused(_:).json b/data/documentation/flow/hflow/focused(_:).json index 4ff3eb8e..adaeb4ad 100644 --- a/data/documentation/flow/hflow/focused(_:).json +++ b/data/documentation/flow/hflow/focused(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"condition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focused(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focused(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focused(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7focusedyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/focused(_:)":{"role":"symbol","title":"focused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focused(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"condition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focused(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focused(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focused(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7focusedyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/focused(_:)":{"role":"symbol","title":"focused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focused(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focused(_:equals:).json b/data/documentation/flow/hflow/focused(_:equals:).json index f40db262..2fa76609 100644 --- a/data/documentation/flow/hflow/focused(_:equals:).json +++ b/data/documentation/flow/hflow/focused(_:equals:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focused(_:equals:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:equals:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focused(_:equals:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focused(_:equals:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7focused_6equalsQrAA10FocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/focused(_:equals:)":{"role":"symbol","title":"focused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focused(_:equals:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focused(_:equals:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:equals:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focused(_:equals:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focused(_:equals:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7focused_6equalsQrAA10FocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/focused(_:equals:)":{"role":"symbol","title":"focused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focused(_:equals:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focusedobject(_:)-1oj1k.json b/data/documentation/flow/hflow/focusedobject(_:)-1oj1k.json index f6dfb727..01bf69cb 100644 --- a/data/documentation/flow/hflow/focusedobject(_:)-1oj1k.json +++ b/data/documentation/flow/hflow/focusedobject(_:)-1oj1k.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedobject(_:)-1oj1k"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-1oj1k","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__Sg7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/focusedObject(_:)-1oj1k":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-1oj1k","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedobject(_:)-1oj1k"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedobject(_:)-1oj1k"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-1oj1k","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__Sg7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/focusedObject(_:)-1oj1k":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-1oj1k","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedobject(_:)-1oj1k"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focusedobject(_:)-72iks.json b/data/documentation/flow/hflow/focusedobject(_:)-72iks.json index 38aba017..364f620a 100644 --- a/data/documentation/flow/hflow/focusedobject(_:)-72iks.json +++ b/data/documentation/flow/hflow/focusedobject(_:)-72iks.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedobject(_:)-72iks"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-72iks","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/focusedObject(_:)-72iks":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-72iks","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedobject(_:)-72iks"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedobject(_:)-72iks"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-72iks","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/focusedObject(_:)-72iks":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-72iks","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedobject(_:)-72iks"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focusedsceneobject(_:)-1g8yb.json b/data/documentation/flow/hflow/focusedsceneobject(_:)-1g8yb.json index 6104385a..bde53723 100644 --- a/data/documentation/flow/hflow/focusedsceneobject(_:)-1g8yb.json +++ b/data/documentation/flow/hflow/focusedsceneobject(_:)-1g8yb.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedsceneobject(_:)-1g8yb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-1g8yb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/focusedSceneObject(_:)-1g8yb":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-1g8yb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedsceneobject(_:)-1g8yb"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedsceneobject(_:)-1g8yb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-1g8yb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/focusedSceneObject(_:)-1g8yb":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-1g8yb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedsceneobject(_:)-1g8yb"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focusedsceneobject(_:)-2uhsz.json b/data/documentation/flow/hflow/focusedsceneobject(_:)-2uhsz.json index a3991544..fcac3dac 100644 --- a/data/documentation/flow/hflow/focusedsceneobject(_:)-2uhsz.json +++ b/data/documentation/flow/hflow/focusedsceneobject(_:)-2uhsz.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedsceneobject(_:)-2uhsz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-2uhsz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__Sg7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/focusedSceneObject(_:)-2uhsz":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-2uhsz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedsceneobject(_:)-2uhsz"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedsceneobject(_:)-2uhsz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-2uhsz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__Sg7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/focusedSceneObject(_:)-2uhsz":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-2uhsz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedsceneobject(_:)-2uhsz"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focusedscenevalue(_:_:)-509f7.json b/data/documentation/flow/hflow/focusedscenevalue(_:_:)-509f7.json index 6eda72ee..15029bcf 100644 --- a/data/documentation/flow/hflow/focusedscenevalue(_:_:)-509f7.json +++ b/data/documentation/flow/hflow/focusedscenevalue(_:_:)-509f7.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-509f7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-509f7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/focusedSceneValue(_:_:)-509f7":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-509f7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-509f7"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-509f7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-509f7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/focusedSceneValue(_:_:)-509f7":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-509f7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-509f7"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focusedscenevalue(_:_:)-6hb65.json b/data/documentation/flow/hflow/focusedscenevalue(_:_:)-6hb65.json index b1958391..7fb87ae0 100644 --- a/data/documentation/flow/hflow/focusedscenevalue(_:_:)-6hb65.json +++ b/data/documentation/flow/hflow/focusedscenevalue(_:_:)-6hb65.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-6hb65"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-6hb65","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/focusedSceneValue(_:_:)-6hb65":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-6hb65","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-6hb65"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-6hb65"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-6hb65","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/focusedSceneValue(_:_:)-6hb65":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-6hb65","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-6hb65"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focusedvalue(_:_:)-30epx.json b/data/documentation/flow/hflow/focusedvalue(_:_:)-30epx.json index ee091c03..3656f1a0 100644 --- a/data/documentation/flow/hflow/focusedvalue(_:_:)-30epx.json +++ b/data/documentation/flow/hflow/focusedvalue(_:_:)-30epx.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedvalue(_:_:)-30epx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-30epx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/focusedValue(_:_:)-30epx":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-30epx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedvalue(_:_:)-30epx"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusedvalue(_:_:)-30epx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-30epx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/focusedValue(_:_:)-30epx":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-30epx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedvalue(_:_:)-30epx"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focusscope(_:).json b/data/documentation/flow/hflow/focusscope(_:).json index 050e101e..0067d148 100644 --- a/data/documentation/flow/hflow/focusscope(_:).json +++ b/data/documentation/flow/hflow/focusscope(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusscope(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusScope(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusScope(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusScope(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10focusScopeyQrAA9NamespaceV2IDVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/focusScope(_:)":{"role":"symbol","title":"focusScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusscope(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focusscope(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusScope(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusScope(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusScope(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10focusScopeyQrAA9NamespaceV2IDVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/focusScope(_:)":{"role":"symbol","title":"focusScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusscope(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/focussection().json b/data/documentation/flow/hflow/focussection().json index e8f55808..18dd4583 100644 --- a/data/documentation/flow/hflow/focussection().json +++ b/data/documentation/flow/hflow/focussection().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focussection()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusSection()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusSection()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusSection()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusSectionQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/focusSection()":{"role":"symbol","title":"focusSection()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusSection()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focussection()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/focussection()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusSection()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusSection()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusSection()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusSectionQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/focusSection()":{"role":"symbol","title":"focusSection()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusSection()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focussection()"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/font(_:).json b/data/documentation/flow/hflow/font(_:).json index 776d87b3..51e94bd1 100644 --- a/data/documentation/flow/hflow/font(_:).json +++ b/data/documentation/flow/hflow/font(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"font"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/font(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/font(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.font(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"font(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4fontyQrAA4FontVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/font(_:)":{"role":"symbol","title":"font(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/font(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/font(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"font"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/font(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/font(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.font(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"font(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4fontyQrAA4FontVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/font(_:)":{"role":"symbol","title":"font(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/font(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/font(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/fontdesign(_:).json b/data/documentation/flow/hflow/fontdesign(_:).json index 34331ba6..4be1bb11 100644 --- a/data/documentation/flow/hflow/fontdesign(_:).json +++ b/data/documentation/flow/hflow/fontdesign(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"design"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fontdesign(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontDesign(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontDesign(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontDesign(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10fontDesignyQrAA4FontV0E0OSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.1","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.1","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.1","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/fontDesign(_:)":{"role":"symbol","title":"fontDesign(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontDesign(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontdesign(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"design"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fontdesign(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontDesign(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontDesign(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontDesign(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10fontDesignyQrAA4FontV0E0OSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.1","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.1","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.1","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/fontDesign(_:)":{"role":"symbol","title":"fontDesign(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontDesign(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontdesign(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/fontweight(_:).json b/data/documentation/flow/hflow/fontweight(_:).json index 5d238ba9..3a8aa080 100644 --- a/data/documentation/flow/hflow/fontweight(_:).json +++ b/data/documentation/flow/hflow/fontweight(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"weight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fontweight(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWeight(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontWeight(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontWeight(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10fontWeightyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/fontWeight(_:)":{"role":"symbol","title":"fontWeight(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWeight(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontweight(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"weight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fontweight(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWeight(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontWeight(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontWeight(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10fontWeightyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/fontWeight(_:)":{"role":"symbol","title":"fontWeight(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWeight(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontweight(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/fontwidth(_:).json b/data/documentation/flow/hflow/fontwidth(_:).json index c0c5350c..731ee675 100644 --- a/data/documentation/flow/hflow/fontwidth(_:).json +++ b/data/documentation/flow/hflow/fontwidth(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fontwidth(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWidth(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontWidth(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontWidth(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fontWidthyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/fontWidth(_:)":{"role":"symbol","title":"fontWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontwidth(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/fontwidth(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWidth(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontWidth(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontWidth(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fontWidthyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/fontWidth(_:)":{"role":"symbol","title":"fontWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontwidth(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/foregroundcolor(_:).json b/data/documentation/flow/hflow/foregroundcolor(_:).json index 9d5c4576..85bb656b 100644 --- a/data/documentation/flow/hflow/foregroundcolor(_:).json +++ b/data/documentation/flow/hflow/foregroundcolor(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/foregroundcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundColor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundColor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundColor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundColoryQrAA0E0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/foregroundColor(_:)":{"role":"symbol","title":"foregroundColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundColor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundcolor(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/foregroundcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundColor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundColor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundColor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundColoryQrAA0E0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/foregroundColor(_:)":{"role":"symbol","title":"foregroundColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundColor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundcolor(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/foregroundstyle(_:).json b/data/documentation/flow/hflow/foregroundstyle(_:).json index 0f6cdf39..fe20f59b 100644 --- a/data/documentation/flow/hflow/foregroundstyle(_:).json +++ b/data/documentation/flow/hflow/foregroundstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/foregroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:)":{"role":"symbol","title":"foregroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/foregroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:)":{"role":"symbol","title":"foregroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/foregroundstyle(_:_:).json b/data/documentation/flow/hflow/foregroundstyle(_:_:).json index eff3bf06..7d887b5e 100644 --- a/data/documentation/flow/hflow/foregroundstyle(_:_:).json +++ b/data/documentation/flow/hflow/foregroundstyle(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"primary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"secondary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/foregroundstyle(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_tAA05ShapeE0Rd__AaERd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"primary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"secondary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/foregroundstyle(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_tAA05ShapeE0Rd__AaERd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/foregroundstyle(_:_:_:).json b/data/documentation/flow/hflow/foregroundstyle(_:_:_:).json index f8c1566c..483f2f55 100644 --- a/data/documentation/flow/hflow/foregroundstyle(_:_:_:).json +++ b/data/documentation/flow/hflow/foregroundstyle(_:_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"primary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"secondary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tertiary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/foregroundstyle(_:_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_qd_1_tAA05ShapeE0Rd__AaERd_0_AaERd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:_:_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"primary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"secondary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tertiary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/foregroundstyle(_:_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_qd_1_tAA05ShapeE0Rd__AaERd_0_AaERd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:_:_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/formstyle(_:).json b/data/documentation/flow/hflow/formstyle(_:).json index af153819..03e99a61 100644 --- a/data/documentation/flow/hflow/formstyle(_:).json +++ b/data/documentation/flow/hflow/formstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FormStyle","preciseIdentifier":"s:7SwiftUI9FormStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/formstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/formStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.formStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"formStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9formStyleyQrqd__AA04FormE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/formStyle(_:)":{"role":"symbol","title":"formStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/formStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/formstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FormStyle","preciseIdentifier":"s:7SwiftUI9FormStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/formstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/formStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.formStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"formStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9formStyleyQrqd__AA04FormE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/formStyle(_:)":{"role":"symbol","title":"formStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/formStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/formstyle(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/frame().json b/data/documentation/flow/hflow/frame().json index e01716c8..6c3ce98b 100644 --- a/data/documentation/flow/hflow/frame().json +++ b/data/documentation/flow/hflow/frame().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/frame()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frameQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Please pass one or more parameters."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/frame()":{"role":"symbol","title":"frame()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame()","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/frame()"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/frame()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frameQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Please pass one or more parameters."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/frame()":{"role":"symbol","title":"frame()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame()","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/frame()"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json b/data/documentation/flow/hflow/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json index f4f793fc..8847af7e 100644 --- a/data/documentation/flow/hflow/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json +++ b/data/documentation/flow/hflow/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frame8minWidth05idealF003maxF00E6Height0gI00hI09alignmentQr14CoreFoundation7CGFloatVSg_A5oA9AlignmentVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frame8minWidth05idealF003maxF00E6Height0gI00hI09alignmentQr14CoreFoundation7CGFloatVSg_A5oA9AlignmentVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/frame(width:height:alignment:).json b/data/documentation/flow/hflow/frame(width:height:alignment:).json index 9704a1b2..a08678d9 100644 --- a/data/documentation/flow/hflow/frame(width:height:alignment:).json +++ b/data/documentation/flow/hflow/frame(width:height:alignment:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/frame(width:height:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(width:height:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(width:height:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame(width:height:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frame5width6height9alignmentQr14CoreFoundation7CGFloatVSg_AkA9AlignmentVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/frame(width:height:alignment:)":{"role":"symbol","title":"frame(width:height:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(width:height:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/frame(width:height:alignment:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/frame(width:height:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(width:height:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(width:height:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame(width:height:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frame5width6height9alignmentQr14CoreFoundation7CGFloatVSg_AkA9AlignmentVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/frame(width:height:alignment:)":{"role":"symbol","title":"frame(width:height:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(width:height:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/frame(width:height:alignment:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/gaugestyle(_:).json b/data/documentation/flow/hflow/gaugestyle(_:).json index 41ae5527..ec1a7dfe 100644 --- a/data/documentation/flow/hflow/gaugestyle(_:).json +++ b/data/documentation/flow/hflow/gaugestyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"GaugeStyle","preciseIdentifier":"s:7SwiftUI10GaugeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gaugestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gaugeStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gaugeStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gaugeStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10gaugeStyleyQrqd__AA05GaugeE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/gaugeStyle(_:)":{"role":"symbol","title":"gaugeStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gaugeStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gaugestyle(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"GaugeStyle","preciseIdentifier":"s:7SwiftUI10GaugeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gaugestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gaugeStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gaugeStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gaugeStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10gaugeStyleyQrqd__AA05GaugeE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/gaugeStyle(_:)":{"role":"symbol","title":"gaugeStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gaugeStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gaugestyle(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/gesture(_:including:).json b/data/documentation/flow/hflow/gesture(_:including:).json index 717d0d7a..9dc5d310 100644 --- a/data/documentation/flow/hflow/gesture(_:including:).json +++ b/data/documentation/flow/hflow/gesture(_:including:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"gesture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Gesture","preciseIdentifier":"s:7SwiftUI7GestureP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gesture(_:including:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gesture(_:including:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gesture(_:including:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0F0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/gesture(_:including:)":{"role":"symbol","title":"gesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gesture(_:including:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"gesture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Gesture","preciseIdentifier":"s:7SwiftUI7GestureP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gesture(_:including:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gesture(_:including:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gesture(_:including:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0F0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/gesture(_:including:)":{"role":"symbol","title":"gesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gesture(_:including:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/grayscale(_:).json b/data/documentation/flow/hflow/grayscale(_:).json index d58bf323..49e59c3d 100644 --- a/data/documentation/flow/hflow/grayscale(_:).json +++ b/data/documentation/flow/hflow/grayscale(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/grayscale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/grayscale(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.grayscale(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"grayscale(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9grayscaleyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/grayscale(_:)":{"role":"symbol","title":"grayscale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/grayscale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/grayscale(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/grayscale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/grayscale(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.grayscale(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"grayscale(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9grayscaleyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/grayscale(_:)":{"role":"symbol","title":"grayscale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/grayscale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/grayscale(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/gridcellanchor(_:).json b/data/documentation/flow/hflow/gridcellanchor(_:).json index 0ba8a0e5..c4a140c8 100644 --- a/data/documentation/flow/hflow/gridcellanchor(_:).json +++ b/data/documentation/flow/hflow/gridcellanchor(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gridcellanchor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellAnchor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellAnchor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellAnchor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14gridCellAnchoryQrAA9UnitPointVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/gridCellAnchor(_:)":{"role":"symbol","title":"gridCellAnchor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellAnchor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellanchor(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gridcellanchor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellAnchor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellAnchor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellAnchor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14gridCellAnchoryQrAA9UnitPointVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/gridCellAnchor(_:)":{"role":"symbol","title":"gridCellAnchor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellAnchor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellanchor(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/gridcellcolumns(_:).json b/data/documentation/flow/hflow/gridcellcolumns(_:).json index 92240c5a..cd708bac 100644 --- a/data/documentation/flow/hflow/gridcellcolumns(_:).json +++ b/data/documentation/flow/hflow/gridcellcolumns(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gridcellcolumns(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellColumns(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellColumns(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellColumns(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15gridCellColumnsyQrSiF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/gridCellColumns(_:)":{"role":"symbol","title":"gridCellColumns(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellColumns(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellcolumns(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gridcellcolumns(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellColumns(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellColumns(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellColumns(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15gridCellColumnsyQrSiF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/gridCellColumns(_:)":{"role":"symbol","title":"gridCellColumns(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellColumns(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellcolumns(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/gridcellunsizedaxes(_:).json b/data/documentation/flow/hflow/gridcellunsizedaxes(_:).json index 9a859da4..344cd1a8 100644 --- a/data/documentation/flow/hflow/gridcellunsizedaxes(_:).json +++ b/data/documentation/flow/hflow/gridcellunsizedaxes(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gridcellunsizedaxes(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellUnsizedAxes(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellUnsizedAxes(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellUnsizedAxes(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19gridCellUnsizedAxesyQrAA4AxisO3SetVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/gridCellUnsizedAxes(_:)":{"role":"symbol","title":"gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellUnsizedAxes(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellunsizedaxes(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gridcellunsizedaxes(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellUnsizedAxes(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellUnsizedAxes(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellUnsizedAxes(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19gridCellUnsizedAxesyQrAA4AxisO3SetVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/gridCellUnsizedAxes(_:)":{"role":"symbol","title":"gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellUnsizedAxes(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellunsizedaxes(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/gridcolumnalignment(_:).json b/data/documentation/flow/hflow/gridcolumnalignment(_:).json index 3da64255..b186f96f 100644 --- a/data/documentation/flow/hflow/gridcolumnalignment(_:).json +++ b/data/documentation/flow/hflow/gridcolumnalignment(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gridcolumnalignment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridColumnAlignment(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridColumnAlignment(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridColumnAlignment(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19gridColumnAlignmentyQrAA010HorizontalF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/gridColumnAlignment(_:)":{"role":"symbol","title":"gridColumnAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridColumnAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcolumnalignment(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/gridcolumnalignment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridColumnAlignment(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridColumnAlignment(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridColumnAlignment(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19gridColumnAlignmentyQrAA010HorizontalF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/gridColumnAlignment(_:)":{"role":"symbol","title":"gridColumnAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridColumnAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcolumnalignment(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/groupboxstyle(_:).json b/data/documentation/flow/hflow/groupboxstyle(_:).json index 52584539..df78cebf 100644 --- a/data/documentation/flow/hflow/groupboxstyle(_:).json +++ b/data/documentation/flow/hflow/groupboxstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"GroupBoxStyle","preciseIdentifier":"s:7SwiftUI13GroupBoxStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/groupboxstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/groupBoxStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.groupBoxStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"groupBoxStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13groupBoxStyleyQrqd__AA05GroupeF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/groupBoxStyle(_:)":{"role":"symbol","title":"groupBoxStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/groupBoxStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/groupboxstyle(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"GroupBoxStyle","preciseIdentifier":"s:7SwiftUI13GroupBoxStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/groupboxstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/groupBoxStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.groupBoxStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"groupBoxStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13groupBoxStyleyQrqd__AA05GroupeF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/groupBoxStyle(_:)":{"role":"symbol","title":"groupBoxStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/groupBoxStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/groupboxstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/handlesexternalevents(preferring:allowing:).json b/data/documentation/flow/hflow/handlesexternalevents(preferring:allowing:).json index c1c18623..fc1846f9 100644 --- a/data/documentation/flow/hflow/handlesexternalevents(preferring:allowing:).json +++ b/data/documentation/flow/hflow/handlesexternalevents(preferring:allowing:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/handlesexternalevents(preferring:allowing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/handlesExternalEvents(preferring:allowing:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.handlesExternalEvents(preferring:allowing:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"handlesExternalEvents(preferring:allowing:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21handlesExternalEvents10preferring8allowingQrShySSG_AGtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/handlesExternalEvents(preferring:allowing:)":{"role":"symbol","title":"handlesExternalEvents(preferring:allowing:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/handlesExternalEvents(preferring:allowing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/handlesexternalevents(preferring:allowing:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/handlesexternalevents(preferring:allowing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/handlesExternalEvents(preferring:allowing:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.handlesExternalEvents(preferring:allowing:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"handlesExternalEvents(preferring:allowing:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21handlesExternalEvents10preferring8allowingQrShySSG_AGtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/handlesExternalEvents(preferring:allowing:)":{"role":"symbol","title":"handlesExternalEvents(preferring:allowing:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/handlesExternalEvents(preferring:allowing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/handlesexternalevents(preferring:allowing:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/headerprominence(_:).json b/data/documentation/flow/hflow/headerprominence(_:).json index 66120044..24f7f916 100644 --- a/data/documentation/flow/hflow/headerprominence(_:).json +++ b/data/documentation/flow/hflow/headerprominence(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"prominence"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/headerprominence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/headerProminence(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.headerProminence(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"headerProminence(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16headerProminenceyQrAA0E0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/headerProminence(_:)":{"role":"symbol","title":"headerProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/headerProminence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/headerprominence(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"prominence"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/headerprominence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/headerProminence(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.headerProminence(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"headerProminence(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16headerProminenceyQrAA0E0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/headerProminence(_:)":{"role":"symbol","title":"headerProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/headerProminence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/headerprominence(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/help(_:)-2xzqx.json b/data/documentation/flow/hflow/help(_:)-2xzqx.json index 0d609ad8..9a18f421 100644 --- a/data/documentation/flow/hflow/help(_:)-2xzqx.json +++ b/data/documentation/flow/hflow/help(_:)-2xzqx.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/help(_:)-2xzqx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-2xzqx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/help(_:)-2xzqx":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-2xzqx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-2xzqx"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/help(_:)-2xzqx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-2xzqx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/help(_:)-2xzqx":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-2xzqx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-2xzqx"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/help(_:)-6f7lm.json b/data/documentation/flow/hflow/help(_:)-6f7lm.json index 1a950899..118889c6 100644 --- a/data/documentation/flow/hflow/help(_:)-6f7lm.json +++ b/data/documentation/flow/hflow/help(_:)-6f7lm.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/help(_:)-6f7lm"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6f7lm","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/help(_:)-6f7lm":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6f7lm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-6f7lm"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/help(_:)-6f7lm"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6f7lm","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/help(_:)-6f7lm":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6f7lm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-6f7lm"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/help(_:)-6gq90.json b/data/documentation/flow/hflow/help(_:)-6gq90.json index cbf53e9d..8899bd77 100644 --- a/data/documentation/flow/hflow/help(_:)-6gq90.json +++ b/data/documentation/flow/hflow/help(_:)-6gq90.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/help(_:)-6gq90"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6gq90","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/help(_:)-6gq90":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6gq90","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-6gq90"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/help(_:)-6gq90"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6gq90","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/help(_:)-6gq90":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6gq90","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-6gq90"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/hidden().json b/data/documentation/flow/hflow/hidden().json index 4475cca4..4f22dae8 100644 --- a/data/documentation/flow/hflow/hidden().json +++ b/data/documentation/flow/hflow/hidden().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/hidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hidden()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.hidden()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"hidden()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6hiddenQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/hidden()":{"role":"symbol","title":"hidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/hidden()"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/hidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hidden()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.hidden()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"hidden()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6hiddenQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/hidden()":{"role":"symbol","title":"hidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/hidden()"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/horizontalradiogrouplayout().json b/data/documentation/flow/hflow/horizontalradiogrouplayout().json index 9d8c7772..5d5f2f80 100644 --- a/data/documentation/flow/hflow/horizontalradiogrouplayout().json +++ b/data/documentation/flow/hflow/horizontalradiogrouplayout().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/horizontalradiogrouplayout()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/horizontalRadioGroupLayout()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.horizontalRadioGroupLayout()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"horizontalRadioGroupLayout()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26horizontalRadioGroupLayoutQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/horizontalRadioGroupLayout()":{"role":"symbol","title":"horizontalRadioGroupLayout()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/horizontalRadioGroupLayout()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/horizontalradiogrouplayout()"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/horizontalradiogrouplayout()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/horizontalRadioGroupLayout()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.horizontalRadioGroupLayout()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"horizontalRadioGroupLayout()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26horizontalRadioGroupLayoutQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/horizontalRadioGroupLayout()":{"role":"symbol","title":"horizontalRadioGroupLayout()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/horizontalRadioGroupLayout()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/horizontalradiogrouplayout()"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/huerotation(_:).json b/data/documentation/flow/hflow/huerotation(_:).json index 77d51a8e..92b8ebb2 100644 --- a/data/documentation/flow/hflow/huerotation(_:).json +++ b/data/documentation/flow/hflow/huerotation(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/huerotation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hueRotation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.hueRotation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"hueRotation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11hueRotationyQrAA5AngleVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/hueRotation(_:)":{"role":"symbol","title":"hueRotation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hueRotation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/huerotation(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/huerotation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hueRotation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.hueRotation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"hueRotation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11hueRotationyQrAA5AngleVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/hueRotation(_:)":{"role":"symbol","title":"hueRotation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hueRotation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/huerotation(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/id(_:).json b/data/documentation/flow/hflow/id(_:).json index 61f8e20a..65dcf9ee 100644 --- a/data/documentation/flow/hflow/id(_:).json +++ b/data/documentation/flow/hflow/id(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/id(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/id(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.id(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"id(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE2idyQrqd__SHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/id(_:)":{"role":"symbol","title":"id(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/id(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/id(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/id(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/id(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.id(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"id(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE2idyQrqd__SHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/id(_:)":{"role":"symbol","title":"id(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/id(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/id(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ignoressafearea(_:edges:).json b/data/documentation/flow/hflow/ignoressafearea(_:edges:).json index ad622b78..8ecd109a 100644 --- a/data/documentation/flow/hflow/ignoressafearea(_:edges:).json +++ b/data/documentation/flow/hflow/ignoressafearea(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"regions"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ignoressafearea(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/ignoresSafeArea(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.ignoresSafeArea(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"ignoresSafeArea(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15ignoresSafeArea_5edgesQrAA0eF7RegionsV_AA4EdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/ignoresSafeArea(_:edges:)":{"role":"symbol","title":"ignoresSafeArea(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/ignoresSafeArea(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ignoressafearea(_:edges:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"regions"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ignoressafearea(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/ignoresSafeArea(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.ignoresSafeArea(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"ignoresSafeArea(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15ignoresSafeArea_5edgesQrAA0eF7RegionsV_AA4EdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/ignoresSafeArea(_:edges:)":{"role":"symbol","title":"ignoresSafeArea(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/ignoresSafeArea(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ignoressafearea(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/imagescale(_:).json b/data/documentation/flow/hflow/imagescale(_:).json index 4ea1e3b0..2a6efb9b 100644 --- a/data/documentation/flow/hflow/imagescale(_:).json +++ b/data/documentation/flow/hflow/imagescale(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"scale"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/imagescale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/imageScale(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.imageScale(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"imageScale(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10imageScaleyQrAA5ImageV0E0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/imageScale(_:)":{"role":"symbol","title":"imageScale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/imageScale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/imagescale(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"scale"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/imagescale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/imageScale(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.imageScale(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"imageScale(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10imageScaleyQrAA5ImageV0E0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/imageScale(_:)":{"role":"symbol","title":"imageScale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/imageScale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/imagescale(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/importablefromservices(for:action:).json b/data/documentation/flow/hflow/importablefromservices(for:action:).json index f3dac467..44e237f8 100644 --- a/data/documentation/flow/hflow/importablefromservices(for:action:).json +++ b/data/documentation/flow/hflow/importablefromservices(for:action:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/importablefromservices(for:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importableFromServices(for:action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.importableFromServices(for:action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"importableFromServices(for:action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22importableFromServices3for6actionQrqd__m_SbSayqd__Gct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/importableFromServices(for:action:)":{"role":"symbol","title":"importableFromServices(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importableFromServices(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/importablefromservices(for:action:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/importablefromservices(for:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importableFromServices(for:action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.importableFromServices(for:action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"importableFromServices(for:action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22importableFromServices3for6actionQrqd__m_SbSayqd__Gct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/importableFromServices(for:action:)":{"role":"symbol","title":"importableFromServices(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importableFromServices(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/importablefromservices(for:action:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/importsitemproviders(_:onimport:).json b/data/documentation/flow/hflow/importsitemproviders(_:onimport:).json index d807175d..7b5a9ee8 100644 --- a/data/documentation/flow/hflow/importsitemproviders(_:onimport:).json +++ b/data/documentation/flow/hflow/importsitemproviders(_:onimport:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/importsitemproviders(_:onimport:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importsItemProviders(_:onImport:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.importsItemProviders(_:onImport:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"importsItemProviders(_:onImport:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20importsItemProviders_8onImportQrSay22UniformTypeIdentifiers6UTTypeVG_SbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/importsItemProviders(_:onImport:)":{"role":"symbol","title":"importsItemProviders(_:onImport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importsItemProviders(_:onImport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/importsitemproviders(_:onimport:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/importsitemproviders(_:onimport:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importsItemProviders(_:onImport:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.importsItemProviders(_:onImport:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"importsItemProviders(_:onImport:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20importsItemProviders_8onImportQrSay22UniformTypeIdentifiers6UTTypeVG_SbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/importsItemProviders(_:onImport:)":{"role":"symbol","title":"importsItemProviders(_:onImport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importsItemProviders(_:onImport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/importsitemproviders(_:onimport:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/init(alignment:itemspacing:rowspacing:).json b/data/documentation/flow/hflow/init(alignment:itemspacing:rowspacing:).json index 91671526..d5471390 100644 --- a/data/documentation/flow/hflow/init(alignment:itemspacing:rowspacing:).json +++ b/data/documentation/flow/hflow/init(alignment:itemspacing:rowspacing:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"rowSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil)"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"itemSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]},{"name":"rowSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between rows of subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of rows."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/init(alignment:itemspacing:rowspacing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:rowSpacing:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"rowSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"symbolKind":"init","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE9alignment11itemSpacing03rowI0ACyAFGAD17VerticalAlignmentV_14CoreFoundation7CGFloatVSgAPtcfc","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/init(alignment:itemSpacing:rowSpacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:rowSpacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"rowSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:itemspacing:rowspacing:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"rowSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil)"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"itemSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]},{"name":"rowSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between rows of subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of rows."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/init(alignment:itemspacing:rowspacing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:rowSpacing:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"rowSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"symbolKind":"init","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE9alignment11itemSpacing03rowI0ACyAFGAD17VerticalAlignmentV_14CoreFoundation7CGFloatVSgAPtcfc","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow"]]},"references":{"doc://Flow/documentation/Flow/HFlow/init(alignment:itemSpacing:rowSpacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:rowSpacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"rowSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:itemSpacing:rowSpacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:itemspacing:rowspacing:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/init(alignment:spacing:).json b/data/documentation/flow/hflow/init(alignment:spacing:).json index 2b874401..39c93db3 100644 --- a/data/documentation/flow/hflow/init(alignment:spacing:).json +++ b/data/documentation/flow/hflow/init(alignment:spacing:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil)"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"spacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/init(alignment:spacing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"symbolKind":"init","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE9alignment7spacingACyAFGAD17VerticalAlignmentV_14CoreFoundation7CGFloatVSgtcfc","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow"]]},"references":{"doc://Flow/documentation/Flow/HFlow/init(alignment:spacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:spacing:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil)"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"spacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/init(alignment:spacing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"symbolKind":"init","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE9alignment7spacingACyAFGAD17VerticalAlignmentV_14CoreFoundation7CGFloatVSgtcfc","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow"]]},"references":{"doc://Flow/documentation/Flow/HFlow/init(alignment:spacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:spacing:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/init(alignment:spacing:content:).json b/data/documentation/flow/hflow/init(alignment:spacing:content:).json index 2b7fd08f..3e6d8594 100644 --- a/data/documentation/flow/hflow/init(alignment:spacing:content:).json +++ b/data/documentation/flow/hflow/init(alignment:spacing:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentBuilder"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"spacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]},{"name":"content","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"A view builder that creates the content of this flow."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/init(alignment:spacing:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"kind":"symbol","metadata":{"role":"symbol","title":"init(alignment:spacing:content:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"symbolKind":"init","externalID":"s:4Flow5HFlowV9alignment7spacing7contentACyxG7SwiftUI17VerticalAlignmentV_14CoreFoundation7CGFloatVSgxyXEtcfc","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow"]]},"references":{"doc://Flow/documentation/Flow/HFlow/init(alignment:spacing:content:)":{"role":"symbol","title":"init(alignment:spacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:spacing:content:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentBuilder"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"spacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]},{"name":"content","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"A view builder that creates the content of this flow."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/init(alignment:spacing:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"kind":"symbol","metadata":{"role":"symbol","title":"init(alignment:spacing:content:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"symbolKind":"init","externalID":"s:4Flow5HFlowV9alignment7spacing7contentACyxG7SwiftUI17VerticalAlignmentV_14CoreFoundation7CGFloatVSgxyXEtcfc","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow"]]},"references":{"doc://Flow/documentation/Flow/HFlow/init(alignment:spacing:content:)":{"role":"symbol","title":"init(alignment:spacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates a horizontal flow with the give spacing and vertical alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/init(alignment:spacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/init(alignment:spacing:content:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/interactionactivitytrackingtag(_:).json b/data/documentation/flow/hflow/interactionactivitytrackingtag(_:).json index 4a4b05d7..566f7cf7 100644 --- a/data/documentation/flow/hflow/interactionactivitytrackingtag(_:).json +++ b/data/documentation/flow/hflow/interactionactivitytrackingtag(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/interactionactivitytrackingtag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactionActivityTrackingTag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.interactionActivityTrackingTag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"interactionActivityTrackingTag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE30interactionActivityTrackingTagyQrSSF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/interactionActivityTrackingTag(_:)":{"role":"symbol","title":"interactionActivityTrackingTag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactionActivityTrackingTag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/interactionactivitytrackingtag(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/interactionactivitytrackingtag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactionActivityTrackingTag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.interactionActivityTrackingTag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"interactionActivityTrackingTag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE30interactionActivityTrackingTagyQrSSF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/interactionActivityTrackingTag(_:)":{"role":"symbol","title":"interactionActivityTrackingTag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactionActivityTrackingTag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/interactionactivitytrackingtag(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/interactivedismissdisabled(_:).json b/data/documentation/flow/hflow/interactivedismissdisabled(_:).json index 295c6d95..b08cff25 100644 --- a/data/documentation/flow/hflow/interactivedismissdisabled(_:).json +++ b/data/documentation/flow/hflow/interactivedismissdisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/interactivedismissdisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactiveDismissDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.interactiveDismissDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"interactiveDismissDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26interactiveDismissDisabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/interactiveDismissDisabled(_:)":{"role":"symbol","title":"interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactiveDismissDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/interactivedismissdisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/interactivedismissdisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactiveDismissDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.interactiveDismissDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"interactiveDismissDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26interactiveDismissDisabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/interactiveDismissDisabled(_:)":{"role":"symbol","title":"interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactiveDismissDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/interactivedismissdisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/italic(_:).json b/data/documentation/flow/hflow/italic(_:).json index 0f969505..eb0497ef 100644 --- a/data/documentation/flow/hflow/italic(_:).json +++ b/data/documentation/flow/hflow/italic(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/italic(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/italic(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.italic(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"italic(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6italicyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/italic(_:)":{"role":"symbol","title":"italic(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/italic(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/italic(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/italic(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/italic(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.italic(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"italic(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6italicyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/italic(_:)":{"role":"symbol","title":"italic(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/italic(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/italic(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/itemprovider(_:).json b/data/documentation/flow/hflow/itemprovider(_:).json index 4fe73429..73532e9c 100644 --- a/data/documentation/flow/hflow/itemprovider(_:).json +++ b/data/documentation/flow/hflow/itemprovider(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/itemprovider(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/itemProvider(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.itemProvider(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"itemProvider(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12itemProvideryQrSo06NSItemE0CSgycSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/itemProvider(_:)":{"role":"symbol","title":"itemProvider(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/itemProvider(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/itemprovider(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/itemprovider(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/itemProvider(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.itemProvider(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"itemProvider(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12itemProvideryQrSo06NSItemE0CSgycSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/itemProvider(_:)":{"role":"symbol","title":"itemProvider(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/itemProvider(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/itemprovider(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/kerning(_:).json b/data/documentation/flow/hflow/kerning(_:).json index 75a0ba83..1573de96 100644 --- a/data/documentation/flow/hflow/kerning(_:).json +++ b/data/documentation/flow/hflow/kerning(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"kerning"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/kerning(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/kerning(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.kerning(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"kerning(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7kerningyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/kerning(_:)":{"role":"symbol","title":"kerning(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/kerning(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/kerning(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"kerning"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/kerning(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/kerning(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.kerning(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"kerning(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7kerningyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/kerning(_:)":{"role":"symbol","title":"kerning(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/kerning(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/kerning(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/keyboardshortcut(_:)-74jyb.json b/data/documentation/flow/hflow/keyboardshortcut(_:)-74jyb.json index a2de2c34..85af7425 100644 --- a/data/documentation/flow/hflow/keyboardshortcut(_:)-74jyb.json +++ b/data/documentation/flow/hflow/keyboardshortcut(_:)-74jyb.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shortcut"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/keyboardshortcut(_:)-74jyb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-74jyb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:)-74jyb":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-74jyb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:)-74jyb"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shortcut"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/keyboardshortcut(_:)-74jyb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-74jyb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:)-74jyb":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-74jyb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:)-74jyb"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/keyboardshortcut(_:)-7wew3.json b/data/documentation/flow/hflow/keyboardshortcut(_:)-7wew3.json index d712c4fe..75ffa8b4 100644 --- a/data/documentation/flow/hflow/keyboardshortcut(_:)-7wew3.json +++ b/data/documentation/flow/hflow/keyboardshortcut(_:)-7wew3.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shortcut"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/keyboardshortcut(_:)-7wew3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-7wew3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.3","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:)-7wew3":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-7wew3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:)-7wew3"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shortcut"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/keyboardshortcut(_:)-7wew3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-7wew3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.3","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:)-7wew3":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-7wew3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:)-7wew3"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/keyboardshortcut(_:modifiers:).json b/data/documentation/flow/hflow/keyboardshortcut(_:modifiers:).json index 8371e5a6..01be8c8f 100644 --- a/data/documentation/flow/hflow/keyboardshortcut(_:modifiers:).json +++ b/data/documentation/flow/hflow/keyboardshortcut(_:modifiers:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":" = .command) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:modifiers:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:modifiers:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":" = .command) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:modifiers:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:modifiers:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/keyboardshortcut(_:modifiers:localization:).json b/data/documentation/flow/hflow/keyboardshortcut(_:modifiers:localization:).json index 204898ba..b0218932 100644 --- a/data/documentation/flow/hflow/keyboardshortcut(_:modifiers:localization:).json +++ b/data/documentation/flow/hflow/keyboardshortcut(_:modifiers:localization:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":" = .command, "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:localization:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:localization:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:localization:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiers12localizationQrAA13KeyEquivalentV_AA14EventModifiersVAA08KeyboardE0V12LocalizationVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:modifiers:localization:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:localization:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:localization:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":" = .command, "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:localization:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:localization:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:localization:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiers12localizationQrAA13KeyEquivalentV_AA14EventModifiersVAA08KeyboardE0V12LocalizationVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:modifiers:localization:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:localization:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:localization:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/labeledcontentstyle(_:).json b/data/documentation/flow/hflow/labeledcontentstyle(_:).json index 78c4a3be..c8699c03 100644 --- a/data/documentation/flow/hflow/labeledcontentstyle(_:).json +++ b/data/documentation/flow/hflow/labeledcontentstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LabeledContentStyle","preciseIdentifier":"s:7SwiftUI19LabeledContentStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/labeledcontentstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labeledContentStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labeledContentStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labeledContentStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19labeledContentStyleyQrqd__AA07LabeledeF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/labeledContentStyle(_:)":{"role":"symbol","title":"labeledContentStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labeledContentStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labeledcontentstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LabeledContentStyle","preciseIdentifier":"s:7SwiftUI19LabeledContentStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/labeledcontentstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labeledContentStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labeledContentStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labeledContentStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19labeledContentStyleyQrqd__AA07LabeledeF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/labeledContentStyle(_:)":{"role":"symbol","title":"labeledContentStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labeledContentStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labeledcontentstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/labelshidden().json b/data/documentation/flow/hflow/labelshidden().json index 8eff74c8..b49e1988 100644 --- a/data/documentation/flow/hflow/labelshidden().json +++ b/data/documentation/flow/hflow/labelshidden().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/labelshidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelsHidden()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelsHidden()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labelsHidden()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12labelsHiddenQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/labelsHidden()":{"role":"symbol","title":"labelsHidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelsHidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labelshidden()"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/labelshidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelsHidden()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelsHidden()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labelsHidden()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12labelsHiddenQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/labelsHidden()":{"role":"symbol","title":"labelsHidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelsHidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labelshidden()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/labelstyle(_:).json b/data/documentation/flow/hflow/labelstyle(_:).json index 62cc9802..cf7e3861 100644 --- a/data/documentation/flow/hflow/labelstyle(_:).json +++ b/data/documentation/flow/hflow/labelstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LabelStyle","preciseIdentifier":"s:7SwiftUI10LabelStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/labelstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labelStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10labelStyleyQrqd__AA05LabelE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/labelStyle(_:)":{"role":"symbol","title":"labelStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labelstyle(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LabelStyle","preciseIdentifier":"s:7SwiftUI10LabelStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/labelstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labelStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10labelStyleyQrqd__AA05LabelE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/labelStyle(_:)":{"role":"symbol","title":"labelStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labelstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/layout-implementations.json b/data/documentation/flow/hflow/layout-implementations.json index d24029b5..9c309520 100644 --- a/data/documentation/flow/hflow/layout-implementations.json +++ b/data/documentation/flow/hflow/layout-implementations.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/flow\/hflow\/layout-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Methods","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/callAsFunction(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-1damt","doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3","doc:\/\/Flow\/documentation\/Flow\/HFlow\/makeCache(subviews:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/placeSubviews(in:proposal:subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/sizeThatFits(proposal:subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/spacing(subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/updateCache(_:subviews:)"],"generated":true},{"title":"Type Properties","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-4fush","doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-mk95"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Flow"}],"role":"collectionGroup","title":"Layout Implementations"},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow"]]},"references":{"doc://Flow/documentation/Flow/HFlow/placeSubviews(in:proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/placeSubviews(in:proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/placesubviews(in:proposal:subviews:cache:)"},"doc://Flow/documentation/Flow/HFlow/callAsFunction(_:)":{"role":"symbol","title":"callAsFunction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/callAsFunction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/callasfunction(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/updateCache(_:subviews:)":{"role":"symbol","title":"updateCache(_:subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/updateCache(_:subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/updatecache(_:subviews:)"},"doc://Flow/documentation/Flow/HFlow/layoutProperties-4fush":{"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-4fush","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutproperties-4fush"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-2t0q3"},"doc://Flow/documentation/Flow/HFlow/explicitAlignment(of:in:proposal:subviews:cache:)-1damt":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-1damt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-1damt"},"doc://Flow/documentation/Flow/HFlow/makeCache(subviews:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/makeCache(subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/makecache(subviews:)"},"doc://Flow/documentation/Flow/HFlow/spacing(subviews:cache:)":{"role":"symbol","title":"spacing(subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/spacing(subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/spacing(subviews:cache:)"},"doc://Flow/documentation/Flow/HFlow/layoutProperties-mk95":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-mk95","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutproperties-mk95"},"doc://Flow/documentation/Flow/HFlow/sizeThatFits(proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sizeThatFits(proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sizethatfits(proposal:subviews:cache:)"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/flow\/hflow\/layout-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Methods","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/callAsFunction(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-1damt","doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3","doc:\/\/Flow\/documentation\/Flow\/HFlow\/makeCache(subviews:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/placeSubviews(in:proposal:subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/sizeThatFits(proposal:subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/spacing(subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/updateCache(_:subviews:)"],"generated":true},{"title":"Type Properties","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-4fush","doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-mk95"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Flow"}],"role":"collectionGroup","title":"Layout Implementations"},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow"]]},"references":{"doc://Flow/documentation/Flow/HFlow/sizeThatFits(proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sizeThatFits(proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sizethatfits(proposal:subviews:cache:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/placeSubviews(in:proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/placeSubviews(in:proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/placesubviews(in:proposal:subviews:cache:)"},"doc://Flow/documentation/Flow/HFlow/spacing(subviews:cache:)":{"role":"symbol","title":"spacing(subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/spacing(subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/spacing(subviews:cache:)"},"doc://Flow/documentation/Flow/HFlow/updateCache(_:subviews:)":{"role":"symbol","title":"updateCache(_:subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/updateCache(_:subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/updatecache(_:subviews:)"},"doc://Flow/documentation/Flow/HFlow/callAsFunction(_:)":{"role":"symbol","title":"callAsFunction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/callAsFunction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/callasfunction(_:)"},"doc://Flow/documentation/Flow/HFlow/layoutProperties-mk95":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-mk95","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutproperties-mk95"},"doc://Flow/documentation/Flow/HFlow/makeCache(subviews:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/makeCache(subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/makecache(subviews:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-2t0q3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-2t0q3"},"doc://Flow/documentation/Flow/HFlow/explicitAlignment(of:in:proposal:subviews:cache:)-1damt":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-1damt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/explicitalignment(of:in:proposal:subviews:cache:)-1damt"},"doc://Flow/documentation/Flow/HFlow/layoutProperties-4fush":{"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-4fush","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutproperties-4fush"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/layoutpriority(_:).json b/data/documentation/flow/hflow/layoutpriority(_:).json index f35a6d55..af2d57c5 100644 --- a/data/documentation/flow/hflow/layoutpriority(_:).json +++ b/data/documentation/flow/hflow/layoutpriority(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/layoutpriority(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutPriority(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutPriority(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutPriority(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14layoutPriorityyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/layoutPriority(_:)":{"role":"symbol","title":"layoutPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutpriority(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/layoutpriority(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutPriority(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutPriority(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutPriority(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14layoutPriorityyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/layoutPriority(_:)":{"role":"symbol","title":"layoutPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutpriority(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/layoutproperties-4fush.json b/data/documentation/flow/hflow/layoutproperties-4fush.json index 9bc14984..792c61cb 100644 --- a/data/documentation/flow/hflow/layoutproperties-4fush.json +++ b/data/documentation/flow/hflow/layoutproperties-4fush.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/layoutproperties-4fush"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-4fush","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.layoutProperties"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutProperties","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"symbolKind":"property","externalID":"s:7SwiftUI6LayoutPAAE16layoutPropertiesAA0cE0VvpZ::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow/HFlow/layoutProperties-4fush":{"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-4fush","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutproperties-4fush"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/layoutproperties-4fush"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-4fush","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.layoutProperties"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutProperties","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"symbolKind":"property","externalID":"s:7SwiftUI6LayoutPAAE16layoutPropertiesAA0cE0VvpZ::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow/HFlow/layoutProperties-4fush":{"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-4fush","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutproperties-4fush"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/layoutproperties-mk95.json b/data/documentation/flow/hflow/layoutproperties-mk95.json index 90f43c2b..a9415d13 100644 --- a/data/documentation/flow/hflow/layoutproperties-mk95.json +++ b/data/documentation/flow/hflow/layoutproperties-mk95.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/layoutproperties-mk95"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-mk95","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.layoutProperties"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"symbolKind":"property","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE16layoutPropertiesAD06LayoutH0VvpZ","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/layoutProperties-mk95":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-mk95","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutproperties-mk95"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/layoutproperties-mk95"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-mk95","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.layoutProperties"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"symbolKind":"property","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE16layoutPropertiesAD06LayoutH0VvpZ","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/layoutProperties-mk95":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutProperties-mk95","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutproperties-mk95"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/layoutvalue(key:value:).json b/data/documentation/flow/hflow/layoutvalue(key:value:).json index ab4ef6af..2d4c33a0 100644 --- a/data/documentation/flow/hflow/layoutvalue(key:value:).json +++ b/data/documentation/flow/hflow/layoutvalue(key:value:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LayoutValueKey","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/layoutvalue(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutValue(key:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutValue(key:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutValue(key:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11layoutValue3key5valueQrqd__m_0E0Qyd__tAA06LayoutE3KeyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/layoutValue(key:value:)":{"role":"symbol","title":"layoutValue(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutValue(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutvalue(key:value:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LayoutValueKey","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/layoutvalue(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutValue(key:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutValue(key:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutValue(key:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11layoutValue3key5valueQrqd__m_0E0Qyd__tAA06LayoutE3KeyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/layoutValue(key:value:)":{"role":"symbol","title":"layoutValue(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutValue(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutvalue(key:value:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/linelimit(_:)-24rqv.json b/data/documentation/flow/hflow/linelimit(_:)-24rqv.json index ddb2252e..817f321a 100644 --- a/data/documentation/flow/hflow/linelimit(_:)-24rqv.json +++ b/data/documentation/flow/hflow/linelimit(_:)-24rqv.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"number"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linelimit(_:)-24rqv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-24rqv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSiSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-24rqv":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-24rqv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-24rqv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"number"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linelimit(_:)-24rqv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-24rqv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSiSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-24rqv":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-24rqv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-24rqv"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/linelimit(_:)-2lqts.json b/data/documentation/flow/hflow/linelimit(_:)-2lqts.json index aca716f9..624f8c92 100644 --- a/data/documentation/flow/hflow/linelimit(_:)-2lqts.json +++ b/data/documentation/flow/hflow/linelimit(_:)-2lqts.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linelimit(_:)-2lqts"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-2lqts","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSNySiGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-2lqts":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-2lqts","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-2lqts"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linelimit(_:)-2lqts"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-2lqts","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSNySiGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-2lqts":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-2lqts","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-2lqts"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/linelimit(_:)-35exb.json b/data/documentation/flow/hflow/linelimit(_:)-35exb.json index c81e3a9e..4346cdb7 100644 --- a/data/documentation/flow/hflow/linelimit(_:)-35exb.json +++ b/data/documentation/flow/hflow/linelimit(_:)-35exb.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linelimit(_:)-35exb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-35exb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs16PartialRangeFromVySiGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-35exb":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-35exb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-35exb"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linelimit(_:)-35exb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-35exb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs16PartialRangeFromVySiGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-35exb":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-35exb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-35exb"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/linelimit(_:)-9ldcg.json b/data/documentation/flow/hflow/linelimit(_:)-9ldcg.json index f0244db2..388640be 100644 --- a/data/documentation/flow/hflow/linelimit(_:)-9ldcg.json +++ b/data/documentation/flow/hflow/linelimit(_:)-9ldcg.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linelimit(_:)-9ldcg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-9ldcg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs19PartialRangeThroughVySiGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-9ldcg":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-9ldcg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-9ldcg"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linelimit(_:)-9ldcg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-9ldcg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs19PartialRangeThroughVySiGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-9ldcg":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-9ldcg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-9ldcg"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/linelimit(_:reservesspace:).json b/data/documentation/flow/hflow/linelimit(_:reservesspace:).json index fd444998..3ae5911b 100644 --- a/data/documentation/flow/hflow/linelimit(_:reservesspace:).json +++ b/data/documentation/flow/hflow/linelimit(_:reservesspace:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linelimit(_:reservesspace:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:reservesSpace:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:reservesSpace:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:reservesSpace:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimit_13reservesSpaceQrSi_SbtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:reservesSpace:)":{"role":"symbol","title":"lineLimit(_:reservesSpace:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:reservesSpace:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:reservesspace:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linelimit(_:reservesspace:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:reservesSpace:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:reservesSpace:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:reservesSpace:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimit_13reservesSpaceQrSi_SbtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:reservesSpace:)":{"role":"symbol","title":"lineLimit(_:reservesSpace:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:reservesSpace:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:reservesspace:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/linespacing(_:).json b/data/documentation/flow/hflow/linespacing(_:).json index 76be0a72..6db5be08 100644 --- a/data/documentation/flow/hflow/linespacing(_:).json +++ b/data/documentation/flow/hflow/linespacing(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"lineSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linespacing(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineSpacing(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineSpacing(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineSpacing(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11lineSpacingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/lineSpacing(_:)":{"role":"symbol","title":"lineSpacing(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineSpacing(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linespacing(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"lineSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/linespacing(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineSpacing(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineSpacing(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineSpacing(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11lineSpacingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/lineSpacing(_:)":{"role":"symbol","title":"lineSpacing(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineSpacing(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linespacing(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/listitemtint(_:)-1an8e.json b/data/documentation/flow/hflow/listitemtint(_:)-1an8e.json index 6cdf6f04..4ffd2b26 100644 --- a/data/documentation/flow/hflow/listitemtint(_:)-1an8e.json +++ b/data/documentation/flow/hflow/listitemtint(_:)-1an8e.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listitemtint(_:)-1an8e"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1an8e","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listItemTint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA5ColorVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/listItemTint(_:)-1an8e":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1an8e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listitemtint(_:)-1an8e"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listitemtint(_:)-1an8e"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1an8e","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listItemTint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA5ColorVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/listItemTint(_:)-1an8e":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1an8e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listitemtint(_:)-1an8e"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/listitemtint(_:)-1fm4p.json b/data/documentation/flow/hflow/listitemtint(_:)-1fm4p.json index e8c79402..c490ddc8 100644 --- a/data/documentation/flow/hflow/listitemtint(_:)-1fm4p.json +++ b/data/documentation/flow/hflow/listitemtint(_:)-1fm4p.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listitemtint(_:)-1fm4p"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1fm4p","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listItemTint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA04ListeF0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/listItemTint(_:)-1fm4p":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1fm4p","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listitemtint(_:)-1fm4p"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listitemtint(_:)-1fm4p"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1fm4p","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listItemTint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA04ListeF0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/listItemTint(_:)-1fm4p":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1fm4p","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listitemtint(_:)-1fm4p"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/listrowbackground(_:).json b/data/documentation/flow/hflow/listrowbackground(_:).json index 58b75a4d..31e5eda2 100644 --- a/data/documentation/flow/hflow/listrowbackground(_:).json +++ b/data/documentation/flow/hflow/listrowbackground(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"view"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listrowbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowBackground(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowBackground(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowBackground(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17listRowBackgroundyQrqd__SgAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/listRowBackground(_:)":{"role":"symbol","title":"listRowBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowbackground(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"view"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listrowbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowBackground(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowBackground(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowBackground(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17listRowBackgroundyQrqd__SgAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/listRowBackground(_:)":{"role":"symbol","title":"listRowBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowbackground(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/listrowinsets(_:).json b/data/documentation/flow/hflow/listrowinsets(_:).json index 6f1d4821..5d0af9b2 100644 --- a/data/documentation/flow/hflow/listrowinsets(_:).json +++ b/data/documentation/flow/hflow/listrowinsets(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listrowinsets(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowInsets(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowInsets(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowInsets(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13listRowInsetsyQrAA04EdgeF0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/listRowInsets(_:)":{"role":"symbol","title":"listRowInsets(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowInsets(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowinsets(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listrowinsets(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowInsets(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowInsets(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowInsets(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13listRowInsetsyQrAA04EdgeF0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/listRowInsets(_:)":{"role":"symbol","title":"listRowInsets(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowInsets(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowinsets(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/listrowseparator(_:edges:).json b/data/documentation/flow/hflow/listrowseparator(_:edges:).json index 98e2d950..9459d8b0 100644 --- a/data/documentation/flow/hflow/listrowseparator(_:edges:).json +++ b/data/documentation/flow/hflow/listrowseparator(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listrowseparator(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparator(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowSeparator(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowSeparator(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16listRowSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/listRowSeparator(_:edges:)":{"role":"symbol","title":"listRowSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowseparator(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listrowseparator(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparator(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowSeparator(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowSeparator(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16listRowSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/listRowSeparator(_:edges:)":{"role":"symbol","title":"listRowSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowseparator(_:edges:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/listrowseparatortint(_:edges:).json b/data/documentation/flow/hflow/listrowseparatortint(_:edges:).json index c9a1dd46..3d49311a 100644 --- a/data/documentation/flow/hflow/listrowseparatortint(_:edges:).json +++ b/data/documentation/flow/hflow/listrowseparatortint(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listrowseparatortint(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowSeparatorTint(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowSeparatorTint(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20listRowSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/listRowSeparatorTint(_:edges:)":{"role":"symbol","title":"listRowSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listrowseparatortint(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowSeparatorTint(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowSeparatorTint(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20listRowSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/listRowSeparatorTint(_:edges:)":{"role":"symbol","title":"listRowSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/listsectionseparator(_:edges:).json b/data/documentation/flow/hflow/listsectionseparator(_:edges:).json index eb7fe307..f969b8b3 100644 --- a/data/documentation/flow/hflow/listsectionseparator(_:edges:).json +++ b/data/documentation/flow/hflow/listsectionseparator(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listsectionseparator(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparator(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listSectionSeparator(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listSectionSeparator(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20listSectionSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/listSectionSeparator(_:edges:)":{"role":"symbol","title":"listSectionSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listsectionseparator(_:edges:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listsectionseparator(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparator(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listSectionSeparator(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listSectionSeparator(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20listSectionSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/listSectionSeparator(_:edges:)":{"role":"symbol","title":"listSectionSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listsectionseparator(_:edges:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/listsectionseparatortint(_:edges:).json b/data/documentation/flow/hflow/listsectionseparatortint(_:edges:).json index d5c4b3c4..8392163c 100644 --- a/data/documentation/flow/hflow/listsectionseparatortint(_:edges:).json +++ b/data/documentation/flow/hflow/listsectionseparatortint(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listsectionseparatortint(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listSectionSeparatorTint(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24listSectionSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/listSectionSeparatorTint(_:edges:)":{"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listsectionseparatortint(_:edges:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/listsectionseparatortint(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listSectionSeparatorTint(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24listSectionSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/listSectionSeparatorTint(_:edges:)":{"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listsectionseparatortint(_:edges:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/liststyle(_:).json b/data/documentation/flow/hflow/liststyle(_:).json index f82534ea..5e7a215b 100644 --- a/data/documentation/flow/hflow/liststyle(_:).json +++ b/data/documentation/flow/hflow/liststyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ListStyle","preciseIdentifier":"s:7SwiftUI9ListStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/liststyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9listStyleyQrqd__AA04ListE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/listStyle(_:)":{"role":"symbol","title":"listStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/liststyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ListStyle","preciseIdentifier":"s:7SwiftUI9ListStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/liststyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9listStyleyQrqd__AA04ListE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/listStyle(_:)":{"role":"symbol","title":"listStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/liststyle(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/luminancetoalpha().json b/data/documentation/flow/hflow/luminancetoalpha().json index 5d2f4b30..52905855 100644 --- a/data/documentation/flow/hflow/luminancetoalpha().json +++ b/data/documentation/flow/hflow/luminancetoalpha().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/luminancetoalpha()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/luminanceToAlpha()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.luminanceToAlpha()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"luminanceToAlpha()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16luminanceToAlphaQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/luminanceToAlpha()":{"role":"symbol","title":"luminanceToAlpha()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/luminanceToAlpha()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/luminancetoalpha()"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/luminancetoalpha()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/luminanceToAlpha()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.luminanceToAlpha()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"luminanceToAlpha()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16luminanceToAlphaQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/luminanceToAlpha()":{"role":"symbol","title":"luminanceToAlpha()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/luminanceToAlpha()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/luminancetoalpha()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/makecache(subviews:).json b/data/documentation/flow/hflow/makecache(subviews:).json index 58436f84..5e15d133 100644 --- a/data/documentation/flow/hflow/makecache(subviews:).json +++ b/data/documentation/flow/hflow/makecache(subviews:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/makecache(subviews:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/makeCache(subviews:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.makeCache(subviews:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAyt5CacheRtzrlE04makeD08subviewsyAA0C8SubviewsV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/makeCache(subviews:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/makeCache(subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/makecache(subviews:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/makecache(subviews:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/makeCache(subviews:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.makeCache(subviews:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAyt5CacheRtzrlE04makeD08subviewsyAA0C8SubviewsV_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow/HFlow/makeCache(subviews:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/makeCache(subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/makecache(subviews:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/mask(_:).json b/data/documentation/flow/hflow/mask(_:).json index 5ff6f70d..307713b4 100644 --- a/data/documentation/flow/hflow/mask(_:).json +++ b/data/documentation/flow/hflow/mask(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/mask(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.mask(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"mask(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4maskyQrqd__AaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use overload where mask accepts a @ViewBuilder instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/mask(_:)":{"role":"symbol","title":"mask(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/mask(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/mask(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.mask(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"mask(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4maskyQrqd__AaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use overload where mask accepts a @ViewBuilder instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/mask(_:)":{"role":"symbol","title":"mask(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/mask(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/mask(alignment:_:).json b/data/documentation/flow/hflow/mask(alignment:_:).json index 9d4ea2fd..60e50ac7 100644 --- a/data/documentation/flow/hflow/mask(alignment:_:).json +++ b/data/documentation/flow/hflow/mask(alignment:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/mask(alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(alignment:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.mask(alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"mask(alignment:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4mask9alignment_QrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/mask(alignment:_:)":{"role":"symbol","title":"mask(alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/mask(alignment:_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/mask(alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(alignment:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.mask(alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"mask(alignment:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4mask9alignment_QrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/mask(alignment:_:)":{"role":"symbol","title":"mask(alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/mask(alignment:_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/matchedgeometryeffect(id:in:properties:anchor:issource:).json b/data/documentation/flow/hflow/matchedgeometryeffect(id:in:properties:anchor:issource:).json index 95b9be8d..a8f49920 100644 --- a/data/documentation/flow/hflow/matchedgeometryeffect(id:in:properties:anchor:issource:).json +++ b/data/documentation/flow/hflow/matchedgeometryeffect(id:in:properties:anchor:issource:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":" = .frame, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.matchedGeometryEffect(id:in:properties:anchor:isSource:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21matchedGeometryEffect2id2in10properties6anchor8isSourceQrqd___AA9NamespaceV2IDVAA07MatchedE10PropertiesVAA9UnitPointVSbtSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":" = .frame, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.matchedGeometryEffect(id:in:properties:anchor:isSource:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21matchedGeometryEffect2id2in10properties6anchor8isSourceQrqd___AA9NamespaceV2IDVAA07MatchedE10PropertiesVAA9UnitPointVSbtSHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/menubuttonstyle(_:).json b/data/documentation/flow/hflow/menubuttonstyle(_:).json index 44900f7e..b140af22 100644 --- a/data/documentation/flow/hflow/menubuttonstyle(_:).json +++ b/data/documentation/flow/hflow/menubuttonstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MenuButtonStyle","preciseIdentifier":"s:7SwiftUI15MenuButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/menubuttonstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuButtonStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuButtonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuButtonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15menuButtonStyleyQrqd__AA04MenueF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `menuStyle(_:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `menuStyle(_:)` instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/menuButtonStyle(_:)":{"role":"symbol","title":"menuButtonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuButtonStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/menubuttonstyle(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MenuButtonStyle","preciseIdentifier":"s:7SwiftUI15MenuButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/menubuttonstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuButtonStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuButtonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuButtonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15menuButtonStyleyQrqd__AA04MenueF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `menuStyle(_:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `menuStyle(_:)` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/menuButtonStyle(_:)":{"role":"symbol","title":"menuButtonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuButtonStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/menubuttonstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/menuindicator(_:).json b/data/documentation/flow/hflow/menuindicator(_:).json index 98e05600..49c2ed32 100644 --- a/data/documentation/flow/hflow/menuindicator(_:).json +++ b/data/documentation/flow/hflow/menuindicator(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/menuindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuIndicator(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuIndicator(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuIndicator(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13menuIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/menuIndicator(_:)":{"role":"symbol","title":"menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menuindicator(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/menuindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuIndicator(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuIndicator(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuIndicator(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13menuIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/menuIndicator(_:)":{"role":"symbol","title":"menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menuindicator(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/menuorder(_:).json b/data/documentation/flow/hflow/menuorder(_:).json index 93293f20..34684f7e 100644 --- a/data/documentation/flow/hflow/menuorder(_:).json +++ b/data/documentation/flow/hflow/menuorder(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"order"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/menuorder(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuOrder(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuOrder(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuOrder(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9menuOrderyQrAA04MenuE0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/menuOrder(_:)":{"role":"symbol","title":"menuOrder(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuOrder(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menuorder(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"order"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/menuorder(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuOrder(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuOrder(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuOrder(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9menuOrderyQrAA04MenuE0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/menuOrder(_:)":{"role":"symbol","title":"menuOrder(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuOrder(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menuorder(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/menustyle(_:).json b/data/documentation/flow/hflow/menustyle(_:).json index a1c55182..58ca6317 100644 --- a/data/documentation/flow/hflow/menustyle(_:).json +++ b/data/documentation/flow/hflow/menustyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MenuStyle","preciseIdentifier":"s:7SwiftUI9MenuStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/menustyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9menuStyleyQrqd__AA04MenuE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/menuStyle(_:)":{"role":"symbol","title":"menuStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menustyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MenuStyle","preciseIdentifier":"s:7SwiftUI9MenuStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/menustyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9menuStyleyQrqd__AA04MenuE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/menuStyle(_:)":{"role":"symbol","title":"menuStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menustyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/minimumscalefactor(_:).json b/data/documentation/flow/hflow/minimumscalefactor(_:).json index 422e3192..0804743f 100644 --- a/data/documentation/flow/hflow/minimumscalefactor(_:).json +++ b/data/documentation/flow/hflow/minimumscalefactor(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"factor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/minimumscalefactor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/minimumScaleFactor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.minimumScaleFactor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"minimumScaleFactor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18minimumScaleFactoryQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/minimumScaleFactor(_:)":{"role":"symbol","title":"minimumScaleFactor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/minimumScaleFactor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/minimumscalefactor(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"factor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/minimumscalefactor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/minimumScaleFactor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.minimumScaleFactor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"minimumScaleFactor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18minimumScaleFactoryQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/minimumScaleFactor(_:)":{"role":"symbol","title":"minimumScaleFactor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/minimumScaleFactor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/minimumscalefactor(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/modifier(_:).json b/data/documentation/flow/hflow/modifier(_:).json index 7a1a958a..69f35358 100644 --- a/data/documentation/flow/hflow/modifier(_:).json +++ b/data/documentation/flow/hflow/modifier(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"modifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/modifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/modifier(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.modifier(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"modifier(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8modifieryAA15ModifiedContentVyxqd__Gqd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/modifier(_:)":{"role":"symbol","title":"modifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/modifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/modifier(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"modifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/modifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/modifier(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.modifier(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"modifier(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8modifieryAA15ModifiedContentVyxqd__Gqd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/modifier(_:)":{"role":"symbol","title":"modifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/modifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/modifier(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/monospaced(_:).json b/data/documentation/flow/hflow/monospaced(_:).json index d297a13b..73a2c41e 100644 --- a/data/documentation/flow/hflow/monospaced(_:).json +++ b/data/documentation/flow/hflow/monospaced(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/monospaced(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospaced(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.monospaced(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"monospaced(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10monospacedyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/monospaced(_:)":{"role":"symbol","title":"monospaced(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospaced(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/monospaced(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/monospaced(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospaced(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.monospaced(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"monospaced(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10monospacedyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/monospaced(_:)":{"role":"symbol","title":"monospaced(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospaced(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/monospaced(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/monospaceddigit().json b/data/documentation/flow/hflow/monospaceddigit().json index 74a0ba8e..bca11b6a 100644 --- a/data/documentation/flow/hflow/monospaceddigit().json +++ b/data/documentation/flow/hflow/monospaceddigit().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/monospaceddigit()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospacedDigit()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.monospacedDigit()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"monospacedDigit()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15monospacedDigitQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/monospacedDigit()":{"role":"symbol","title":"monospacedDigit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospacedDigit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/monospaceddigit()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/monospaceddigit()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospacedDigit()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.monospacedDigit()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"monospacedDigit()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15monospacedDigitQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/monospacedDigit()":{"role":"symbol","title":"monospacedDigit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospacedDigit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/monospaceddigit()"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/movedisabled(_:).json b/data/documentation/flow/hflow/movedisabled(_:).json index 4fed1e87..9b01afbf 100644 --- a/data/documentation/flow/hflow/movedisabled(_:).json +++ b/data/documentation/flow/hflow/movedisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/movedisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/moveDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.moveDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"moveDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12moveDisabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/moveDisabled(_:)":{"role":"symbol","title":"moveDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/moveDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/movedisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/movedisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/moveDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.moveDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"moveDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12moveDisabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/moveDisabled(_:)":{"role":"symbol","title":"moveDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/moveDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/movedisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/multilinetextalignment(_:).json b/data/documentation/flow/hflow/multilinetextalignment(_:).json index 57132874..82bd2785 100644 --- a/data/documentation/flow/hflow/multilinetextalignment(_:).json +++ b/data/documentation/flow/hflow/multilinetextalignment(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/multilinetextalignment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/multilineTextAlignment(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.multilineTextAlignment(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"multilineTextAlignment(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22multilineTextAlignmentyQrAA0eF0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/multilineTextAlignment(_:)":{"role":"symbol","title":"multilineTextAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/multilineTextAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/multilinetextalignment(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/multilinetextalignment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/multilineTextAlignment(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.multilineTextAlignment(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"multilineTextAlignment(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22multilineTextAlignmentyQrAA0eF0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/multilineTextAlignment(_:)":{"role":"symbol","title":"multilineTextAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/multilineTextAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/multilinetextalignment(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationbarbackbuttonhidden(_:).json b/data/documentation/flow/hflow/navigationbarbackbuttonhidden(_:).json index 3f2da19f..3d8a8f3f 100644 --- a/data/documentation/flow/hflow/navigationbarbackbuttonhidden(_:).json +++ b/data/documentation/flow/hflow/navigationbarbackbuttonhidden(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidesBackButton"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbarbackbuttonhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarBackButtonHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarBackButtonHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarBackButtonHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE29navigationBarBackButtonHiddenyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/navigationBarBackButtonHidden(_:)":{"role":"symbol","title":"navigationBarBackButtonHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarBackButtonHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationbarbackbuttonhidden(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidesBackButton"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbarbackbuttonhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarBackButtonHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarBackButtonHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarBackButtonHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE29navigationBarBackButtonHiddenyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/navigationBarBackButtonHidden(_:)":{"role":"symbol","title":"navigationBarBackButtonHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarBackButtonHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationbarbackbuttonhidden(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationbarhidden(_:).json b/data/documentation/flow/hflow/navigationbarhidden(_:).json index b1faa89d..fc665072 100644 --- a/data/documentation/flow/hflow/navigationbarhidden(_:).json +++ b/data/documentation/flow/hflow/navigationbarhidden(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbarhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19navigationBarHiddenyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use toolbar(.hidden)"}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationBarHidden(_:)":{"role":"symbol","title":"navigationBarHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarHidden(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbarhidden(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbarhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19navigationBarHiddenyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use toolbar(.hidden)"}]}],"references":{"doc://Flow/documentation/Flow/HFlow/navigationBarHidden(_:)":{"role":"symbol","title":"navigationBarHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarHidden(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbarhidden(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationbartitle(_:)-30lc5.json b/data/documentation/flow/hflow/navigationbartitle(_:)-30lc5.json index becabdd9..7da57910 100644 --- a/data/documentation/flow/hflow/navigationbartitle(_:)-30lc5.json +++ b/data/documentation/flow/hflow/navigationbartitle(_:)-30lc5.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:)-30lc5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-30lc5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-30lc5":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-30lc5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-30lc5"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:)-30lc5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-30lc5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-30lc5":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-30lc5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-30lc5"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationbartitle(_:)-3samq.json b/data/documentation/flow/hflow/navigationbartitle(_:)-3samq.json index d30152b3..eb4343ab 100644 --- a/data/documentation/flow/hflow/navigationbartitle(_:)-3samq.json +++ b/data/documentation/flow/hflow/navigationbartitle(_:)-3samq.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:)-3samq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-3samq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-3samq":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-3samq","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-3samq"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:)-3samq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-3samq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-3samq":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-3samq","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-3samq"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationbartitle(_:)-9q9hb.json b/data/documentation/flow/hflow/navigationbartitle(_:)-9q9hb.json index 79de4896..44983f4b 100644 --- a/data/documentation/flow/hflow/navigationbartitle(_:)-9q9hb.json +++ b/data/documentation/flow/hflow/navigationbartitle(_:)-9q9hb.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:)-9q9hb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-9q9hb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-9q9hb":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-9q9hb","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-9q9hb"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:)-9q9hb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-9q9hb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-9q9hb":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-9q9hb","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-9q9hb"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-446f1.json b/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-446f1.json index c8cb8cd8..3a949dfe 100644 --- a/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-446f1.json +++ b/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-446f1.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-446f1"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-446f1","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:displayMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA18LocalizedStringKeyV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-446f1":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-446f1","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-446f1"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-446f1"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-446f1","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:displayMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA18LocalizedStringKeyV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-446f1":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-446f1","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-446f1"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-7xipf.json b/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-7xipf.json index 2b923f33..7de894aa 100644 --- a/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-7xipf.json +++ b/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-7xipf.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-7xipf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-7xipf","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:displayMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA4TextV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-7xipf":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-7xipf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-7xipf"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-7xipf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-7xipf","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:displayMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA4TextV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"references":{"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-7xipf":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-7xipf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-7xipf"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-mfrz.json b/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-mfrz.json index e0984a30..2fb89c39 100644 --- a/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-mfrz.json +++ b/data/documentation/flow/hflow/navigationbartitle(_:displaymode:)-mfrz.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-mfrz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-mfrz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:displayMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrqd___AA010NavigationE4ItemV0f7DisplayH0OtSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"14.0","deprecated":false,"name":"iOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-mfrz":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-mfrz","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-mfrz"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-mfrz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-mfrz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:displayMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrqd___AA010NavigationE4ItemV0f7DisplayH0OtSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"14.0","deprecated":false,"name":"iOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-mfrz":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-mfrz","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-mfrz"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationdestination(for:destination:).json b/data/documentation/flow/hflow/navigationdestination(for:destination:).json index 6cb4092f..9f73a006 100644 --- a/data/documentation/flow/hflow/navigationdestination(for:destination:).json +++ b/data/documentation/flow/hflow/navigationdestination(for:destination:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdestination(for:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(for:destination:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDestination(for:destination:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDestination(for:destination:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination3for11destinationQrqd__m_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationDestination(for:destination:)":{"role":"symbol","title":"navigationDestination(for:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(for:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdestination(for:destination:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdestination(for:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(for:destination:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDestination(for:destination:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDestination(for:destination:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination3for11destinationQrqd__m_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationDestination(for:destination:)":{"role":"symbol","title":"navigationDestination(for:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(for:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdestination(for:destination:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationdestination(ispresented:destination:).json b/data/documentation/flow/hflow/navigationdestination(ispresented:destination:).json index 6248954d..1ff8acfa 100644 --- a/data/documentation/flow/hflow/navigationdestination(ispresented:destination:).json +++ b/data/documentation/flow/hflow/navigationdestination(ispresented:destination:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdestination(ispresented:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(isPresented:destination:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDestination(isPresented:destination:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDestination(isPresented:destination:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination11isPresented11destinationQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/navigationDestination(isPresented:destination:)":{"role":"symbol","title":"navigationDestination(isPresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(isPresented:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdestination(ispresented:destination:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdestination(ispresented:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(isPresented:destination:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDestination(isPresented:destination:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDestination(isPresented:destination:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination11isPresented11destinationQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationDestination(isPresented:destination:)":{"role":"symbol","title":"navigationDestination(isPresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(isPresented:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdestination(ispresented:destination:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationdocument(_:).json b/data/documentation/flow/hflow/navigationdocument(_:).json index 0adf6558..79087f26 100644 --- a/data/documentation/flow/hflow/navigationdocument(_:).json +++ b/data/documentation/flow/hflow/navigationdocument(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdocument(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocumentyQr10Foundation3URLVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:)":{"role":"symbol","title":"navigationDocument(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdocument(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocumentyQr10Foundation3URLVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:)":{"role":"symbol","title":"navigationDocument(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationdocument(_:preview:)-1nesc.json b/data/documentation/flow/hflow/navigationdocument(_:preview:)-1nesc.json index ec74687d..d4dbc7f0 100644 --- a/data/documentation/flow/hflow/navigationdocument(_:preview:)-1nesc.json +++ b/data/documentation/flow/hflow/navigationdocument(_:preview:)-1nesc.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-1nesc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-1nesc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOqd_0_Gt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-1nesc":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-1nesc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-1nesc"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-1nesc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-1nesc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOqd_0_Gt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-1nesc":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-1nesc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-1nesc"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationdocument(_:preview:)-3pznm.json b/data/documentation/flow/hflow/navigationdocument(_:preview:)-3pznm.json index 1bfca1c1..f236231f 100644 --- a/data/documentation/flow/hflow/navigationdocument(_:preview:)-3pznm.json +++ b/data/documentation/flow/hflow/navigationdocument(_:preview:)-3pznm.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-3pznm"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-3pznm","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_qd_1_Gt16CoreTransferable0J0Rd__AiJRd_0_AiJRd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-3pznm":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-3pznm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-3pznm"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-3pznm"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-3pznm","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_qd_1_Gt16CoreTransferable0J0Rd__AiJRd_0_AiJRd_1_r1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-3pznm":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-3pznm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-3pznm"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationdocument(_:preview:)-5cbos.json b/data/documentation/flow/hflow/navigationdocument(_:preview:)-5cbos.json index 2a4f1267..97c2b940 100644 --- a/data/documentation/flow/hflow/navigationdocument(_:preview:)-5cbos.json +++ b/data/documentation/flow/hflow/navigationdocument(_:preview:)-5cbos.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-5cbos"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-5cbos","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_s5NeverOGt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-5cbos":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-5cbos","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-5cbos"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-5cbos"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-5cbos","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_s5NeverOGt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-5cbos":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-5cbos","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-5cbos"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationdocument(_:preview:)-90sbj.json b/data/documentation/flow/hflow/navigationdocument(_:preview:)-90sbj.json index 700d94ad..2250a4ae 100644 --- a/data/documentation/flow/hflow/navigationdocument(_:preview:)-90sbj.json +++ b/data/documentation/flow/hflow/navigationdocument(_:preview:)-90sbj.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-90sbj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-90sbj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOAIGt16CoreTransferable0K0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-90sbj":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-90sbj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-90sbj"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-90sbj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-90sbj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOAIGt16CoreTransferable0K0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-90sbj":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-90sbj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-90sbj"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationsplitviewcolumnwidth(min:ideal:max:).json b/data/documentation/flow/hflow/navigationsplitviewcolumnwidth(min:ideal:max:).json index b1d79aca..51de5503 100644 --- a/data/documentation/flow/hflow/navigationsplitviewcolumnwidth(min:ideal:max:).json +++ b/data/documentation/flow/hflow/navigationsplitviewcolumnwidth(min:ideal:max:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewColumnWidth(min:ideal:max:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationSplitViewColumnWidth(min:ideal:max:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewColumnWidth(min:ideal:max:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationSplitViewColumnWidth(min:ideal:max:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationsplitviewstyle(_:).json b/data/documentation/flow/hflow/navigationsplitviewstyle(_:).json index c1b90a2a..f6456414 100644 --- a/data/documentation/flow/hflow/navigationsplitviewstyle(_:).json +++ b/data/documentation/flow/hflow/navigationsplitviewstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"NavigationSplitViewStyle","preciseIdentifier":"s:7SwiftUI24NavigationSplitViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationsplitviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSplitViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC5StyleyQrqd__AA010NavigationecF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/navigationSplitViewStyle(_:)":{"role":"symbol","title":"navigationSplitViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsplitviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"NavigationSplitViewStyle","preciseIdentifier":"s:7SwiftUI24NavigationSplitViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationsplitviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSplitViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC5StyleyQrqd__AA010NavigationecF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationSplitViewStyle(_:)":{"role":"symbol","title":"navigationSplitViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsplitviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationsubtitle(_:)-26zdk.json b/data/documentation/flow/hflow/navigationsubtitle(_:)-26zdk.json index fdfda039..2a829677 100644 --- a/data/documentation/flow/hflow/navigationsubtitle(_:)-26zdk.json +++ b/data/documentation/flow/hflow/navigationsubtitle(_:)-26zdk.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationsubtitle(_:)-26zdk"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-26zdk","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-26zdk":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-26zdk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-26zdk"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationsubtitle(_:)-26zdk"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-26zdk","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-26zdk":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-26zdk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-26zdk"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationsubtitle(_:)-511kp.json b/data/documentation/flow/hflow/navigationsubtitle(_:)-511kp.json index 70982d8c..7207806f 100644 --- a/data/documentation/flow/hflow/navigationsubtitle(_:)-511kp.json +++ b/data/documentation/flow/hflow/navigationsubtitle(_:)-511kp.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationsubtitle(_:)-511kp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-511kp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-511kp":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-511kp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-511kp"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationsubtitle(_:)-511kp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-511kp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-511kp":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-511kp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-511kp"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationsubtitle(_:)-n3g.json b/data/documentation/flow/hflow/navigationsubtitle(_:)-n3g.json index 247c3986..159b5722 100644 --- a/data/documentation/flow/hflow/navigationsubtitle(_:)-n3g.json +++ b/data/documentation/flow/hflow/navigationsubtitle(_:)-n3g.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationsubtitle(_:)-n3g"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-n3g","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-n3g":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-n3g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-n3g"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationsubtitle(_:)-n3g"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-n3g","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-n3g":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-n3g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-n3g"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationtitle(_:)-3rhjr.json b/data/documentation/flow/hflow/navigationtitle(_:)-3rhjr.json index d5f79f82..d1d59f6a 100644 --- a/data/documentation/flow/hflow/navigationtitle(_:)-3rhjr.json +++ b/data/documentation/flow/hflow/navigationtitle(_:)-3rhjr.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationtitle(_:)-3rhjr"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-3rhjr","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-3rhjr":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-3rhjr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-3rhjr"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationtitle(_:)-3rhjr"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-3rhjr","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-3rhjr":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-3rhjr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-3rhjr"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationtitle(_:)-87hs0.json b/data/documentation/flow/hflow/navigationtitle(_:)-87hs0.json index bc8f0111..f5d67a9d 100644 --- a/data/documentation/flow/hflow/navigationtitle(_:)-87hs0.json +++ b/data/documentation/flow/hflow/navigationtitle(_:)-87hs0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationtitle(_:)-87hs0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-87hs0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-87hs0":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-87hs0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-87hs0"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationtitle(_:)-87hs0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-87hs0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-87hs0":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-87hs0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-87hs0"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationtitle(_:)-92afp.json b/data/documentation/flow/hflow/navigationtitle(_:)-92afp.json index 74690a40..efb8bab0 100644 --- a/data/documentation/flow/hflow/navigationtitle(_:)-92afp.json +++ b/data/documentation/flow/hflow/navigationtitle(_:)-92afp.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationtitle(_:)-92afp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-92afp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-92afp":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-92afp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-92afp"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationtitle(_:)-92afp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-92afp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-92afp":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-92afp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-92afp"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationtitle(_:)-lbkf.json b/data/documentation/flow/hflow/navigationtitle(_:)-lbkf.json index 7ae4c077..a8a078e7 100644 --- a/data/documentation/flow/hflow/navigationtitle(_:)-lbkf.json +++ b/data/documentation/flow/hflow/navigationtitle(_:)-lbkf.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationtitle(_:)-lbkf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-lbkf","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA7BindingVySSGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-lbkf":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-lbkf","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-lbkf"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationtitle(_:)-lbkf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-lbkf","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA7BindingVySSGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-lbkf":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-lbkf","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-lbkf"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationtitle(_:)-y12r.json b/data/documentation/flow/hflow/navigationtitle(_:)-y12r.json index 0e48baf6..31652d3c 100644 --- a/data/documentation/flow/hflow/navigationtitle(_:)-y12r.json +++ b/data/documentation/flow/hflow/navigationtitle(_:)-y12r.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationtitle(_:)-y12r"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-y12r","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-y12r":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-y12r","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-y12r"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationtitle(_:)-y12r"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-y12r","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-y12r":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-y12r","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-y12r"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/navigationviewstyle(_:).json b/data/documentation/flow/hflow/navigationviewstyle(_:).json index a3dc961f..6e370eb8 100644 --- a/data/documentation/flow/hflow/navigationviewstyle(_:).json +++ b/data/documentation/flow/hflow/navigationviewstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"NavigationViewStyle","preciseIdentifier":"s:7SwiftUI19NavigationViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE010navigationC5StyleyQrqd__AA010NavigationcE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"7.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"replace styled NavigationView with NavigationStack or NavigationSplitView instead"}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/navigationViewStyle(_:)":{"role":"symbol","title":"navigationViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationViewStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationviewstyle(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"NavigationViewStyle","preciseIdentifier":"s:7SwiftUI19NavigationViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/navigationviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE010navigationC5StyleyQrqd__AA010NavigationcE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"7.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"replace styled NavigationView with NavigationStack or NavigationSplitView instead"}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/navigationViewStyle(_:)":{"role":"symbol","title":"navigationViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationViewStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/offset(x:y:).json b/data/documentation/flow/hflow/offset(x:y:).json index 20f80ef9..8be9310d 100644 --- a/data/documentation/flow/hflow/offset(x:y:).json +++ b/data/documentation/flow/hflow/offset(x:y:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/offset(x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.offset(x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"offset(x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6offset1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/offset(x:y:)":{"role":"symbol","title":"offset(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/offset(x:y:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/offset(x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.offset(x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"offset(x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6offset1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/offset(x:y:)":{"role":"symbol","title":"offset(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/offset(x:y:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onappear(perform:).json b/data/documentation/flow/hflow/onappear(perform:).json index b06bc245..b94a8b1d 100644 --- a/data/documentation/flow/hflow/onappear(perform:).json +++ b/data/documentation/flow/hflow/onappear(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onAppear(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onAppear(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onAppear(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onAppear7performQryycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onAppear(perform:)":{"role":"symbol","title":"onAppear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onAppear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onappear(perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onAppear(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onAppear(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onAppear(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onAppear7performQryycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onAppear(perform:)":{"role":"symbol","title":"onAppear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onAppear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onappear(perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onchange(of:perform:).json b/data/documentation/flow/hflow/onchange(of:perform:).json index 806c7ada..ecd61cae 100644 --- a/data/documentation/flow/hflow/onchange(of:perform:).json +++ b/data/documentation/flow/hflow/onchange(of:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onchange(of:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onChange(of:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onChange(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onChange(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onChange2of7performQrqd___yqd__ctSQRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onChange(of:perform:)":{"role":"symbol","title":"onChange(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onChange(of:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onchange(of:perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onchange(of:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onChange(of:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onChange(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onChange(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onChange2of7performQrqd___yqd__ctSQRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onChange(of:perform:)":{"role":"symbol","title":"onChange(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onChange(of:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onchange(of:perform:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/oncommand(_:perform:).json b/data/documentation/flow/hflow/oncommand(_:perform:).json index 9d3b35f6..0763a80d 100644 --- a/data/documentation/flow/hflow/oncommand(_:perform:).json +++ b/data/documentation/flow/hflow/oncommand(_:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"selector"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/oncommand(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCommand(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCommand(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCommand(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9onCommand_7performQr10ObjectiveC8SelectorV_yycSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onCommand(_:perform:)":{"role":"symbol","title":"onCommand(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCommand(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncommand(_:perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"selector"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/oncommand(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCommand(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCommand(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCommand(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9onCommand_7performQr10ObjectiveC8SelectorV_yycSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onCommand(_:perform:)":{"role":"symbol","title":"onCommand(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCommand(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncommand(_:perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/oncontinueuseractivity(_:perform:).json b/data/documentation/flow/hflow/oncontinueuseractivity(_:perform:).json index 2d780972..2c9f666b 100644 --- a/data/documentation/flow/hflow/oncontinueuseractivity(_:perform:).json +++ b/data/documentation/flow/hflow/oncontinueuseractivity(_:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/oncontinueuseractivity(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinueUserActivity(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onContinueUserActivity(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onContinueUserActivity(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22onContinueUserActivity_7performQrSS_ySo06NSUserG0CctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/onContinueUserActivity(_:perform:)":{"role":"symbol","title":"onContinueUserActivity(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinueUserActivity(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncontinueuseractivity(_:perform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/oncontinueuseractivity(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinueUserActivity(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onContinueUserActivity(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onContinueUserActivity(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22onContinueUserActivity_7performQrSS_ySo06NSUserG0CctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onContinueUserActivity(_:perform:)":{"role":"symbol","title":"onContinueUserActivity(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinueUserActivity(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncontinueuseractivity(_:perform:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/oncontinuoushover(coordinatespace:perform:).json b/data/documentation/flow/hflow/oncontinuoushover(coordinatespace:perform:).json index 69d29157..139cb49b 100644 --- a/data/documentation/flow/hflow/oncontinuoushover(coordinatespace:perform:).json +++ b/data/documentation/flow/hflow/oncontinuoushover(coordinatespace:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":" = .local, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/oncontinuoushover(coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinuousHover(coordinateSpace:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onContinuousHover(coordinateSpace:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17onContinuousHover15coordinateSpace7performQrAA010CoordinateH0O_yAA0F5PhaseOctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onContinuousHover(coordinateSpace:perform:)":{"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinuousHover(coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncontinuoushover(coordinatespace:perform:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":" = .local, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/oncontinuoushover(coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinuousHover(coordinateSpace:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onContinuousHover(coordinateSpace:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17onContinuousHover15coordinateSpace7performQrAA010CoordinateH0O_yAA0F5PhaseOctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onContinuousHover(coordinateSpace:perform:)":{"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinuousHover(coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncontinuoushover(coordinatespace:perform:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/oncopycommand(perform:).json b/data/documentation/flow/hflow/oncopycommand(perform:).json index d5c70249..8d1293ae 100644 --- a/data/documentation/flow/hflow/oncopycommand(perform:).json +++ b/data/documentation/flow/hflow/oncopycommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/oncopycommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCopyCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCopyCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCopyCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onCopyCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onCopyCommand(perform:)":{"role":"symbol","title":"onCopyCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCopyCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncopycommand(perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/oncopycommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCopyCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCopyCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCopyCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onCopyCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onCopyCommand(perform:)":{"role":"symbol","title":"onCopyCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCopyCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncopycommand(perform:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/oncutcommand(perform:).json b/data/documentation/flow/hflow/oncutcommand(perform:).json index 5af57d4e..5b25bf0f 100644 --- a/data/documentation/flow/hflow/oncutcommand(perform:).json +++ b/data/documentation/flow/hflow/oncutcommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/oncutcommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCutCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCutCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCutCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onCutCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/onCutCommand(perform:)":{"role":"symbol","title":"onCutCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCutCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncutcommand(perform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/oncutcommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCutCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCutCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCutCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onCutCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onCutCommand(perform:)":{"role":"symbol","title":"onCutCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCutCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncutcommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ondeletecommand(perform:).json b/data/documentation/flow/hflow/ondeletecommand(perform:).json index 04d848a4..4c2ed190 100644 --- a/data/documentation/flow/hflow/ondeletecommand(perform:).json +++ b/data/documentation/flow/hflow/ondeletecommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondeletecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDeleteCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDeleteCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDeleteCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15onDeleteCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onDeleteCommand(perform:)":{"role":"symbol","title":"onDeleteCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDeleteCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondeletecommand(perform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondeletecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDeleteCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDeleteCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDeleteCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15onDeleteCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onDeleteCommand(perform:)":{"role":"symbol","title":"onDeleteCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDeleteCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondeletecommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ondisappear(perform:).json b/data/documentation/flow/hflow/ondisappear(perform:).json index 545cf2be..6720bd5c 100644 --- a/data/documentation/flow/hflow/ondisappear(perform:).json +++ b/data/documentation/flow/hflow/ondisappear(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondisappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDisappear(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDisappear(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDisappear(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11onDisappear7performQryycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onDisappear(perform:)":{"role":"symbol","title":"onDisappear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDisappear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondisappear(perform:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondisappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDisappear(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDisappear(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDisappear(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11onDisappear7performQryycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onDisappear(perform:)":{"role":"symbol","title":"onDisappear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDisappear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondisappear(perform:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ondrag(_:).json b/data/documentation/flow/hflow/ondrag(_:).json index a168162d..087f8557 100644 --- a/data/documentation/flow/hflow/ondrag(_:).json +++ b/data/documentation/flow/hflow/ondrag(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDragyQrSo14NSItemProviderCycF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onDrag(_:)":{"role":"symbol","title":"onDrag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrag(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDragyQrSo14NSItemProviderCycF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onDrag(_:)":{"role":"symbol","title":"onDrag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrag(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ondrag(_:preview:).json b/data/documentation/flow/hflow/ondrag(_:preview:).json index 3a8a8fe7..9fb53e07 100644 --- a/data/documentation/flow/hflow/ondrag(_:preview:).json +++ b/data/documentation/flow/hflow/ondrag(_:preview:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrag(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrag(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrag(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrag_7previewQrSo14NSItemProviderCyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onDrag(_:preview:)":{"role":"symbol","title":"onDrag(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrag(_:preview:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrag(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrag(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrag(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrag_7previewQrSo14NSItemProviderCyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onDrag(_:preview:)":{"role":"symbol","title":"onDrag(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrag(_:preview:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ondrop(of:delegate:)-3w2p4.json b/data/documentation/flow/hflow/ondrop(of:delegate:)-3w2p4.json index 3baee03f..c2d7f3b4 100644 --- a/data/documentation/flow/hflow/ondrop(of:delegate:)-3w2p4.json +++ b/data/documentation/flow/hflow/ondrop(of:delegate:)-3w2p4.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:delegate:)-3w2p4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-3w2p4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:delegate:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSaySSG_AA0E8Delegate_ptF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/onDrop(of:delegate:)-3w2p4":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-3w2p4","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:delegate:)-3w2p4"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:delegate:)-3w2p4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-3w2p4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:delegate:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSaySSG_AA0E8Delegate_ptF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/onDrop(of:delegate:)-3w2p4":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-3w2p4","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:delegate:)-3w2p4"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ondrop(of:delegate:)-4gso4.json b/data/documentation/flow/hflow/ondrop(of:delegate:)-4gso4.json index bd3974f9..2332be8d 100644 --- a/data/documentation/flow/hflow/ondrop(of:delegate:)-4gso4.json +++ b/data/documentation/flow/hflow/ondrop(of:delegate:)-4gso4.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:delegate:)-4gso4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-4gso4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:delegate:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSay22UniformTypeIdentifiers6UTTypeVG_AA0E8Delegate_ptF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:delegate:)-4gso4":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-4gso4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:delegate:)-4gso4"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:delegate:)-4gso4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-4gso4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:delegate:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSay22UniformTypeIdentifiers6UTTypeVG_AA0E8Delegate_ptF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onDrop(of:delegate:)-4gso4":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-4gso4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:delegate:)-4gso4"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-1mtck.json b/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-1mtck.json index 387199e7..f884579c 100644 --- a/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-1mtck.json +++ b/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-1mtck.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1mtck"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1mtck","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-1mtck":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1mtck","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1mtck"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1mtck"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1mtck","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-1mtck":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1mtck","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1mtck"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-1yass.json b/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-1yass.json index 55dc218e..c7b41977 100644 --- a/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-1yass.json +++ b/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-1yass.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1yass"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1yass","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-1yass":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1yass","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1yass"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1yass"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1yass","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-1yass":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1yass","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1yass"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-2zpjb.json b/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-2zpjb.json index 3f7dba09..21b8f773 100644 --- a/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-2zpjb.json +++ b/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-2zpjb.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-2zpjb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-2zpjb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-2zpjb":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-2zpjb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-2zpjb"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-2zpjb"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-2zpjb","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-2zpjb":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-2zpjb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-2zpjb"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-9hsps.json b/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-9hsps.json index f38a570a..17b642c7 100644 --- a/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-9hsps.json +++ b/data/documentation/flow/hflow/ondrop(of:istargeted:perform:)-9hsps.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-9hsps"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-9hsps","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-9hsps":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-9hsps","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-9hsps"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-9hsps"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-9hsps","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-9hsps":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-9hsps","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-9hsps"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onexitcommand(perform:).json b/data/documentation/flow/hflow/onexitcommand(perform:).json index 4b70ba6f..d2f397e3 100644 --- a/data/documentation/flow/hflow/onexitcommand(perform:).json +++ b/data/documentation/flow/hflow/onexitcommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onexitcommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onExitCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onExitCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onExitCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onExitCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onExitCommand(perform:)":{"role":"symbol","title":"onExitCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onExitCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onexitcommand(perform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onexitcommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onExitCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onExitCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onExitCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onExitCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onExitCommand(perform:)":{"role":"symbol","title":"onExitCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onExitCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onexitcommand(perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onhover(perform:).json b/data/documentation/flow/hflow/onhover(perform:).json index da132456..a06fe1db 100644 --- a/data/documentation/flow/hflow/onhover(perform:).json +++ b/data/documentation/flow/hflow/onhover(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onhover(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onHover(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onHover(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onHover(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7onHover7performQrySbc_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/onHover(perform:)":{"role":"symbol","title":"onHover(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onHover(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onhover(perform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onhover(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onHover(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onHover(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onHover(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7onHover7performQrySbc_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onHover(perform:)":{"role":"symbol","title":"onHover(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onHover(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onhover(perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json b/data/documentation/flow/hflow/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json index 2b5cc5db..57361d09 100644 --- a/data/documentation/flow/hflow/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json +++ b/data/documentation/flow/hflow/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 10, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance7perform0D15PressingChangedQrSd_14CoreFoundation7CGFloatVyycySbcSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 10, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance7perform0D15PressingChangedQrSd_14CoreFoundation7CGFloatVyycySbcSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json b/data/documentation/flow/hflow/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json index f5d10f19..987402a8 100644 --- a/data/documentation/flow/hflow/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json +++ b/data/documentation/flow/hflow/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 10, "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance8pressing7performQrSd_14CoreFoundation7CGFloatVySbcSgyyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 10, "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance8pressing7performQrSd_14CoreFoundation7CGFloatVySbcSgyyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onlongpressgesture(minimumduration:perform:onpressingchanged:).json b/data/documentation/flow/hflow/onlongpressgesture(minimumduration:perform:onpressingchanged:).json index 5cd629d2..9175c213 100644 --- a/data/documentation/flow/hflow/onlongpressgesture(minimumduration:perform:onpressingchanged:).json +++ b/data/documentation/flow/hflow/onlongpressgesture(minimumduration:perform:onpressingchanged:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:perform:onPressingChanged:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration7perform0D15PressingChangedQrSd_yycySbcSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:perform:onPressingChanged:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration7perform0D15PressingChangedQrSd_yycySbcSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onlongpressgesture(minimumduration:pressing:perform:).json b/data/documentation/flow/hflow/onlongpressgesture(minimumduration:pressing:perform:).json index b8e124f0..e6f29c2b 100644 --- a/data/documentation/flow/hflow/onlongpressgesture(minimumduration:pressing:perform:).json +++ b/data/documentation/flow/hflow/onlongpressgesture(minimumduration:pressing:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:pressing:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:pressing:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration8pressing7performQrSd_ySbcSgyyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"14.0","name":"tvOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:pressing:perform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:pressing:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:pressing:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration8pressing7performQrSd_ySbcSgyyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"14.0","name":"tvOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:pressing:perform:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onmovecommand(perform:).json b/data/documentation/flow/hflow/onmovecommand(perform:).json index 1850f8ec..6ffa869b 100644 --- a/data/documentation/flow/hflow/onmovecommand(perform:).json +++ b/data/documentation/flow/hflow/onmovecommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onmovecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onMoveCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onMoveCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onMoveCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onMoveCommand7performQryAA0eF9DirectionOcSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/onMoveCommand(perform:)":{"role":"symbol","title":"onMoveCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onMoveCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onmovecommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onmovecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onMoveCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onMoveCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onMoveCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onMoveCommand7performQryAA0eF9DirectionOcSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onMoveCommand(perform:)":{"role":"symbol","title":"onMoveCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onMoveCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onmovecommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onopenurl(perform:).json b/data/documentation/flow/hflow/onopenurl(perform:).json index 4a5e01f8..7d82705b 100644 --- a/data/documentation/flow/hflow/onopenurl(perform:).json +++ b/data/documentation/flow/hflow/onopenurl(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onopenurl(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onOpenURL(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onOpenURL(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onOpenURL(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9onOpenURL7performQry10Foundation0F0Vc_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/onOpenURL(perform:)":{"role":"symbol","title":"onOpenURL(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onOpenURL(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onopenurl(perform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onopenurl(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onOpenURL(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onOpenURL(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onOpenURL(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9onOpenURL7performQry10Foundation0F0Vc_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onOpenURL(perform:)":{"role":"symbol","title":"onOpenURL(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onOpenURL(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onopenurl(perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onpastecommand(of:perform:)-39zo0.json b/data/documentation/flow/hflow/onpastecommand(of:perform:)-39zo0.json index a9bf5247..38459368 100644 --- a/data/documentation/flow/hflow/onpastecommand(of:perform:)-39zo0.json +++ b/data/documentation/flow/hflow/onpastecommand(of:perform:)-39zo0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-39zo0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-39zo0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSay22UniformTypeIdentifiers6UTTypeVG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:perform:)-39zo0":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-39zo0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-39zo0"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-39zo0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-39zo0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSay22UniformTypeIdentifiers6UTTypeVG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:perform:)-39zo0":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-39zo0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-39zo0"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onpastecommand(of:perform:)-6kuxp.json b/data/documentation/flow/hflow/onpastecommand(of:perform:)-6kuxp.json index 198782ef..73811009 100644 --- a/data/documentation/flow/hflow/onpastecommand(of:perform:)-6kuxp.json +++ b/data/documentation/flow/hflow/onpastecommand(of:perform:)-6kuxp.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-6kuxp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-6kuxp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSaySSG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:perform:)-6kuxp":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-6kuxp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-6kuxp"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-6kuxp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-6kuxp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSaySSG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:perform:)-6kuxp":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-6kuxp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-6kuxp"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onpastecommand(of:validator:perform:)-2bfq5.json b/data/documentation/flow/hflow/onpastecommand(of:validator:perform:)-2bfq5.json index b5190866..741ff447 100644 --- a/data/documentation/flow/hflow/onpastecommand(of:validator:perform:)-2bfq5.json +++ b/data/documentation/flow/hflow/onpastecommand(of:validator:perform:)-2bfq5.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2bfq5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2bfq5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:validator:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSaySSG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:validator:perform:)-2bfq5":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2bfq5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2bfq5"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2bfq5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2bfq5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:validator:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSaySSG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:validator:perform:)-2bfq5":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2bfq5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2bfq5"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onpastecommand(of:validator:perform:)-2lpbk.json b/data/documentation/flow/hflow/onpastecommand(of:validator:perform:)-2lpbk.json index d1e37771..b5210f1f 100644 --- a/data/documentation/flow/hflow/onpastecommand(of:validator:perform:)-2lpbk.json +++ b/data/documentation/flow/hflow/onpastecommand(of:validator:perform:)-2lpbk.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2lpbk"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2lpbk","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:validator:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSay22UniformTypeIdentifiers6UTTypeVG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:validator:perform:)-2lpbk":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2lpbk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2lpbk"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2lpbk"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2lpbk","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:validator:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSay22UniformTypeIdentifiers6UTTypeVG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:validator:perform:)-2lpbk":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2lpbk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2lpbk"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onplaypausecommand(perform:).json b/data/documentation/flow/hflow/onplaypausecommand(perform:).json index 3e926001..c1f5beda 100644 --- a/data/documentation/flow/hflow/onplaypausecommand(perform:).json +++ b/data/documentation/flow/hflow/onplaypausecommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onplaypausecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPlayPauseCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPlayPauseCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPlayPauseCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onPlayPauseCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onPlayPauseCommand(perform:)":{"role":"symbol","title":"onPlayPauseCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPlayPauseCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onplaypausecommand(perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onplaypausecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPlayPauseCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPlayPauseCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPlayPauseCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onPlayPauseCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onPlayPauseCommand(perform:)":{"role":"symbol","title":"onPlayPauseCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPlayPauseCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onplaypausecommand(perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onpreferencechange(_:perform:).json b/data/documentation/flow/hflow/onpreferencechange(_:perform:).json index a852c0a2..655c8e79 100644 --- a/data/documentation/flow/hflow/onpreferencechange(_:perform:).json +++ b/data/documentation/flow/hflow/onpreferencechange(_:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onpreferencechange(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPreferenceChange(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPreferenceChange(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPreferenceChange(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAA0E3KeyRd__SQAGRQlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onPreferenceChange(_:perform:)":{"role":"symbol","title":"onPreferenceChange(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPreferenceChange(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpreferencechange(_:perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onpreferencechange(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPreferenceChange(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPreferenceChange(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPreferenceChange(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAA0E3KeyRd__SQAGRQlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onPreferenceChange(_:perform:)":{"role":"symbol","title":"onPreferenceChange(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPreferenceChange(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpreferencechange(_:perform:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onreceive(_:perform:).json b/data/documentation/flow/hflow/onreceive(_:perform:).json index 493ed660..f169f019 100644 --- a/data/documentation/flow/hflow/onreceive(_:perform:).json +++ b/data/documentation/flow/hflow/onreceive(_:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"publisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Publisher","preciseIdentifier":"s:7Combine9PublisherP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Failure"},{"kind":"text","text":" == "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onreceive(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onReceive(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onReceive(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onReceive(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9onReceive_7performQrqd___y6OutputQyd__ct7Combine9PublisherRd__s5NeverO7FailureRtd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onReceive(_:perform:)":{"role":"symbol","title":"onReceive(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onReceive(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onreceive(_:perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"publisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Publisher","preciseIdentifier":"s:7Combine9PublisherP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Failure"},{"kind":"text","text":" == "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onreceive(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onReceive(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onReceive(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onReceive(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9onReceive_7performQrqd___y6OutputQyd__ct7Combine9PublisherRd__s5NeverO7FailureRtd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onReceive(_:perform:)":{"role":"symbol","title":"onReceive(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onReceive(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onreceive(_:perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/onsubmit(of:_:).json b/data/documentation/flow/hflow/onsubmit(of:_:).json index de29e550..c88f01a3 100644 --- a/data/documentation/flow/hflow/onsubmit(of:_:).json +++ b/data/documentation/flow/hflow/onsubmit(of:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"triggers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":" = .text, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onsubmit(of:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onSubmit(of:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onSubmit(of:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onSubmit(of:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onSubmit2of_QrAA0E8TriggersV_yyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onSubmit(of:_:)":{"role":"symbol","title":"onSubmit(of:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onSubmit(of:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onsubmit(of:_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"triggers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":" = .text, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/onsubmit(of:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onSubmit(of:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onSubmit(of:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onSubmit(of:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onSubmit2of_QrAA0E8TriggersV_yyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onSubmit(of:_:)":{"role":"symbol","title":"onSubmit(of:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onSubmit(of:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onsubmit(of:_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ontapgesture(count:coordinatespace:perform:).json b/data/documentation/flow/hflow/ontapgesture(count:coordinatespace:perform:).json index d2859447..faf6a287 100644 --- a/data/documentation/flow/hflow/ontapgesture(count:coordinatespace:perform:).json +++ b/data/documentation/flow/hflow/ontapgesture(count:coordinatespace:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":" = .local, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ontapgesture(count:coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:coordinateSpace:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:coordinateSpace:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count15coordinateSpace7performQrSi_AA010CoordinateI0OySo7CGPointVctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onTapGesture(count:coordinateSpace:perform:)":{"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ontapgesture(count:coordinatespace:perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":" = .local, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ontapgesture(count:coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:coordinateSpace:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:coordinateSpace:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count15coordinateSpace7performQrSi_AA010CoordinateI0OySo7CGPointVctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/onTapGesture(count:coordinateSpace:perform:)":{"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ontapgesture(count:coordinatespace:perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/ontapgesture(count:perform:).json b/data/documentation/flow/hflow/ontapgesture(count:perform:).json index ae551696..affd1fe0 100644 --- a/data/documentation/flow/hflow/ontapgesture(count:perform:).json +++ b/data/documentation/flow/hflow/ontapgesture(count:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ontapgesture(count:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onTapGesture(count:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count7performQrSi_yyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/onTapGesture(count:perform:)":{"role":"symbol","title":"onTapGesture(count:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ontapgesture(count:perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/ontapgesture(count:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onTapGesture(count:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count7performQrSi_yyctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/onTapGesture(count:perform:)":{"role":"symbol","title":"onTapGesture(count:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ontapgesture(count:perform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/opacity(_:).json b/data/documentation/flow/hflow/opacity(_:).json index 23dd433a..f2315a74 100644 --- a/data/documentation/flow/hflow/opacity(_:).json +++ b/data/documentation/flow/hflow/opacity(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"opacity"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/opacity(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/opacity(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.opacity(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"opacity(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7opacityyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/opacity(_:)":{"role":"symbol","title":"opacity(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/opacity(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/opacity(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"opacity"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/opacity(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/opacity(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.opacity(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"opacity(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7opacityyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/opacity(_:)":{"role":"symbol","title":"opacity(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/opacity(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/opacity(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/overlay(_:alignment:).json b/data/documentation/flow/hflow/overlay(_:alignment:).json index 5fcf85a2..ee46b550 100644 --- a/data/documentation/flow/hflow/overlay(_:alignment:).json +++ b/data/documentation/flow/hflow/overlay(_:alignment:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"overlay"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlay(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `overlay(alignment:content:)` instead."}]}],"references":{"doc://Flow/documentation/Flow/HFlow/overlay(_:alignment:)":{"role":"symbol","title":"overlay(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/overlay(_:alignment:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"overlay"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlay(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `overlay(alignment:content:)` instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/overlay(_:alignment:)":{"role":"symbol","title":"overlay(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/overlay(_:alignment:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/overlay(_:ignoressafeareaedges:).json b/data/documentation/flow/hflow/overlay(_:ignoressafeareaedges:).json index 3b8c60de..7e24e49c 100644 --- a/data/documentation/flow/hflow/overlay(_:ignoressafeareaedges:).json +++ b/data/documentation/flow/hflow/overlay(_:ignoressafeareaedges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlay(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/overlay(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlay(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/overlay(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(_:ignoressafeareaedges:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/overlay(_:in:fillstyle:).json b/data/documentation/flow/hflow/overlay(_:in:fillstyle:).json index 46999054..0a0f67ba 100644 --- a/data/documentation/flow/hflow/overlay(_:in:fillstyle:).json +++ b/data/documentation/flow/hflow/overlay(_:in:fillstyle:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlay(_:in:fillstyle:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:in:fillStyle:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/overlay(_:in:fillStyle:)":{"role":"symbol","title":"overlay(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:in:fillStyle:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(_:in:fillstyle:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlay(_:in:fillstyle:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:in:fillStyle:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/overlay(_:in:fillStyle:)":{"role":"symbol","title":"overlay(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:in:fillStyle:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(_:in:fillstyle:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/overlay(alignment:content:).json b/data/documentation/flow/hflow/overlay(alignment:content:).json index 7bf7dcc3..e8f94366 100644 --- a/data/documentation/flow/hflow/overlay(alignment:content:).json +++ b/data/documentation/flow/hflow/overlay(alignment:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlay(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(alignment:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(alignment:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(alignment:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/overlay(alignment:content:)":{"role":"symbol","title":"overlay(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(alignment:content:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlay(alignment:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(alignment:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(alignment:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(alignment:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay9alignment7contentQrAA9AlignmentV_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/overlay(alignment:content:)":{"role":"symbol","title":"overlay(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(alignment:content:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/overlaypreferencevalue(_:_:).json b/data/documentation/flow/hflow/overlaypreferencevalue(_:_:).json index f4bcb5f2..fdc9bc13 100644 --- a/data/documentation/flow/hflow/overlaypreferencevalue(_:_:).json +++ b/data/documentation/flow/hflow/overlaypreferencevalue(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type = Key.self, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlaypreferencevalue(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlayPreferenceValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/overlayPreferenceValue(_:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlaypreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type = Key.self, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlaypreferencevalue(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlayPreferenceValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/overlayPreferenceValue(_:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlaypreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/overlaypreferencevalue(_:alignment:_:).json b/data/documentation/flow/hflow/overlaypreferencevalue(_:alignment:_:).json index d2f32319..9486abec 100644 --- a/data/documentation/flow/hflow/overlaypreferencevalue(_:alignment:_:).json +++ b/data/documentation/flow/hflow/overlaypreferencevalue(_:alignment:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlaypreferencevalue(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/overlayPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlaypreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/overlaypreferencevalue(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/overlayPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlaypreferencevalue(_:alignment:_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/padding(_:)-2scwj.json b/data/documentation/flow/hflow/padding(_:)-2scwj.json index 2cf93f89..72619ef8 100644 --- a/data/documentation/flow/hflow/padding(_:)-2scwj.json +++ b/data/documentation/flow/hflow/padding(_:)-2scwj.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/padding(_:)-2scwj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-2scwj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/padding(_:)-2scwj":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-2scwj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:)-2scwj"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/padding(_:)-2scwj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-2scwj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/padding(_:)-2scwj":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-2scwj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:)-2scwj"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/padding(_:)-8vtm9.json b/data/documentation/flow/hflow/padding(_:)-8vtm9.json index d192b354..231de892 100644 --- a/data/documentation/flow/hflow/padding(_:)-8vtm9.json +++ b/data/documentation/flow/hflow/padding(_:)-8vtm9.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/padding(_:)-8vtm9"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-8vtm9","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/padding(_:)-8vtm9":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-8vtm9","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:)-8vtm9"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/padding(_:)-8vtm9"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-8vtm9","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/padding(_:)-8vtm9":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-8vtm9","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:)-8vtm9"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/padding(_:_:).json b/data/documentation/flow/hflow/padding(_:_:).json index 14ba962e..6c6dda51 100644 --- a/data/documentation/flow/hflow/padding(_:_:).json +++ b/data/documentation/flow/hflow/padding(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/padding(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/padding(_:_:)":{"role":"symbol","title":"padding(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/padding(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/padding(_:_:)":{"role":"symbol","title":"padding(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/pagecommand(value:in:step:).json b/data/documentation/flow/hflow/pagecommand(value:in:step:).json index fa83b811..9160f3f6 100644 --- a/data/documentation/flow/hflow/pagecommand(value:in:step:).json +++ b/data/documentation/flow/hflow/pagecommand(value:in:step:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"BinaryInteger","preciseIdentifier":"s:Sz"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/pagecommand(value:in:step:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pageCommand(value:in:step:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pageCommand(value:in:step:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pageCommand(value:in:step:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11pageCommand5value2in4stepQrAA7BindingVyqd__G_SNyqd__Gqd__tSzRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.3","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/pageCommand(value:in:step:)":{"role":"symbol","title":"pageCommand(value:in:step:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pageCommand(value:in:step:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pagecommand(value:in:step:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"BinaryInteger","preciseIdentifier":"s:Sz"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/pagecommand(value:in:step:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pageCommand(value:in:step:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pageCommand(value:in:step:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pageCommand(value:in:step:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11pageCommand5value2in4stepQrAA7BindingVyqd__G_SNyqd__Gqd__tSzRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.3","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/pageCommand(value:in:step:)":{"role":"symbol","title":"pageCommand(value:in:step:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pageCommand(value:in:step:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pagecommand(value:in:step:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/pastedestination(for:action:validator:).json b/data/documentation/flow/hflow/pastedestination(for:action:validator:).json index d816a9e0..8af0710c 100644 --- a/data/documentation/flow/hflow/pastedestination(for:action:validator:).json +++ b/data/documentation/flow/hflow/pastedestination(for:action:validator:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"] = { $0 }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/pastedestination(for:action:validator:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pasteDestination(for:action:validator:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pasteDestination(for:action:validator:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pasteDestination(for:action:validator:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16pasteDestination3for6action9validatorQrqd__m_ySayqd__GcA2Hct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/pasteDestination(for:action:validator:)":{"role":"symbol","title":"pasteDestination(for:action:validator:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pasteDestination(for:action:validator:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pastedestination(for:action:validator:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"] = { $0 }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/pastedestination(for:action:validator:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pasteDestination(for:action:validator:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pasteDestination(for:action:validator:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pasteDestination(for:action:validator:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16pasteDestination3for6action9validatorQrqd__m_ySayqd__GcA2Hct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/pasteDestination(for:action:validator:)":{"role":"symbol","title":"pasteDestination(for:action:validator:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pasteDestination(for:action:validator:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pastedestination(for:action:validator:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/persistentsystemoverlays(_:).json b/data/documentation/flow/hflow/persistentsystemoverlays(_:).json index 4322e4c8..ac57d262 100644 --- a/data/documentation/flow/hflow/persistentsystemoverlays(_:).json +++ b/data/documentation/flow/hflow/persistentsystemoverlays(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/persistentsystemoverlays(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/persistentSystemOverlays(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.persistentSystemOverlays(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"persistentSystemOverlays(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24persistentSystemOverlaysyQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/persistentSystemOverlays(_:)":{"role":"symbol","title":"persistentSystemOverlays(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/persistentSystemOverlays(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/persistentsystemoverlays(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/persistentsystemoverlays(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/persistentSystemOverlays(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.persistentSystemOverlays(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"persistentSystemOverlays(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24persistentSystemOverlaysyQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/persistentSystemOverlays(_:)":{"role":"symbol","title":"persistentSystemOverlays(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/persistentSystemOverlays(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/persistentsystemoverlays(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/pickerstyle(_:).json b/data/documentation/flow/hflow/pickerstyle(_:).json index 6592d8bc..499030ec 100644 --- a/data/documentation/flow/hflow/pickerstyle(_:).json +++ b/data/documentation/flow/hflow/pickerstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PickerStyle","preciseIdentifier":"s:7SwiftUI11PickerStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/pickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pickerStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pickerStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pickerStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11pickerStyleyQrqd__AA06PickerE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/pickerStyle(_:)":{"role":"symbol","title":"pickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pickerstyle(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PickerStyle","preciseIdentifier":"s:7SwiftUI11PickerStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/pickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pickerStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pickerStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pickerStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11pickerStyleyQrqd__AA06PickerE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/pickerStyle(_:)":{"role":"symbol","title":"pickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pickerstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/placesubviews(in:proposal:subviews:cache:).json b/data/documentation/flow/hflow/placesubviews(in:proposal:subviews:cache:).json index 1e1f85fa..f72a5237 100644 --- a/data/documentation/flow/hflow/placesubviews(in:proposal:subviews:cache:).json +++ b/data/documentation/flow/hflow/placesubviews(in:proposal:subviews:cache:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/placesubviews(in:proposal:subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/placeSubviews(in:proposal:subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.placeSubviews(in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"symbolKind":"method","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE13placeSubviews2in8proposal8subviews5cacheySo6CGRectV_AD08ProposedF4SizeVAD06LayoutH0VytztF","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/placeSubviews(in:proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/placeSubviews(in:proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/placesubviews(in:proposal:subviews:cache:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/placesubviews(in:proposal:subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/placeSubviews(in:proposal:subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.placeSubviews(in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"symbolKind":"method","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE13placeSubviews2in8proposal8subviews5cacheySo6CGRectV_AD08ProposedF4SizeVAD06LayoutH0VytztF","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/placeSubviews(in:proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/placeSubviews(in:proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/placesubviews(in:proposal:subviews:cache:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/popover(ispresented:attachmentanchor:arrowedge:content:).json b/data/documentation/flow/hflow/popover(ispresented:attachmentanchor:arrowedge:content:).json index 3855478c..88f911a5 100644 --- a/data/documentation/flow/hflow/popover(ispresented:attachmentanchor:arrowedge:content:).json +++ b/data/documentation/flow/hflow/popover(ispresented:attachmentanchor:arrowedge:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":" = .top, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.popover(isPresented:attachmentAnchor:arrowEdge:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAA7BindingVySbG_AA017PopoverAttachmentH0OAA0J0Oqd__yctAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":" = .top, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.popover(isPresented:attachmentAnchor:arrowEdge:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAA7BindingVySbG_AA017PopoverAttachmentH0OAA0J0Oqd__yctAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/popover(item:attachmentanchor:arrowedge:content:).json b/data/documentation/flow/hflow/popover(item:attachmentanchor:arrowedge:content:).json index de2d9394..776d3045 100644 --- a/data/documentation/flow/hflow/popover(item:attachmentanchor:arrowedge:content:).json +++ b/data/documentation/flow/hflow/popover(item:attachmentanchor:arrowedge:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":" = .top, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/popover(item:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.popover(item:attachmentAnchor:arrowEdge:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7popover4item16attachmentAnchor9arrowEdge7contentQrAA7BindingVyqd__SgG_AA017PopoverAttachmentG0OAA0I0Oqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/popover(item:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/popover(item:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":" = .top, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/popover(item:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.popover(item:attachmentAnchor:arrowEdge:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7popover4item16attachmentAnchor9arrowEdge7contentQrAA7BindingVyqd__SgG_AA017PopoverAttachmentG0OAA0I0Oqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/popover(item:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/popover(item:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/position(_:).json b/data/documentation/flow/hflow/position(_:).json index 12cc429e..3db56800 100644 --- a/data/documentation/flow/hflow/position(_:).json +++ b/data/documentation/flow/hflow/position(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"position"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/position(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.position(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"position(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8positionyQrSo7CGPointVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/position(_:)":{"role":"symbol","title":"position(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/position(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"position"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/position(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.position(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"position(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8positionyQrSo7CGPointVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/position(_:)":{"role":"symbol","title":"position(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/position(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/position(x:y:).json b/data/documentation/flow/hflow/position(x:y:).json index f14407a1..9c05d504 100644 --- a/data/documentation/flow/hflow/position(x:y:).json +++ b/data/documentation/flow/hflow/position(x:y:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/position(x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.position(x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"position(x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8position1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/position(x:y:)":{"role":"symbol","title":"position(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/position(x:y:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/position(x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.position(x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"position(x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8position1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/position(x:y:)":{"role":"symbol","title":"position(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/position(x:y:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/preference(key:value:).json b/data/documentation/flow/hflow/preference(key:value:).json index 28e37061..0a283125 100644 --- a/data/documentation/flow/hflow/preference(key:value:).json +++ b/data/documentation/flow/hflow/preference(key:value:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/preference(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preference(key:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.preference(key:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"preference(key:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10preference3key5valueQrqd__m_5ValueQyd__tAA13PreferenceKeyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/preference(key:value:)":{"role":"symbol","title":"preference(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preference(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/preference(key:value:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/preference(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preference(key:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.preference(key:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"preference(key:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10preference3key5valueQrqd__m_5ValueQyd__tAA13PreferenceKeyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/preference(key:value:)":{"role":"symbol","title":"preference(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preference(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/preference(key:value:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/preferredcolorscheme(_:).json b/data/documentation/flow/hflow/preferredcolorscheme(_:).json index 3923c4e6..37b6fc98 100644 --- a/data/documentation/flow/hflow/preferredcolorscheme(_:).json +++ b/data/documentation/flow/hflow/preferredcolorscheme(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/preferredcolorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preferredColorScheme(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.preferredColorScheme(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"preferredColorScheme(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20preferredColorSchemeyQrAA0eF0OSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/preferredColorScheme(_:)":{"role":"symbol","title":"preferredColorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preferredColorScheme(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/preferredcolorscheme(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/preferredcolorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preferredColorScheme(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.preferredColorScheme(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"preferredColorScheme(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20preferredColorSchemeyQrAA0eF0OSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/preferredColorScheme(_:)":{"role":"symbol","title":"preferredColorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preferredColorScheme(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/preferredcolorscheme(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/prefersdefaultfocus(_:in:).json b/data/documentation/flow/hflow/prefersdefaultfocus(_:in:).json index 03707e18..0e6224c1 100644 --- a/data/documentation/flow/hflow/prefersdefaultfocus(_:in:).json +++ b/data/documentation/flow/hflow/prefersdefaultfocus(_:in:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"prefersDefaultFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/prefersdefaultfocus(_:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/prefersDefaultFocus(_:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.prefersDefaultFocus(_:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"prefersDefaultFocus(_:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19prefersDefaultFocus_2inQrSb_AA9NamespaceV2IDVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/prefersDefaultFocus(_:in:)":{"role":"symbol","title":"prefersDefaultFocus(_:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/prefersDefaultFocus(_:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/prefersdefaultfocus(_:in:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"prefersDefaultFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/prefersdefaultfocus(_:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/prefersDefaultFocus(_:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.prefersDefaultFocus(_:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"prefersDefaultFocus(_:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19prefersDefaultFocus_2inQrSb_AA9NamespaceV2IDVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/prefersDefaultFocus(_:in:)":{"role":"symbol","title":"prefersDefaultFocus(_:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/prefersDefaultFocus(_:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/prefersdefaultfocus(_:in:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/presentationdetents(_:).json b/data/documentation/flow/hflow/presentationdetents(_:).json index d064b2a8..703eecac 100644 --- a/data/documentation/flow/hflow/presentationdetents(_:).json +++ b/data/documentation/flow/hflow/presentationdetents(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"detents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/presentationdetents(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDetents(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentationDetents(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19presentationDetentsyQrShyAA18PresentationDetentVGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/presentationDetents(_:)":{"role":"symbol","title":"presentationDetents(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentationdetents(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"detents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/presentationdetents(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDetents(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentationDetents(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19presentationDetentsyQrShyAA18PresentationDetentVGF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/presentationDetents(_:)":{"role":"symbol","title":"presentationDetents(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentationdetents(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/presentationdragindicator(_:).json b/data/documentation/flow/hflow/presentationdragindicator(_:).json index 30c692bf..fd207233 100644 --- a/data/documentation/flow/hflow/presentationdragindicator(_:).json +++ b/data/documentation/flow/hflow/presentationdragindicator(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/presentationdragindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDragIndicator(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDragIndicator(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentationDragIndicator(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25presentationDragIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/presentationDragIndicator(_:)":{"role":"symbol","title":"presentationDragIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDragIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentationdragindicator(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/presentationdragindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDragIndicator(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDragIndicator(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentationDragIndicator(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25presentationDragIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/presentationDragIndicator(_:)":{"role":"symbol","title":"presentationDragIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDragIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentationdragindicator(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/presentedwindowstyle(_:).json b/data/documentation/flow/hflow/presentedwindowstyle(_:).json index b38ebf67..fdd73a3f 100644 --- a/data/documentation/flow/hflow/presentedwindowstyle(_:).json +++ b/data/documentation/flow/hflow/presentedwindowstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"WindowStyle","preciseIdentifier":"s:7SwiftUI11WindowStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/presentedwindowstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentedWindowStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentedWindowStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20presentedWindowStyleyQrqd__AA0eF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/presentedWindowStyle(_:)":{"role":"symbol","title":"presentedWindowStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentedwindowstyle(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"WindowStyle","preciseIdentifier":"s:7SwiftUI11WindowStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/presentedwindowstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentedWindowStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentedWindowStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20presentedWindowStyleyQrqd__AA0eF0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/presentedWindowStyle(_:)":{"role":"symbol","title":"presentedWindowStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentedwindowstyle(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/previewcontext(_:).json b/data/documentation/flow/hflow/previewcontext(_:).json index 3ae4ae62..bd5ef58d 100644 --- a/data/documentation/flow/hflow/previewcontext(_:).json +++ b/data/documentation/flow/hflow/previewcontext(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreviewContext","preciseIdentifier":"s:7SwiftUI14PreviewContextP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/previewcontext(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewContext(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewContext(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewContext(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14previewContextyQrqd__AA07PreviewE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/previewContext(_:)":{"role":"symbol","title":"previewContext(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewContext(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewcontext(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreviewContext","preciseIdentifier":"s:7SwiftUI14PreviewContextP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/previewcontext(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewContext(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewContext(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewContext(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14previewContextyQrqd__AA07PreviewE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/previewContext(_:)":{"role":"symbol","title":"previewContext(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewContext(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewcontext(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/previewdevice(_:).json b/data/documentation/flow/hflow/previewdevice(_:).json index 1e505272..356e7041 100644 --- a/data/documentation/flow/hflow/previewdevice(_:).json +++ b/data/documentation/flow/hflow/previewdevice(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/previewdevice(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDevice(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewDevice(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewDevice(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13previewDeviceyQrAA07PreviewE0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/previewDevice(_:)":{"role":"symbol","title":"previewDevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDevice(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewdevice(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/previewdevice(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDevice(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewDevice(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewDevice(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13previewDeviceyQrAA07PreviewE0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/previewDevice(_:)":{"role":"symbol","title":"previewDevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDevice(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewdevice(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/previewdisplayname(_:).json b/data/documentation/flow/hflow/previewdisplayname(_:).json index 41aee1ba..e6537d87 100644 --- a/data/documentation/flow/hflow/previewdisplayname(_:).json +++ b/data/documentation/flow/hflow/previewdisplayname(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/previewdisplayname(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDisplayName(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewDisplayName(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewDisplayName(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18previewDisplayNameyQrSSSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/previewDisplayName(_:)":{"role":"symbol","title":"previewDisplayName(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDisplayName(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewdisplayname(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/previewdisplayname(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDisplayName(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewDisplayName(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewDisplayName(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18previewDisplayNameyQrSSSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/previewDisplayName(_:)":{"role":"symbol","title":"previewDisplayName(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDisplayName(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewdisplayname(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/previewinterfaceorientation(_:).json b/data/documentation/flow/hflow/previewinterfaceorientation(_:).json index 01c04251..24256f8f 100644 --- a/data/documentation/flow/hflow/previewinterfaceorientation(_:).json +++ b/data/documentation/flow/hflow/previewinterfaceorientation(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/previewinterfaceorientation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewInterfaceOrientation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewInterfaceOrientation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewInterfaceOrientation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27previewInterfaceOrientationyQrAA0eF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/previewInterfaceOrientation(_:)":{"role":"symbol","title":"previewInterfaceOrientation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewInterfaceOrientation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewinterfaceorientation(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/previewinterfaceorientation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewInterfaceOrientation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewInterfaceOrientation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewInterfaceOrientation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27previewInterfaceOrientationyQrAA0eF0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/previewInterfaceOrientation(_:)":{"role":"symbol","title":"previewInterfaceOrientation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewInterfaceOrientation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewinterfaceorientation(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/previewlayout(_:).json b/data/documentation/flow/hflow/previewlayout(_:).json index 93fee202..45b4a188 100644 --- a/data/documentation/flow/hflow/previewlayout(_:).json +++ b/data/documentation/flow/hflow/previewlayout(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/previewlayout(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewLayout(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewLayout(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewLayout(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13previewLayoutyQrAA07PreviewE0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/previewLayout(_:)":{"role":"symbol","title":"previewLayout(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewLayout(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewlayout(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/previewlayout(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewLayout(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewLayout(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewLayout(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13previewLayoutyQrAA07PreviewE0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/previewLayout(_:)":{"role":"symbol","title":"previewLayout(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewLayout(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewlayout(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/privacysensitive(_:).json b/data/documentation/flow/hflow/privacysensitive(_:).json index 55f1da9a..305b372b 100644 --- a/data/documentation/flow/hflow/privacysensitive(_:).json +++ b/data/documentation/flow/hflow/privacysensitive(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"sensitive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/privacysensitive(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/privacySensitive(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.privacySensitive(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"privacySensitive(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16privacySensitiveyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/privacySensitive(_:)":{"role":"symbol","title":"privacySensitive(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/privacySensitive(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/privacysensitive(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"sensitive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/privacysensitive(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/privacySensitive(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.privacySensitive(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"privacySensitive(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16privacySensitiveyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/privacySensitive(_:)":{"role":"symbol","title":"privacySensitive(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/privacySensitive(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/privacysensitive(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/progressviewstyle(_:).json b/data/documentation/flow/hflow/progressviewstyle(_:).json index 4d559289..01d6eb24 100644 --- a/data/documentation/flow/hflow/progressviewstyle(_:).json +++ b/data/documentation/flow/hflow/progressviewstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ProgressViewStyle","preciseIdentifier":"s:7SwiftUI17ProgressViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/progressviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/progressViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.progressViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"progressViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE08progressC5StyleyQrqd__AA08ProgresscE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/progressViewStyle(_:)":{"role":"symbol","title":"progressViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/progressViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/progressviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ProgressViewStyle","preciseIdentifier":"s:7SwiftUI17ProgressViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/progressviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/progressViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.progressViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"progressViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE08progressC5StyleyQrqd__AA08ProgresscE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/progressViewStyle(_:)":{"role":"symbol","title":"progressViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/progressViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/progressviewstyle(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/projectioneffect(_:).json b/data/documentation/flow/hflow/projectioneffect(_:).json index baf740b3..ccef9a82 100644 --- a/data/documentation/flow/hflow/projectioneffect(_:).json +++ b/data/documentation/flow/hflow/projectioneffect(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/projectioneffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/projectionEffect(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.projectionEffect(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"projectionEffect(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16projectionEffectyQrAA19ProjectionTransformVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/projectionEffect(_:)":{"role":"symbol","title":"projectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/projectionEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/projectioneffect(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/projectioneffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/projectionEffect(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.projectionEffect(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"projectionEffect(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16projectionEffectyQrAA19ProjectionTransformVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/projectionEffect(_:)":{"role":"symbol","title":"projectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/projectionEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/projectioneffect(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/refreshable(action:).json b/data/documentation/flow/hflow/refreshable(action:).json index 77bd7cd4..b9a4646b 100644 --- a/data/documentation/flow/hflow/refreshable(action:).json +++ b/data/documentation/flow/hflow/refreshable(action:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/refreshable(action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/refreshable(action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.refreshable(action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"refreshable(action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11refreshable6actionQryyYaYbc_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/refreshable(action:)":{"role":"symbol","title":"refreshable(action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/refreshable(action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/refreshable(action:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/refreshable(action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/refreshable(action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.refreshable(action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"refreshable(action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11refreshable6actionQryyYaYbc_tF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/refreshable(action:)":{"role":"symbol","title":"refreshable(action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/refreshable(action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/refreshable(action:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/renameaction(_:)-2h5yn.json b/data/documentation/flow/hflow/renameaction(_:)-2h5yn.json index f73060bd..cc161b69 100644 --- a/data/documentation/flow/hflow/renameaction(_:)-2h5yn.json +++ b/data/documentation/flow/hflow/renameaction(_:)-2h5yn.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/renameaction(_:)-2h5yn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-2h5yn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.renameAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"renameAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQryycF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/renameAction(_:)-2h5yn":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-2h5yn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/renameaction(_:)-2h5yn"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/renameaction(_:)-2h5yn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-2h5yn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.renameAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"renameAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQryycF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/renameAction(_:)-2h5yn":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-2h5yn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/renameaction(_:)-2h5yn"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/renameaction(_:)-4jhu2.json b/data/documentation/flow/hflow/renameaction(_:)-4jhu2.json index d4278b44..70b1a691 100644 --- a/data/documentation/flow/hflow/renameaction(_:)-4jhu2.json +++ b/data/documentation/flow/hflow/renameaction(_:)-4jhu2.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocused"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/renameaction(_:)-4jhu2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-4jhu2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.renameAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"renameAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/renameAction(_:)-4jhu2":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-4jhu2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/renameaction(_:)-4jhu2"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocused"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/renameaction(_:)-4jhu2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-4jhu2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.renameAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"renameAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/renameAction(_:)-4jhu2":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-4jhu2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/renameaction(_:)-4jhu2"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/rotation3deffect(_:axis:anchor:anchorz:perspective:).json b/data/documentation/flow/hflow/rotation3deffect(_:axis:anchor:anchorz:perspective:).json index 7cec4b5c..08f727c7 100644 --- a/data/documentation/flow/hflow/rotation3deffect(_:axis:anchor:anchorz:perspective:).json +++ b/data/documentation/flow/hflow/rotation3deffect(_:axis:anchor:anchorz:perspective:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotation3DEffect(_:axis:anchor:anchorZ:perspective:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16rotation3DEffect_4axis6anchor0G1Z11perspectiveQrAA5AngleV_14CoreFoundation7CGFloatV1x_AM1yAM1ztAA9UnitPointVA2MtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotation3DEffect(_:axis:anchor:anchorZ:perspective:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16rotation3DEffect_4axis6anchor0G1Z11perspectiveQrAA5AngleV_14CoreFoundation7CGFloatV1x_AM1yAM1ztAA9UnitPointVA2MtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/rotationeffect(_:anchor:).json b/data/documentation/flow/hflow/rotationeffect(_:anchor:).json index 774144a8..21d6a9d8 100644 --- a/data/documentation/flow/hflow/rotationeffect(_:anchor:).json +++ b/data/documentation/flow/hflow/rotationeffect(_:anchor:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/rotationeffect(_:anchor:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotationEffect(_:anchor:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotationEffect(_:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"rotationEffect(_:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14rotationEffect_6anchorQrAA5AngleV_AA9UnitPointVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/rotationEffect(_:anchor:)":{"role":"symbol","title":"rotationEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotationEffect(_:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/rotationeffect(_:anchor:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/rotationeffect(_:anchor:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotationEffect(_:anchor:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotationEffect(_:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"rotationEffect(_:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14rotationEffect_6anchorQrAA5AngleV_AA9UnitPointVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/rotationEffect(_:anchor:)":{"role":"symbol","title":"rotationEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotationEffect(_:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/rotationeffect(_:anchor:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/safeareainset(edge:alignment:spacing:content:)-2ijz7.json b/data/documentation/flow/hflow/safeareainset(edge:alignment:spacing:content:)-2ijz7.json index ec869ffa..698df918 100644 --- a/data/documentation/flow/hflow/safeareainset(edge:alignment:spacing:content:)-2ijz7.json +++ b/data/documentation/flow/hflow/safeareainset(edge:alignment:spacing:content:)-2ijz7.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-2ijz7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-2ijz7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA14HorizontalEdgeO_AA17VerticalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/safeAreaInset(edge:alignment:spacing:content:)-2ijz7":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-2ijz7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-2ijz7"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-2ijz7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-2ijz7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA14HorizontalEdgeO_AA17VerticalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/safeAreaInset(edge:alignment:spacing:content:)-2ijz7":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-2ijz7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-2ijz7"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/safeareainset(edge:alignment:spacing:content:)-6lkmi.json b/data/documentation/flow/hflow/safeareainset(edge:alignment:spacing:content:)-6lkmi.json index d0f625cb..ed3a9984 100644 --- a/data/documentation/flow/hflow/safeareainset(edge:alignment:spacing:content:)-6lkmi.json +++ b/data/documentation/flow/hflow/safeareainset(edge:alignment:spacing:content:)-6lkmi.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-6lkmi"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-6lkmi","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA12VerticalEdgeO_AA19HorizontalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/safeAreaInset(edge:alignment:spacing:content:)-6lkmi":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-6lkmi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-6lkmi"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-6lkmi"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-6lkmi","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA12VerticalEdgeO_AA19HorizontalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/safeAreaInset(edge:alignment:spacing:content:)-6lkmi":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-6lkmi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-6lkmi"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/saturation(_:).json b/data/documentation/flow/hflow/saturation(_:).json index 2fb98dfa..4bd47204 100644 --- a/data/documentation/flow/hflow/saturation(_:).json +++ b/data/documentation/flow/hflow/saturation(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/saturation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/saturation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.saturation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"saturation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10saturationyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/saturation(_:)":{"role":"symbol","title":"saturation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/saturation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/saturation(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/saturation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/saturation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.saturation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"saturation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10saturationyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/saturation(_:)":{"role":"symbol","title":"saturation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/saturation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/saturation(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/scaledtofill().json b/data/documentation/flow/hflow/scaledtofill().json index f0d70ec3..c60f073c 100644 --- a/data/documentation/flow/hflow/scaledtofill().json +++ b/data/documentation/flow/hflow/scaledtofill().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scaledtofill()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFill()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFill()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaledToFill()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scaledToFillQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/scaledToFill()":{"role":"symbol","title":"scaledToFill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFill()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaledtofill()"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scaledtofill()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFill()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFill()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaledToFill()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scaledToFillQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/scaledToFill()":{"role":"symbol","title":"scaledToFill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFill()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaledtofill()"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/scaledtofit().json b/data/documentation/flow/hflow/scaledtofit().json index d4a2089d..587ab2a8 100644 --- a/data/documentation/flow/hflow/scaledtofit().json +++ b/data/documentation/flow/hflow/scaledtofit().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scaledtofit()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFit()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFit()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaledToFit()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaledToFitQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/scaledToFit()":{"role":"symbol","title":"scaledToFit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaledtofit()"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scaledtofit()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFit()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFit()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaledToFit()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaledToFitQryF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/scaledToFit()":{"role":"symbol","title":"scaledToFit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaledtofit()"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/scaleeffect(_:anchor:)-2111t.json b/data/documentation/flow/hflow/scaleeffect(_:anchor:)-2111t.json index 0ad57910..3b61dc03 100644 --- a/data/documentation/flow/hflow/scaleeffect(_:anchor:)-2111t.json +++ b/data/documentation/flow/hflow/scaleeffect(_:anchor:)-2111t.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"scale"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scaleeffect(_:anchor:)-2111t"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-2111t","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(_:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaleEffect(_:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQrSo6CGSizeV_AA9UnitPointVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/scaleEffect(_:anchor:)-2111t":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-2111t","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaleeffect(_:anchor:)-2111t"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"scale"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scaleeffect(_:anchor:)-2111t"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-2111t","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(_:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaleEffect(_:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQrSo6CGSizeV_AA9UnitPointVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/scaleEffect(_:anchor:)-2111t":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-2111t","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaleeffect(_:anchor:)-2111t"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/scaleeffect(x:y:anchor:).json b/data/documentation/flow/hflow/scaleeffect(x:y:anchor:).json index e6ad531b..de8e238c 100644 --- a/data/documentation/flow/hflow/scaleeffect(x:y:anchor:).json +++ b/data/documentation/flow/hflow/scaleeffect(x:y:anchor:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1.0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1.0, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scaleeffect(x:y:anchor:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(x:y:anchor:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(x:y:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaleEffect(x:y:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect1x1y6anchorQr14CoreFoundation7CGFloatV_AjA9UnitPointVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/scaleEffect(x:y:anchor:)":{"role":"symbol","title":"scaleEffect(x:y:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(x:y:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaleeffect(x:y:anchor:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1.0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1.0, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scaleeffect(x:y:anchor:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(x:y:anchor:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(x:y:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaleEffect(x:y:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect1x1y6anchorQr14CoreFoundation7CGFloatV_AjA9UnitPointVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/scaleEffect(x:y:anchor:)":{"role":"symbol","title":"scaleEffect(x:y:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(x:y:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaleeffect(x:y:anchor:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/scenepadding(_:).json b/data/documentation/flow/hflow/scenepadding(_:).json index 658c0c55..20e2316b 100644 --- a/data/documentation/flow/hflow/scenepadding(_:).json +++ b/data/documentation/flow/hflow/scenepadding(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scenepadding(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scenePadding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scenePadding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scenePaddingyQrAA4EdgeO3SetVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/scenePadding(_:)":{"role":"symbol","title":"scenePadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scenepadding(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scenepadding(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scenePadding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scenePadding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scenePaddingyQrAA4EdgeO3SetVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/scenePadding(_:)":{"role":"symbol","title":"scenePadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scenepadding(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/scenepadding(_:edges:).json b/data/documentation/flow/hflow/scenepadding(_:edges:).json index e4568ddf..3043d1e1 100644 --- a/data/documentation/flow/hflow/scenepadding(_:edges:).json +++ b/data/documentation/flow/hflow/scenepadding(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"padding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scenepadding(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scenePadding(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scenePadding(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scenePadding_5edgesQrAA05SceneE0V_AA4EdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/scenePadding(_:edges:)":{"role":"symbol","title":"scenePadding(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scenepadding(_:edges:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"padding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scenepadding(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scenePadding(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scenePadding(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scenePadding_5edgesQrAA05SceneE0V_AA4EdgeO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/scenePadding(_:edges:)":{"role":"symbol","title":"scenePadding(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scenepadding(_:edges:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/scrollcontentbackground(_:).json b/data/documentation/flow/hflow/scrollcontentbackground(_:).json index 26107b59..190e2afe 100644 --- a/data/documentation/flow/hflow/scrollcontentbackground(_:).json +++ b/data/documentation/flow/hflow/scrollcontentbackground(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scrollcontentbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollContentBackground(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollContentBackground(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollContentBackground(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23scrollContentBackgroundyQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/scrollContentBackground(_:)":{"role":"symbol","title":"scrollContentBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollContentBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrollcontentbackground(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scrollcontentbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollContentBackground(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollContentBackground(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollContentBackground(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23scrollContentBackgroundyQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/scrollContentBackground(_:)":{"role":"symbol","title":"scrollContentBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollContentBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrollcontentbackground(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/scrolldisabled(_:).json b/data/documentation/flow/hflow/scrolldisabled(_:).json index 172e95f8..81a341c2 100644 --- a/data/documentation/flow/hflow/scrolldisabled(_:).json +++ b/data/documentation/flow/hflow/scrolldisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scrolldisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14scrollDisabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/scrollDisabled(_:)":{"role":"symbol","title":"scrollDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrolldisabled(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scrolldisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14scrollDisabledyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/scrollDisabled(_:)":{"role":"symbol","title":"scrollDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrolldisabled(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/scrolldismisseskeyboard(_:).json b/data/documentation/flow/hflow/scrolldismisseskeyboard(_:).json index 4b35cfd4..1486fb8d 100644 --- a/data/documentation/flow/hflow/scrolldismisseskeyboard(_:).json +++ b/data/documentation/flow/hflow/scrolldismisseskeyboard(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scrolldismisseskeyboard(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDismissesKeyboard(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDismissesKeyboard(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollDismissesKeyboard(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23scrollDismissesKeyboardyQrAA06ScrolleF4ModeVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/scrollDismissesKeyboard(_:)":{"role":"symbol","title":"scrollDismissesKeyboard(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDismissesKeyboard(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrolldismisseskeyboard(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scrolldismisseskeyboard(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDismissesKeyboard(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDismissesKeyboard(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollDismissesKeyboard(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23scrollDismissesKeyboardyQrAA06ScrolleF4ModeVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/scrollDismissesKeyboard(_:)":{"role":"symbol","title":"scrollDismissesKeyboard(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDismissesKeyboard(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrolldismisseskeyboard(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/scrollindicators(_:axes:).json b/data/documentation/flow/hflow/scrollindicators(_:axes:).json index 531d66b7..c33e24a7 100644 --- a/data/documentation/flow/hflow/scrollindicators(_:axes:).json +++ b/data/documentation/flow/hflow/scrollindicators(_:axes:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":" = [.vertical, .horizontal]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scrollindicators(_:axes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollIndicators(_:axes:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollIndicators(_:axes:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollIndicators(_:axes:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16scrollIndicators_4axesQrAA25ScrollIndicatorVisibilityV_AA4AxisO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/scrollIndicators(_:axes:)":{"role":"symbol","title":"scrollIndicators(_:axes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollIndicators(_:axes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrollindicators(_:axes:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":" = [.vertical, .horizontal]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/scrollindicators(_:axes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollIndicators(_:axes:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollIndicators(_:axes:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollIndicators(_:axes:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16scrollIndicators_4axesQrAA25ScrollIndicatorVisibilityV_AA4AxisO3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/scrollIndicators(_:axes:)":{"role":"symbol","title":"scrollIndicators(_:axes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollIndicators(_:axes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrollindicators(_:axes:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:placement:prompt:)-27oez.json b/data/documentation/flow/hflow/searchable(text:placement:prompt:)-27oez.json index 82ffa7ca..c11534e7 100644 --- a/data/documentation/flow/hflow/searchable(text:placement:prompt:)-27oez.json +++ b/data/documentation/flow/hflow/searchable(text:placement:prompt:)-27oez.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-27oez"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-27oez","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-27oez":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-27oez","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-27oez"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-27oez"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-27oez","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-27oez":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-27oez","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-27oez"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:placement:prompt:)-3rnvo.json b/data/documentation/flow/hflow/searchable(text:placement:prompt:)-3rnvo.json index 3b7a9670..56c9ff7d 100644 --- a/data/documentation/flow/hflow/searchable(text:placement:prompt:)-3rnvo.json +++ b/data/documentation/flow/hflow/searchable(text:placement:prompt:)-3rnvo.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-3rnvo"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-3rnvo","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-3rnvo":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-3rnvo","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-3rnvo"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-3rnvo"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-3rnvo","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-3rnvo":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-3rnvo","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-3rnvo"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:placement:prompt:)-vjyv.json b/data/documentation/flow/hflow/searchable(text:placement:prompt:)-vjyv.json index 5e4c5d88..e297a4f6 100644 --- a/data/documentation/flow/hflow/searchable(text:placement:prompt:)-vjyv.json +++ b/data/documentation/flow/hflow/searchable(text:placement:prompt:)-vjyv.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-vjyv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-vjyv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-vjyv":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-vjyv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-vjyv"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-vjyv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-vjyv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-vjyv":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-vjyv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-vjyv"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-3l28p.json b/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-3l28p.json index 5f0265ff..a75b7097 100644 --- a/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-3l28p.json +++ b/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-3l28p.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-3l28p"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-3l28p","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-3l28p":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-3l28p","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-3l28p"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-3l28p"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-3l28p","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-3l28p":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-3l28p","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-3l28p"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-5znzz.json b/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-5znzz.json index 351762fd..1e9926de 100644 --- a/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-5znzz.json +++ b/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-5znzz.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-5znzz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-5znzz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-5znzz":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-5znzz","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-5znzz"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-5znzz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-5znzz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-5znzz":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-5znzz","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-5znzz"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-rlnm.json b/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-rlnm.json index d319b60b..07ad66bc 100644 --- a/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-rlnm.json +++ b/data/documentation/flow/hflow/searchable(text:placement:prompt:suggestions:)-rlnm.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-rlnm"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-rlnm","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVqd_0_qd__yXEtAaBRd__SyRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-rlnm":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-rlnm","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-rlnm"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-rlnm"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-rlnm","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVqd_0_qd__yXEtAaBRd__SyRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-rlnm":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-rlnm","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-rlnm"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-4e2m.json b/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-4e2m.json index 9a394d2d..97c3cba0 100644 --- a/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-4e2m.json +++ b/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-4e2m.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4e2m"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4e2m","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-4e2m":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4e2m","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4e2m"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4e2m"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4e2m","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-4e2m":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4e2m","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4e2m"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-4rkpw.json b/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-4rkpw.json index ad1cecc7..ddf2e14f 100644 --- a/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-4rkpw.json +++ b/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-4rkpw.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4rkpw"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4rkpw","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-4rkpw":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4rkpw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4rkpw"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4rkpw"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4rkpw","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-4rkpw":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4rkpw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4rkpw"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-9cixd.json b/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-9cixd.json index 07104c8a..a204a34c 100644 --- a/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-9cixd.json +++ b/data/documentation/flow/hflow/searchable(text:tokens:placement:prompt:token:)-9cixd.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-9cixd"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-9cixd","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-9cixd":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-9cixd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-9cixd"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-9cixd"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-9cixd","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-9cixd":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-9cixd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-9cixd"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-2phj7.json b/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-2phj7.json index 4cdc0211..556ae370 100644 --- a/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-2phj7.json +++ b/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-2phj7.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-2phj7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableARRQr1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-2phj7"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-2phj7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableARRQr1_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-2phj7"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8yj8e.json b/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8yj8e.json index 001bf181..2e4ac9a9 100644 --- a/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8yj8e.json +++ b/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8yj8e.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8yj8e"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8yj8e"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8yj8e"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8yj8e"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-9o0ba.json b/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-9o0ba.json index 2a29a640..7f8a0e3f 100644 --- a/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-9o0ba.json +++ b/data/documentation/flow/hflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-9o0ba.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-9o0ba"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-9o0ba"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-9o0ba"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-9o0ba"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchcompletion(_:).json b/data/documentation/flow/hflow/searchcompletion(_:).json index eb1e5876..3ef6788f 100644 --- a/data/documentation/flow/hflow/searchcompletion(_:).json +++ b/data/documentation/flow/hflow/searchcompletion(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"completion"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchcompletion(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchCompletion(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchCompletion(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchCompletion(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16searchCompletionyQrSSF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/searchCompletion(_:)":{"role":"symbol","title":"searchCompletion(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchCompletion(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchcompletion(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"completion"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchcompletion(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchCompletion(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchCompletion(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchCompletion(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16searchCompletionyQrSSF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/searchCompletion(_:)":{"role":"symbol","title":"searchCompletion(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchCompletion(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchcompletion(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchscopes(_:scopes:).json b/data/documentation/flow/hflow/searchscopes(_:scopes:).json index 6b251043..5e1025b3 100644 --- a/data/documentation/flow/hflow/searchscopes(_:scopes:).json +++ b/data/documentation/flow/hflow/searchscopes(_:scopes:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"scope"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchscopes(_:scopes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchScopes(_:scopes:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchScopes(_:scopes:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchScopes(_:scopes:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12searchScopes_6scopesQrAA7BindingVyqd__G_qd_0_yXEtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/searchScopes(_:scopes:)":{"role":"symbol","title":"searchScopes(_:scopes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchScopes(_:scopes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchscopes(_:scopes:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"scope"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchscopes(_:scopes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchScopes(_:scopes:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchScopes(_:scopes:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchScopes(_:scopes:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12searchScopes_6scopesQrAA7BindingVyqd__G_qd_0_yXEtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/searchScopes(_:scopes:)":{"role":"symbol","title":"searchScopes(_:scopes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchScopes(_:scopes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchscopes(_:scopes:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchsuggestions(_:).json b/data/documentation/flow/hflow/searchsuggestions(_:).json index c9247a34..e15dfb33 100644 --- a/data/documentation/flow/hflow/searchsuggestions(_:).json +++ b/data/documentation/flow/hflow/searchsuggestions(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchsuggestions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchSuggestions(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchSuggestions(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17searchSuggestionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/searchSuggestions(_:)":{"role":"symbol","title":"searchSuggestions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchsuggestions(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchsuggestions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchSuggestions(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchSuggestions(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17searchSuggestionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/searchSuggestions(_:)":{"role":"symbol","title":"searchSuggestions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchsuggestions(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/searchsuggestions(_:for:).json b/data/documentation/flow/hflow/searchsuggestions(_:for:).json index 37694343..bc385bab 100644 --- a/data/documentation/flow/hflow/searchsuggestions(_:for:).json +++ b/data/documentation/flow/hflow/searchsuggestions(_:for:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"placements"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchsuggestions(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchSuggestions(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchSuggestions(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17searchSuggestions_3forQrAA10VisibilityO_AA06SearchE9PlacementV3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/searchSuggestions(_:for:)":{"role":"symbol","title":"searchSuggestions(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchsuggestions(_:for:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"placements"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/searchsuggestions(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchSuggestions(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchSuggestions(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17searchSuggestions_3forQrAA10VisibilityO_AA06SearchE9PlacementV3SetVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/searchSuggestions(_:for:)":{"role":"symbol","title":"searchSuggestions(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchsuggestions(_:for:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/shadow(color:radius:x:y:).json b/data/documentation/flow/hflow/shadow(color:radius:x:y:).json index 68002b52..02b3d4d7 100644 --- a/data/documentation/flow/hflow/shadow(color:radius:x:y:).json +++ b/data/documentation/flow/hflow/shadow(color:radius:x:y:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":" = Color(.sRGBLinear, white: 0, opacity: 0.33), "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/shadow(color:radius:x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/shadow(color:radius:x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.shadow(color:radius:x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"shadow(color:radius:x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6shadow5color6radius1x1yQrAA5ColorV_14CoreFoundation7CGFloatVA2MtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/shadow(color:radius:x:y:)":{"role":"symbol","title":"shadow(color:radius:x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/shadow(color:radius:x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/shadow(color:radius:x:y:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":" = Color(.sRGBLinear, white: 0, opacity: 0.33), "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/shadow(color:radius:x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/shadow(color:radius:x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.shadow(color:radius:x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"shadow(color:radius:x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6shadow5color6radius1x1yQrAA5ColorV_14CoreFoundation7CGFloatVA2MtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/shadow(color:radius:x:y:)":{"role":"symbol","title":"shadow(color:radius:x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/shadow(color:radius:x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/shadow(color:radius:x:y:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/sheet(ispresented:ondismiss:content:).json b/data/documentation/flow/hflow/sheet(ispresented:ondismiss:content:).json index 8af46a44..80da5695 100644 --- a/data/documentation/flow/hflow/sheet(ispresented:ondismiss:content:).json +++ b/data/documentation/flow/hflow/sheet(ispresented:ondismiss:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/sheet(ispresented:ondismiss:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(isPresented:onDismiss:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sheet(isPresented:onDismiss:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/sheet(isPresented:onDismiss:content:)":{"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(isPresented:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sheet(ispresented:ondismiss:content:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/sheet(ispresented:ondismiss:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(isPresented:onDismiss:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sheet(isPresented:onDismiss:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/sheet(isPresented:onDismiss:content:)":{"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(isPresented:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sheet(ispresented:ondismiss:content:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/sheet(item:ondismiss:content:).json b/data/documentation/flow/hflow/sheet(item:ondismiss:content:).json index 880897ad..a58f6cd7 100644 --- a/data/documentation/flow/hflow/sheet(item:ondismiss:content:).json +++ b/data/documentation/flow/hflow/sheet(item:ondismiss:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/sheet(item:ondismiss:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(item:onDismiss:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sheet(item:onDismiss:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"sheet(item:onDismiss:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5sheet4item9onDismiss7contentQrAA7BindingVyqd__SgG_yycSgqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/sheet(item:onDismiss:content:)":{"role":"symbol","title":"sheet(item:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(item:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sheet(item:ondismiss:content:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/sheet(item:ondismiss:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(item:onDismiss:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sheet(item:onDismiss:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"sheet(item:onDismiss:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5sheet4item9onDismiss7contentQrAA7BindingVyqd__SgG_yycSgqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/sheet(item:onDismiss:content:)":{"role":"symbol","title":"sheet(item:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(item:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sheet(item:ondismiss:content:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/simultaneousgesture(_:including:).json b/data/documentation/flow/hflow/simultaneousgesture(_:including:).json index 9d2cf363..d1830cee 100644 --- a/data/documentation/flow/hflow/simultaneousgesture(_:including:).json +++ b/data/documentation/flow/hflow/simultaneousgesture(_:including:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"gesture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Gesture","preciseIdentifier":"s:7SwiftUI7GestureP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/simultaneousgesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/simultaneousGesture(_:including:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.simultaneousGesture(_:including:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"simultaneousGesture(_:including:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19simultaneousGesture_9includingQrqd___AA0E4MaskVtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/simultaneousGesture(_:including:)":{"role":"symbol","title":"simultaneousGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/simultaneousGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/simultaneousgesture(_:including:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"gesture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Gesture","preciseIdentifier":"s:7SwiftUI7GestureP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/simultaneousgesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/simultaneousGesture(_:including:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.simultaneousGesture(_:including:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"simultaneousGesture(_:including:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19simultaneousGesture_9includingQrqd___AA0E4MaskVtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/simultaneousGesture(_:including:)":{"role":"symbol","title":"simultaneousGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/simultaneousGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/simultaneousgesture(_:including:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/sizethatfits(proposal:subviews:cache:).json b/data/documentation/flow/hflow/sizethatfits(proposal:subviews:cache:).json index 0483ec07..5efc7f87 100644 --- a/data/documentation/flow/hflow/sizethatfits(proposal:subviews:cache:).json +++ b/data/documentation/flow/hflow/sizethatfits(proposal:subviews:cache:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/sizethatfits(proposal:subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sizeThatFits(proposal:subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.sizeThatFits(proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"symbolKind":"method","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE12sizeThatFits8proposal8subviews5cacheSo6CGSizeVAD08ProposedF4SizeV_AD14LayoutSubviewsVytztF","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow/HFlow/sizeThatFits(proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sizeThatFits(proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sizethatfits(proposal:subviews:cache:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/sizethatfits(proposal:subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sizeThatFits(proposal:subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.sizeThatFits(proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"symbolKind":"method","externalID":"s:4Flow5HFlowVAA7SwiftUI9EmptyViewVRszrlE12sizeThatFits8proposal8subviews5cacheSo6CGSizeVAD08ProposedF4SizeV_AD14LayoutSubviewsVytztF","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/sizeThatFits(proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sizeThatFits(proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sizethatfits(proposal:subviews:cache:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/spacing(subviews:cache:).json b/data/documentation/flow/hflow/spacing(subviews:cache:).json index fbcf142f..c8c36efc 100644 --- a/data/documentation/flow/hflow/spacing(subviews:cache:).json +++ b/data/documentation/flow/hflow/spacing(subviews:cache:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/spacing(subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/spacing(subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.spacing(subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"spacing(subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE7spacing8subviews5cacheAA11ViewSpacingVAA0C8SubviewsV_5CacheQzztF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/spacing(subviews:cache:)":{"role":"symbol","title":"spacing(subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/spacing(subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/spacing(subviews:cache:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/spacing(subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/spacing(subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.spacing(subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"spacing(subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE7spacing8subviews5cacheAA11ViewSpacingVAA0C8SubviewsV_5CacheQzztF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/spacing(subviews:cache:)":{"role":"symbol","title":"spacing(subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/spacing(subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/spacing(subviews:cache:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/speechadjustedpitch(_:).json b/data/documentation/flow/hflow/speechadjustedpitch(_:).json index 78927372..612e1852 100644 --- a/data/documentation/flow/hflow/speechadjustedpitch(_:).json +++ b/data/documentation/flow/hflow/speechadjustedpitch(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/speechadjustedpitch(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAdjustedPitch(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAdjustedPitch(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechAdjustedPitch(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19speechAdjustedPitchyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/speechAdjustedPitch(_:)":{"role":"symbol","title":"speechAdjustedPitch(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAdjustedPitch(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechadjustedpitch(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/speechadjustedpitch(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAdjustedPitch(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAdjustedPitch(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechAdjustedPitch(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19speechAdjustedPitchyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/speechAdjustedPitch(_:)":{"role":"symbol","title":"speechAdjustedPitch(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAdjustedPitch(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechadjustedpitch(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/speechannouncementsqueued(_:).json b/data/documentation/flow/hflow/speechannouncementsqueued(_:).json index f42e2c20..54eaa28d 100644 --- a/data/documentation/flow/hflow/speechannouncementsqueued(_:).json +++ b/data/documentation/flow/hflow/speechannouncementsqueued(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/speechannouncementsqueued(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAnnouncementsQueued(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAnnouncementsQueued(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechAnnouncementsQueued(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25speechAnnouncementsQueuedyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/speechAnnouncementsQueued(_:)":{"role":"symbol","title":"speechAnnouncementsQueued(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAnnouncementsQueued(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechannouncementsqueued(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/speechannouncementsqueued(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAnnouncementsQueued(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAnnouncementsQueued(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechAnnouncementsQueued(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25speechAnnouncementsQueuedyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/speechAnnouncementsQueued(_:)":{"role":"symbol","title":"speechAnnouncementsQueued(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAnnouncementsQueued(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechannouncementsqueued(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/speechspellsoutcharacters(_:).json b/data/documentation/flow/hflow/speechspellsoutcharacters(_:).json index 28754b76..21734f64 100644 --- a/data/documentation/flow/hflow/speechspellsoutcharacters(_:).json +++ b/data/documentation/flow/hflow/speechspellsoutcharacters(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/speechspellsoutcharacters(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechSpellsOutCharacters(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechSpellsOutCharacters(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechSpellsOutCharacters(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25speechSpellsOutCharactersyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/speechSpellsOutCharacters(_:)":{"role":"symbol","title":"speechSpellsOutCharacters(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechSpellsOutCharacters(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechspellsoutcharacters(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/speechspellsoutcharacters(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechSpellsOutCharacters(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechSpellsOutCharacters(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechSpellsOutCharacters(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25speechSpellsOutCharactersyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/speechSpellsOutCharacters(_:)":{"role":"symbol","title":"speechSpellsOutCharacters(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechSpellsOutCharacters(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechspellsoutcharacters(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/strikethrough(_:pattern:color:).json b/data/documentation/flow/hflow/strikethrough(_:pattern:color:).json index 20ee9e86..0a932877 100644 --- a/data/documentation/flow/hflow/strikethrough(_:pattern:color:).json +++ b/data/documentation/flow/hflow/strikethrough(_:pattern:color:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":" = .solid, "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/strikethrough(_:pattern:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/strikethrough(_:pattern:color:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.strikethrough(_:pattern:color:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"strikethrough(_:pattern:color:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13strikethrough_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/strikethrough(_:pattern:color:)":{"role":"symbol","title":"strikethrough(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/strikethrough(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/strikethrough(_:pattern:color:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":" = .solid, "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/strikethrough(_:pattern:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/strikethrough(_:pattern:color:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.strikethrough(_:pattern:color:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"strikethrough(_:pattern:color:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13strikethrough_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/strikethrough(_:pattern:color:)":{"role":"symbol","title":"strikethrough(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/strikethrough(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/strikethrough(_:pattern:color:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/submitlabel(_:).json b/data/documentation/flow/hflow/submitlabel(_:).json index 40999ca5..d8ada018 100644 --- a/data/documentation/flow/hflow/submitlabel(_:).json +++ b/data/documentation/flow/hflow/submitlabel(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"submitLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/submitlabel(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitLabel(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"submitLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11submitLabelyQrAA06SubmitE0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/submitLabel(_:)":{"role":"symbol","title":"submitLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/submitlabel(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"submitLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/submitlabel(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitLabel(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"submitLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11submitLabelyQrAA06SubmitE0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/submitLabel(_:)":{"role":"symbol","title":"submitLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/submitlabel(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/submitscope(_:).json b/data/documentation/flow/hflow/submitscope(_:).json index 92cb07c4..6f9d3ad3 100644 --- a/data/documentation/flow/hflow/submitscope(_:).json +++ b/data/documentation/flow/hflow/submitscope(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isBlocking"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/submitscope(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitScope(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitScope(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"submitScope(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11submitScopeyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/submitScope(_:)":{"role":"symbol","title":"submitScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/submitscope(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isBlocking"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/submitscope(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitScope(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitScope(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"submitScope(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11submitScopeyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/submitScope(_:)":{"role":"symbol","title":"submitScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/submitscope(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/swipeactions(edge:allowsfullswipe:content:).json b/data/documentation/flow/hflow/swipeactions(edge:allowsfullswipe:content:).json index 1b773d3a..c4357fc4 100644 --- a/data/documentation/flow/hflow/swipeactions(edge:allowsfullswipe:content:).json +++ b/data/documentation/flow/hflow/swipeactions(edge:allowsfullswipe:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":" = .trailing, "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/swipeactions(edge:allowsfullswipe:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/swipeActions(edge:allowsFullSwipe:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.swipeActions(edge:allowsFullSwipe:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12swipeActions4edge15allowsFullSwipe7contentQrAA14HorizontalEdgeO_Sbqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/swipeActions(edge:allowsFullSwipe:content:)":{"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/swipeActions(edge:allowsFullSwipe:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/swipeactions(edge:allowsfullswipe:content:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":" = .trailing, "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/swipeactions(edge:allowsfullswipe:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/swipeActions(edge:allowsFullSwipe:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.swipeActions(edge:allowsFullSwipe:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12swipeActions4edge15allowsFullSwipe7contentQrAA14HorizontalEdgeO_Sbqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/swipeActions(edge:allowsFullSwipe:content:)":{"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/swipeActions(edge:allowsFullSwipe:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/swipeactions(edge:allowsfullswipe:content:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/symbolrenderingmode(_:).json b/data/documentation/flow/hflow/symbolrenderingmode(_:).json index 1895cc1c..18a278f9 100644 --- a/data/documentation/flow/hflow/symbolrenderingmode(_:).json +++ b/data/documentation/flow/hflow/symbolrenderingmode(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/symbolrenderingmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolRenderingMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolRenderingMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"symbolRenderingMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19symbolRenderingModeyQrAA06SymboleF0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/symbolRenderingMode(_:)":{"role":"symbol","title":"symbolRenderingMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolRenderingMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/symbolrenderingmode(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/symbolrenderingmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolRenderingMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolRenderingMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"symbolRenderingMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19symbolRenderingModeyQrAA06SymboleF0VSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/symbolRenderingMode(_:)":{"role":"symbol","title":"symbolRenderingMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolRenderingMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/symbolrenderingmode(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/symbolvariant(_:).json b/data/documentation/flow/hflow/symbolvariant(_:).json index 547a1182..7c3d15c8 100644 --- a/data/documentation/flow/hflow/symbolvariant(_:).json +++ b/data/documentation/flow/hflow/symbolvariant(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"variant"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/symbolvariant(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolVariant(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolVariant(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"symbolVariant(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13symbolVariantyQrAA14SymbolVariantsVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/symbolVariant(_:)":{"role":"symbol","title":"symbolVariant(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolVariant(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/symbolvariant(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"variant"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/symbolvariant(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolVariant(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolVariant(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"symbolVariant(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13symbolVariantyQrAA14SymbolVariantsVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/symbolVariant(_:)":{"role":"symbol","title":"symbolVariant(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolVariant(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/symbolvariant(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/tabitem(_:).json b/data/documentation/flow/hflow/tabitem(_:).json index 1c5974aa..e8575be2 100644 --- a/data/documentation/flow/hflow/tabitem(_:).json +++ b/data/documentation/flow/hflow/tabitem(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tabitem(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabItem(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabItem(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tabItem(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7tabItemyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/tabItem(_:)":{"role":"symbol","title":"tabItem(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabItem(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tabitem(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tabitem(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabItem(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabItem(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tabItem(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7tabItemyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/tabItem(_:)":{"role":"symbol","title":"tabItem(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabItem(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tabitem(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/tablestyle(_:).json b/data/documentation/flow/hflow/tablestyle(_:).json index 7f314367..c4783fb1 100644 --- a/data/documentation/flow/hflow/tablestyle(_:).json +++ b/data/documentation/flow/hflow/tablestyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TableStyle","preciseIdentifier":"s:7SwiftUI10TableStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tablestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tableStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tableStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tableStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10tableStyleyQrqd__AA05TableE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/tableStyle(_:)":{"role":"symbol","title":"tableStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tableStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tablestyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TableStyle","preciseIdentifier":"s:7SwiftUI10TableStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tablestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tableStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tableStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tableStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10tableStyleyQrqd__AA05TableE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/tableStyle(_:)":{"role":"symbol","title":"tableStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tableStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tablestyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/tabviewstyle(_:).json b/data/documentation/flow/hflow/tabviewstyle(_:).json index ba296e7e..0d806b9e 100644 --- a/data/documentation/flow/hflow/tabviewstyle(_:).json +++ b/data/documentation/flow/hflow/tabviewstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TabViewStyle","preciseIdentifier":"s:7SwiftUI12TabViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tabviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tabViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE03tabC5StyleyQrqd__AA03TabcE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/tabViewStyle(_:)":{"role":"symbol","title":"tabViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tabviewstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TabViewStyle","preciseIdentifier":"s:7SwiftUI12TabViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tabviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tabViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE03tabC5StyleyQrqd__AA03TabcE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/tabViewStyle(_:)":{"role":"symbol","title":"tabViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tabviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/tag(_:).json b/data/documentation/flow/hflow/tag(_:).json index dada1394..343a512b 100644 --- a/data/documentation/flow/hflow/tag(_:).json +++ b/data/documentation/flow/hflow/tag(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE3tagyQrqd__SHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/tag(_:)":{"role":"symbol","title":"tag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tag(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE3tagyQrqd__SHRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/tag(_:)":{"role":"symbol","title":"tag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tag(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/task(id:priority:_:).json b/data/documentation/flow/hflow/task(id:priority:_:).json index 1e72b65b..bd992be6 100644 --- a/data/documentation/flow/hflow/task(id:priority:_:).json +++ b/data/documentation/flow/hflow/task(id:priority:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":" = .userInitiated, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/task(id:priority:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(id:priority:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.task(id:priority:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"task(id:priority:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4task2id8priority_Qrqd___ScPyyYaYbctSQRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/task(id:priority:_:)":{"role":"symbol","title":"task(id:priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(id:priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/task(id:priority:_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":" = .userInitiated, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/task(id:priority:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(id:priority:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.task(id:priority:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"task(id:priority:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4task2id8priority_Qrqd___ScPyyYaYbctSQRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/task(id:priority:_:)":{"role":"symbol","title":"task(id:priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(id:priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/task(id:priority:_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/textcase(_:).json b/data/documentation/flow/hflow/textcase(_:).json index 671c7107..426c062d 100644 --- a/data/documentation/flow/hflow/textcase(_:).json +++ b/data/documentation/flow/hflow/textcase(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textCase"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/textcase(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textCase(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textCase(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textCase(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8textCaseyQrAA4TextV0E0OSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/textCase(_:)":{"role":"symbol","title":"textCase(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textCase(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textcase(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textCase"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/textcase(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textCase(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textCase(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textCase(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8textCaseyQrAA4TextV0E0OSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/textCase(_:)":{"role":"symbol","title":"textCase(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textCase(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textcase(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/textcontenttype(_:).json b/data/documentation/flow/hflow/textcontenttype(_:).json index 900a4bda..c1fade25 100644 --- a/data/documentation/flow/hflow/textcontenttype(_:).json +++ b/data/documentation/flow/hflow/textcontenttype(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textContentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/textcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textContentType(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textContentType(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textContentType(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15textContentTypeyQrSo06NSTexteF0aSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/textContentType(_:)":{"role":"symbol","title":"textContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textcontenttype(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textContentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/textcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textContentType(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textContentType(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textContentType(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15textContentTypeyQrSo06NSTexteF0aSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/textContentType(_:)":{"role":"symbol","title":"textContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textcontenttype(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/textselection(_:).json b/data/documentation/flow/hflow/textselection(_:).json index ec796e0d..bd516c74 100644 --- a/data/documentation/flow/hflow/textselection(_:).json +++ b/data/documentation/flow/hflow/textselection(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"selectability"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TextSelectability","preciseIdentifier":"s:7SwiftUI17TextSelectabilityP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/textselection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textSelection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textSelection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textSelection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13textSelectionyQrqd__AA17TextSelectabilityRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/textSelection(_:)":{"role":"symbol","title":"textSelection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textSelection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textselection(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"selectability"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TextSelectability","preciseIdentifier":"s:7SwiftUI17TextSelectabilityP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/textselection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textSelection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textSelection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textSelection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13textSelectionyQrqd__AA17TextSelectabilityRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/textSelection(_:)":{"role":"symbol","title":"textSelection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textSelection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textselection(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/tint(_:).json b/data/documentation/flow/hflow/tint(_:).json index 49887b7e..0cccb0cd 100644 --- a/data/documentation/flow/hflow/tint(_:).json +++ b/data/documentation/flow/hflow/tint(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tint(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tint(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4tintyQrAA5ColorVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/tint(_:)":{"role":"symbol","title":"tint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tint(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tint(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tint(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tint(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4tintyQrAA5ColorVSgF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/tint(_:)":{"role":"symbol","title":"tint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tint(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tint(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/togglestyle(_:).json b/data/documentation/flow/hflow/togglestyle(_:).json index e2c2490b..73237de1 100644 --- a/data/documentation/flow/hflow/togglestyle(_:).json +++ b/data/documentation/flow/hflow/togglestyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ToggleStyle","preciseIdentifier":"s:7SwiftUI11ToggleStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/togglestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toggleStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toggleStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toggleStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11toggleStyleyQrqd__AA06ToggleE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/toggleStyle(_:)":{"role":"symbol","title":"toggleStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toggleStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/togglestyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ToggleStyle","preciseIdentifier":"s:7SwiftUI11ToggleStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/togglestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toggleStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toggleStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toggleStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11toggleStyleyQrqd__AA06ToggleE0Rd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/toggleStyle(_:)":{"role":"symbol","title":"toggleStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toggleStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/togglestyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/toolbar(_:for:).json b/data/documentation/flow/hflow/toolbar(_:for:).json index 284092b2..fdd40382 100644 --- a/data/documentation/flow/hflow/toolbar(_:for:).json +++ b/data/documentation/flow/hflow/toolbar(_:for:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbar(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/toolbar(_:for:)":{"role":"symbol","title":"toolbar(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(_:for:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbar(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/toolbar(_:for:)":{"role":"symbol","title":"toolbar(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(_:for:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/toolbar(content:)-2q1i.json b/data/documentation/flow/hflow/toolbar(content:)-2q1i.json index 32186b99..d77479ea 100644 --- a/data/documentation/flow/hflow/toolbar(content:)-2q1i.json +++ b/data/documentation/flow/hflow/toolbar(content:)-2q1i.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbar(content:)-2q1i"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-2q1i","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/toolbar(content:)-2q1i":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-2q1i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(content:)-2q1i"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbar(content:)-2q1i"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-2q1i","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/toolbar(content:)-2q1i":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-2q1i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(content:)-2q1i"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/toolbar(content:)-8tq97.json b/data/documentation/flow/hflow/toolbar(content:)-8tq97.json index 8ad1ca45..1640146d 100644 --- a/data/documentation/flow/hflow/toolbar(content:)-8tq97.json +++ b/data/documentation/flow/hflow/toolbar(content:)-8tq97.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ToolbarContent","preciseIdentifier":"s:7SwiftUI14ToolbarContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbar(content:)-8tq97"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-8tq97","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAA14ToolbarContentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/toolbar(content:)-8tq97":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-8tq97","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(content:)-8tq97"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ToolbarContent","preciseIdentifier":"s:7SwiftUI14ToolbarContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbar(content:)-8tq97"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-8tq97","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAA14ToolbarContentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/toolbar(content:)-8tq97":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-8tq97","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(content:)-8tq97"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/toolbar(id:content:).json b/data/documentation/flow/hflow/toolbar(id:content:).json index e7ea912d..1fb09689 100644 --- a/data/documentation/flow/hflow/toolbar(id:content:).json +++ b/data/documentation/flow/hflow/toolbar(id:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"CustomizableToolbarContent","preciseIdentifier":"s:7SwiftUI26CustomizableToolbarContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbar(id:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(id:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(id:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(id:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar2id7contentQrSS_qd__yXEtAA26CustomizableToolbarContentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/toolbar(id:content:)":{"role":"symbol","title":"toolbar(id:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(id:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(id:content:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"CustomizableToolbarContent","preciseIdentifier":"s:7SwiftUI26CustomizableToolbarContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbar(id:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(id:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(id:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(id:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar2id7contentQrSS_qd__yXEtAA26CustomizableToolbarContentRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/toolbar(id:content:)":{"role":"symbol","title":"toolbar(id:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(id:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(id:content:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/toolbarbackground(_:for:).json b/data/documentation/flow/hflow/toolbarbackground(_:for:).json index 919f12a9..ee8fac7c 100644 --- a/data/documentation/flow/hflow/toolbarbackground(_:for:).json +++ b/data/documentation/flow/hflow/toolbarbackground(_:for:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbarbackground(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarBackground(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarBackground(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarBackground(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17toolbarBackground_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/toolbarBackground(_:for:)":{"role":"symbol","title":"toolbarBackground(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarBackground(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarbackground(_:for:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbarbackground(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarBackground(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarBackground(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarBackground(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17toolbarBackground_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/toolbarBackground(_:for:)":{"role":"symbol","title":"toolbarBackground(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarBackground(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarbackground(_:for:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/toolbarcolorscheme(_:for:).json b/data/documentation/flow/hflow/toolbarcolorscheme(_:for:).json index ce9d2188..18acf67c 100644 --- a/data/documentation/flow/hflow/toolbarcolorscheme(_:for:).json +++ b/data/documentation/flow/hflow/toolbarcolorscheme(_:for:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbarcolorscheme(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarColorScheme(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarColorScheme(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarColorScheme(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18toolbarColorScheme_3forQrAA0eF0OSg_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/toolbarColorScheme(_:for:)":{"role":"symbol","title":"toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarColorScheme(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarcolorscheme(_:for:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbarcolorscheme(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarColorScheme(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarColorScheme(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarColorScheme(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18toolbarColorScheme_3forQrAA0eF0OSg_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/toolbarColorScheme(_:for:)":{"role":"symbol","title":"toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarColorScheme(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarcolorscheme(_:for:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/toolbarrole(_:).json b/data/documentation/flow/hflow/toolbarrole(_:).json index 5dff50b1..c1af0fca 100644 --- a/data/documentation/flow/hflow/toolbarrole(_:).json +++ b/data/documentation/flow/hflow/toolbarrole(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbarrole(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarRole(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarRole(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarRole(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11toolbarRoleyQrAA07ToolbarE0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/toolbarRole(_:)":{"role":"symbol","title":"toolbarRole(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarRole(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarrole(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbarrole(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarRole(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarRole(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarRole(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11toolbarRoleyQrAA07ToolbarE0VF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/toolbarRole(_:)":{"role":"symbol","title":"toolbarRole(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarRole(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarrole(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/toolbartitlemenu(content:).json b/data/documentation/flow/hflow/toolbartitlemenu(content:).json index f647cc31..c65f20fc 100644 --- a/data/documentation/flow/hflow/toolbartitlemenu(content:).json +++ b/data/documentation/flow/hflow/toolbartitlemenu(content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbartitlemenu(content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarTitleMenu(content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarTitleMenu(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarTitleMenu(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16toolbarTitleMenu7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/toolbarTitleMenu(content:)":{"role":"symbol","title":"toolbarTitleMenu(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarTitleMenu(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbartitlemenu(content:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/toolbartitlemenu(content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarTitleMenu(content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarTitleMenu(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarTitleMenu(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16toolbarTitleMenu7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/toolbarTitleMenu(content:)":{"role":"symbol","title":"toolbarTitleMenu(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarTitleMenu(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbartitlemenu(content:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/touchbar(_:).json b/data/documentation/flow/hflow/touchbar(_:).json index b20e3d82..b2dc2a97 100644 --- a/data/documentation/flow/hflow/touchbar(_:).json +++ b/data/documentation/flow/hflow/touchbar(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"touchBar"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/touchbar(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBar(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBar(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8touchBaryQrAA05TouchE0Vyqd__GAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/touchBar(_:)":{"role":"symbol","title":"touchBar(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbar(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"touchBar"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/touchbar(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBar(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBar(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8touchBaryQrAA05TouchE0Vyqd__GAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/touchBar(_:)":{"role":"symbol","title":"touchBar(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbar(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/touchbar(content:).json b/data/documentation/flow/hflow/touchbar(content:).json index 0e788afd..8953a2f1 100644 --- a/data/documentation/flow/hflow/touchbar(content:).json +++ b/data/documentation/flow/hflow/touchbar(content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/touchbar(content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8touchBar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/touchBar(content:)":{"role":"symbol","title":"touchBar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbar(content:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/touchbar(content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8touchBar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/touchBar(content:)":{"role":"symbol","title":"touchBar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbar(content:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/touchbaritempresence(_:).json b/data/documentation/flow/hflow/touchbaritempresence(_:).json index 70cc0e6b..01734f19 100644 --- a/data/documentation/flow/hflow/touchbaritempresence(_:).json +++ b/data/documentation/flow/hflow/touchbaritempresence(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"presence"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/touchbaritempresence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPresence(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPresence(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBarItemPresence(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20touchBarItemPresenceyQrAA05TouchefG0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/touchBarItemPresence(_:)":{"role":"symbol","title":"touchBarItemPresence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPresence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbaritempresence(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"presence"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/touchbaritempresence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPresence(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPresence(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBarItemPresence(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20touchBarItemPresenceyQrAA05TouchefG0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/touchBarItemPresence(_:)":{"role":"symbol","title":"touchBarItemPresence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPresence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbaritempresence(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/touchbaritemprincipal(_:).json b/data/documentation/flow/hflow/touchbaritemprincipal(_:).json index 9001a8f8..d0303f31 100644 --- a/data/documentation/flow/hflow/touchbaritemprincipal(_:).json +++ b/data/documentation/flow/hflow/touchbaritemprincipal(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"principal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/touchbaritemprincipal(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPrincipal(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPrincipal(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBarItemPrincipal(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21touchBarItemPrincipalyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/touchBarItemPrincipal(_:)":{"role":"symbol","title":"touchBarItemPrincipal(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPrincipal(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbaritemprincipal(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"principal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/touchbaritemprincipal(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPrincipal(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPrincipal(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBarItemPrincipal(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21touchBarItemPrincipalyQrSbF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/touchBarItemPrincipal(_:)":{"role":"symbol","title":"touchBarItemPrincipal(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPrincipal(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbaritemprincipal(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/tracking(_:).json b/data/documentation/flow/hflow/tracking(_:).json index 6eafde8b..e22e00c7 100644 --- a/data/documentation/flow/hflow/tracking(_:).json +++ b/data/documentation/flow/hflow/tracking(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tracking"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tracking(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tracking(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tracking(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tracking(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8trackingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/tracking(_:)":{"role":"symbol","title":"tracking(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tracking(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tracking(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tracking"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/tracking(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tracking(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tracking(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tracking(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8trackingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/tracking(_:)":{"role":"symbol","title":"tracking(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tracking(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tracking(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/transaction(_:).json b/data/documentation/flow/hflow/transaction(_:).json index 7365e16d..d7721564 100644 --- a/data/documentation/flow/hflow/transaction(_:).json +++ b/data/documentation/flow/hflow/transaction(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/transaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transaction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transaction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transaction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11transactionyQryAA11TransactionVzcF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/transaction(_:)":{"role":"symbol","title":"transaction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transaction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transaction(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/transaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transaction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transaction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transaction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11transactionyQryAA11TransactionVzcF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/transaction(_:)":{"role":"symbol","title":"transaction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transaction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transaction(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/transformanchorpreference(key:value:transform:).json b/data/documentation/flow/hflow/transformanchorpreference(key:value:transform:).json index 3ba3167f..0c46f78f 100644 --- a/data/documentation/flow/hflow/transformanchorpreference(key:value:transform:).json +++ b/data/documentation/flow/hflow/transformanchorpreference(key:value:transform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":" "},{"kind":"internalParam","text":"_"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/transformanchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformAnchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformAnchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25transformAnchorPreference3key5value0D0Qrqd_0_m_AA0E0V6SourceVyqd___Gy5ValueQyd_0_z_AIyqd__GtctAA0F3KeyRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/transformAnchorPreference(key:value:transform:)":{"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformAnchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformanchorpreference(key:value:transform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":" "},{"kind":"internalParam","text":"_"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/transformanchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformAnchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformAnchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25transformAnchorPreference3key5value0D0Qrqd_0_m_AA0E0V6SourceVyqd___Gy5ValueQyd_0_z_AIyqd__GtctAA0F3KeyRd_0_r0_lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/transformAnchorPreference(key:value:transform:)":{"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformAnchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformanchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/transformeffect(_:).json b/data/documentation/flow/hflow/transformeffect(_:).json index c0cf2166..49774d8a 100644 --- a/data/documentation/flow/hflow/transformeffect(_:).json +++ b/data/documentation/flow/hflow/transformeffect(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/transformeffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEffect(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformEffect(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformEffect(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15transformEffectyQrSo17CGAffineTransformVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/transformEffect(_:)":{"role":"symbol","title":"transformEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformeffect(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/transformeffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEffect(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformEffect(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformEffect(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15transformEffectyQrSo17CGAffineTransformVF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/transformEffect(_:)":{"role":"symbol","title":"transformEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformeffect(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/transformenvironment(_:transform:).json b/data/documentation/flow/hflow/transformenvironment(_:transform:).json index 671741e5..95737ae3 100644 --- a/data/documentation/flow/hflow/transformenvironment(_:transform:).json +++ b/data/documentation/flow/hflow/transformenvironment(_:transform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/transformenvironment(_:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEnvironment(_:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformEnvironment(_:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformEnvironment(_:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20transformEnvironment_0D0Qrs15WritableKeyPathCyAA0E6ValuesVqd__G_yqd__zctlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/transformEnvironment(_:transform:)":{"role":"symbol","title":"transformEnvironment(_:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEnvironment(_:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformenvironment(_:transform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/transformenvironment(_:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEnvironment(_:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformEnvironment(_:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformEnvironment(_:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20transformEnvironment_0D0Qrs15WritableKeyPathCyAA0E6ValuesVqd__G_yqd__zctlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/transformEnvironment(_:transform:)":{"role":"symbol","title":"transformEnvironment(_:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEnvironment(_:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformenvironment(_:transform:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/transformpreference(_:_:).json b/data/documentation/flow/hflow/transformpreference(_:_:).json index 326e4121..f45d954a 100644 --- a/data/documentation/flow/hflow/transformpreference(_:_:).json +++ b/data/documentation/flow/hflow/transformpreference(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"callback"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/transformpreference(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformPreference(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformPreference(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformPreference(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19transformPreferenceyQrqd__m_y5ValueQyd__zctAA0E3KeyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/transformPreference(_:_:)":{"role":"symbol","title":"transformPreference(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformPreference(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformpreference(_:_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"callback"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/transformpreference(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformPreference(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformPreference(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformPreference(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19transformPreferenceyQrqd__m_y5ValueQyd__zctAA0E3KeyRd__lF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/transformPreference(_:_:)":{"role":"symbol","title":"transformPreference(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformPreference(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformpreference(_:_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/truncationmode(_:).json b/data/documentation/flow/hflow/truncationmode(_:).json index b9ab8717..4b1366f7 100644 --- a/data/documentation/flow/hflow/truncationmode(_:).json +++ b/data/documentation/flow/hflow/truncationmode(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/truncationmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/truncationMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.truncationMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"truncationMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14truncationModeyQrAA4TextV010TruncationE0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/truncationMode(_:)":{"role":"symbol","title":"truncationMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/truncationMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/truncationmode(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/truncationmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/truncationMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.truncationMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"truncationMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14truncationModeyQrAA4TextV010TruncationE0OF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/truncationMode(_:)":{"role":"symbol","title":"truncationMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/truncationMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/truncationmode(_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/underline(_:pattern:color:).json b/data/documentation/flow/hflow/underline(_:pattern:color:).json index 1e9dfd2b..7628757f 100644 --- a/data/documentation/flow/hflow/underline(_:pattern:color:).json +++ b/data/documentation/flow/hflow/underline(_:pattern:color:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":" = .solid, "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/underline(_:pattern:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/underline(_:pattern:color:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.underline(_:pattern:color:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"underline(_:pattern:color:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9underline_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow/HFlow/underline(_:pattern:color:)":{"role":"symbol","title":"underline(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/underline(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/underline(_:pattern:color:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":" = .solid, "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/underline(_:pattern:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/underline(_:pattern:color:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.underline(_:pattern:color:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"underline(_:pattern:color:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9underline_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/underline(_:pattern:color:)":{"role":"symbol","title":"underline(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/underline(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/underline(_:pattern:color:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/updatecache(_:subviews:).json b/data/documentation/flow/hflow/updatecache(_:subviews:).json index 8405a1c3..330648be 100644 --- a/data/documentation/flow/hflow/updatecache(_:subviews:).json +++ b/data/documentation/flow/hflow/updatecache(_:subviews:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/updatecache(_:subviews:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/updateCache(_:subviews:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.updateCache(_:subviews:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"updateCache(_:subviews:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE11updateCache_8subviewsy0E0Qzz_AA0C8SubviewsVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/updateCache(_:subviews:)":{"role":"symbol","title":"updateCache(_:subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/updateCache(_:subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/updatecache(_:subviews:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/updatecache(_:subviews:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/updateCache(_:subviews:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.updateCache(_:subviews:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"updateCache(_:subviews:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE11updateCache_8subviewsy0E0Qzz_AA0C8SubviewsVtF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/updateCache(_:subviews:)":{"role":"symbol","title":"updateCache(_:subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/updateCache(_:subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/updatecache(_:subviews:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/layout-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/useractivity(_:element:_:).json b/data/documentation/flow/hflow/useractivity(_:element:_:).json index f46be1ac..6183273e 100644 --- a/data/documentation/flow/hflow/useractivity(_:element:_:).json +++ b/data/documentation/flow/hflow/useractivity(_:element:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"update"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/useractivity(_:element:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:element:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.userActivity(_:element:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"userActivity(_:element:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12userActivity_7element_QrSS_qd__Sgyqd___So06NSUserE0CtctlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow/userActivity(_:element:_:)":{"role":"symbol","title":"userActivity(_:element:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:element:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/useractivity(_:element:_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"update"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/useractivity(_:element:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:element:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.userActivity(_:element:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"userActivity(_:element:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12userActivity_7element_QrSS_qd__Sgyqd___So06NSUserE0CtctlF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/userActivity(_:element:_:)":{"role":"symbol","title":"userActivity(_:element:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:element:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/useractivity(_:element:_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/useractivity(_:isactive:_:).json b/data/documentation/flow/hflow/useractivity(_:isactive:_:).json index 619073c3..aa233e6c 100644 --- a/data/documentation/flow/hflow/useractivity(_:isactive:_:).json +++ b/data/documentation/flow/hflow/useractivity(_:isactive:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"update"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/useractivity(_:isactive:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:isActive:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.userActivity(_:isActive:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"userActivity(_:isActive:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12userActivity_8isActive_QrSS_SbySo06NSUserE0CctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/userActivity(_:isActive:_:)":{"role":"symbol","title":"userActivity(_:isActive:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:isActive:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/useractivity(_:isactive:_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"update"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/useractivity(_:isactive:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:isActive:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.userActivity(_:isActive:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"userActivity(_:isActive:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12userActivity_8isActive_QrSS_SbySo06NSUserE0CctF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/userActivity(_:isActive:_:)":{"role":"symbol","title":"userActivity(_:isActive:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:isActive:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/useractivity(_:isactive:_:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/view-implementations.json b/data/documentation/flow/hflow/view-implementations.json index 217d340a..de770262 100644 --- a/data/documentation/flow/hflow/view-implementations.json +++ b/data/documentation/flow/hflow/view-implementations.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/flow\/hflow\/view-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Methods","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/accentColor(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-2b1x0","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-49w7d","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(addTraits:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hidden:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hint:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(identifier:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(inputLabels:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(label:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(removeTraits:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(selectionIdentifier:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(sortPriority:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(value:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(action:label:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-3ye2r","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-6kopb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-7u3aq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActions(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-2o3yv","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-u8xj","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAddTraits(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAdjustableAction(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChartDescriptor(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChildren(children:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-16nbn","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-1x0bz","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2bokw","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2r7hp","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2rt7d","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-4d5hb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-5uvec","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-8ooyc","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityElement(children:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:equals:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHeading(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-14pkj","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-5v5xr","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-69l1v","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIdentifier(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIgnoresInvertColors(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3lraq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3wipq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-7vi4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-2i4lg","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-4vwen","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-iz0t","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabeledPair(role:id:in:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLinkedGroup(id:in:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRemoveTraits(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRepresentation(representation:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRespondsToUserInteraction(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1j0cg","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1t7hl","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-8ta7e","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-sbub","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-9nh1s","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-2vwvn","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-66fun","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9r27v","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9w3z3","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-3myjn","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-4xjqg","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-6nl82","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-9qjk1","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotorEntry(id:in:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityScrollAction(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilitySortPriority(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityTextContentType(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-155rg","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-1jjzi","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-3aha8","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-2mkj2","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-5u239","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-6blwr","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hhem","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hr5q","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-ikrt","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-2nvn2","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-3fzej","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-6jcxi","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-5pll3","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-6b6sb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-9w3jm","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:message:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(item:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-23hnr","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-32rr0","doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsHitTesting(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsTightening(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/anchorPreference(key:value:transform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:value:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3gbz3","doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3hxyh","doc:\/\/Flow\/documentation\/Flow\/HFlow\/autocorrectionDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:alignment:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-52372","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-8uh7a","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(alignment:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-350t8","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-82ege","doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3qbt4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3uci9","doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-7uhe7","doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-80e6s","doc:\/\/Flow\/documentation\/Flow\/HFlow\/baselineOffset(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/blendMode(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/blur(radius:opaque:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/bold(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/border(_:width:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/brightness(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonBorderShape(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-1jo2i","doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-3013y","doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipShape(_:style:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipped(antialiased:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorInvert()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorMultiply(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorScheme(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/compositingGroup()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu","doc:\/\/Flow\/documentation\/Flow\/HFlow\/containerShape(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:_:eoFill:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:eoFill:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentTransition(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(forSelectionType:menu:primaryAction:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:preview:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contrast(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlGroupStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlSize(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/coordinateSpace(name:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/copyable(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/cornerRadius(_:antialiased:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/cuttable(for:action:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/datePickerStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultAppStorage(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultFocus(_:_:priority:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/deleteDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/disableAutocorrection(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/disabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/disclosureGroupStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:preview:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/drawingGroup(opaque:colorMode:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/dropDestination(for:action:isTargeted:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/dynamicTypeSize(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/edgesIgnoringSafeArea(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/environment(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/environmentObject(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:onEdit:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:onEdit:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cml8","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:file:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:files:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize(horizontal:vertical:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/flipsForRightToLeftLayoutDirection(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusScope(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusSection()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:onFocusChange:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:equals:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-1oj1k","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-72iks","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-1g8yb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-2uhsz","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-509f7","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-6hb65","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-30epx","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-7o0kf","doc:\/\/Flow\/documentation\/Flow\/HFlow\/font(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontDesign(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWeight(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWidth(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundColor(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/formStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(width:height:alignment:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gaugeStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/grayscale(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellAnchor(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellColumns(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellUnsizedAxes(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridColumnAlignment(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/groupBoxStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/handlesExternalEvents(preferring:allowing:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/headerProminence(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-2xzqx","doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6f7lm","doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6gq90","doc:\/\/Flow\/documentation\/Flow\/HFlow\/hidden()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/highPriorityGesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/horizontalRadioGroupLayout()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/hueRotation(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/id(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/ignoresSafeArea(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/imageScale(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/importableFromServices(for:action:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/importsItemProviders(_:onImport:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactionActivityTrackingTag(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactiveDismissDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/italic(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/itemProvider(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/kerning(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-74jyb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-7wew3","doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:localization:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/labeledContentStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelsHidden()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutPriority(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutValue(key:value:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-24rqv","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-2lqts","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-35exb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-9ldcg","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:reservesSpace:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineSpacing(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1an8e","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1fm4p","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowBackground(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowInsets(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparator(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparatorTint(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparator(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparatorTint(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/luminanceToAlpha()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuButtonStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuIndicator(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuOrder(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/minimumScaleFactor(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/modifier(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospaced(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospacedDigit()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/moveDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/multilineTextAlignment(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarBackButtonHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-30lc5","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-3samq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-9q9hb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-446f1","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-7xipf","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-mfrz","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(for:destination:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(isPresented:destination:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-1nesc","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-3pznm","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-5cbos","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-90sbj","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-26zdk","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-511kp","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-n3g","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-3rhjr","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-87hs0","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-92afp","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-lbkf","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-y12r","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(x:y:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onAppear(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onChange(of:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCommand(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinueUserActivity(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinuousHover(coordinateSpace:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCopyCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCutCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDeleteCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDisappear(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:preview:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-3w2p4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-4gso4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1mtck","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1yass","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-2zpjb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-9hsps","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onExitCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onHover(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onMoveCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onOpenURL(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-39zo0","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-6kuxp","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2bfq5","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2lpbk","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPlayPauseCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPreferenceChange(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onReceive(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onSubmit(of:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:coordinateSpace:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/opacity(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:alignment:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:in:fillStyle:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(alignment:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-2scwj","doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-8vtm9","doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/pageCommand(value:in:step:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/pasteDestination(for:action:validator:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/persistentSystemOverlays(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/pickerStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(x:y:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/preference(key:value:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/preferredColorScheme(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/prefersDefaultFocus(_:in:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:selection:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDragIndicator(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowToolbarStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewContext(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDevice(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDisplayName(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewInterfaceOrientation(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewLayout(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/privacySensitive(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/progressViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/projectionEffect(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/redacted(reason:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/refreshable(action:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-2h5yn","doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-4jhu2","doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotationEffect(_:anchor:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-2ijz7","doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-6lkmi","doc:\/\/Flow\/documentation\/Flow\/HFlow\/saturation(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-2111t","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-hkch","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(x:y:anchor:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFill()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFit()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollContentBackground(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDismissesKeyboard(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollIndicators(_:axes:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchCompletion(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchScopes(_:scopes:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:for:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-27oez","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-3rnvo","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-vjyv","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-3l28p","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-5znzz","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-rlnm","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4e2m","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4rkpw","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-9cixd","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba","doc:\/\/Flow\/documentation\/Flow\/HFlow\/shadow(color:radius:x:y:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(isPresented:onDismiss:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(item:onDismiss:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/simultaneousGesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAdjustedPitch(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAlwaysIncludesPunctuation(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAnnouncementsQueued(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechSpellsOutCharacters(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/strikethrough(_:pattern:color:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitLabel(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitScope(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/swipeActions(edge:allowsFullSwipe:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolRenderingMode(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolVariant(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabItem(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tableStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tag(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(id:priority:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(priority:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/textCase(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/textContentType(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/textFieldStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/textSelection(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tint(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toggleStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(_:for:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-2q1i","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-8tq97","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(id:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarBackground(_:for:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarColorScheme(_:for:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarRole(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarTitleMenu(content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarCustomizationLabel(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPresence(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPrincipal(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tracking(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transaction(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformAnchorPreference(key:value:transform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEffect(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEnvironment(_:transform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformPreference(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transition(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/truncationMode(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/underline(_:pattern:color:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/unredacted()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:element:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:isActive:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/zIndex(_:)"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Flow"}],"role":"collectionGroup","title":"View Implementations"},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow"]]},"references":{"doc://Flow/documentation/Flow/HFlow/alignmentGuide(_:computeValue:)-32rr0":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-32rr0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-32rr0"},"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-5v5xr":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-5v5xr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-5v5xr"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-4e2m":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4e2m","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4e2m"},"doc://Flow/documentation/Flow/HFlow/overlayPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlaypreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow/HFlow/navigationBarHidden(_:)":{"role":"symbol","title":"navigationBarHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarHidden(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbarhidden(_:)"},"doc://Flow/documentation/Flow/HFlow/datePickerStyle(_:)":{"role":"symbol","title":"datePickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/datePickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/datepickerstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/prefersDefaultFocus(_:in:)":{"role":"symbol","title":"prefersDefaultFocus(_:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/prefersDefaultFocus(_:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/prefersdefaultfocus(_:in:)"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hymm"},"doc://Flow/documentation/Flow/HFlow/focusScope(_:)":{"role":"symbol","title":"focusScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusscope(_:)"},"doc://Flow/documentation/Flow/HFlow/transaction(_:)":{"role":"symbol","title":"transaction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transaction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transaction(_:)"},"doc://Flow/documentation/Flow/HFlow/onCutCommand(perform:)":{"role":"symbol","title":"onCutCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCutCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncutcommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/textContentType(_:)":{"role":"symbol","title":"textContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textcontenttype(_:)"},"doc://Flow/documentation/Flow/HFlow/border(_:width:)":{"role":"symbol","title":"border(_:width:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/border(_:width:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/border(_:width:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabeledPair(role:id:in:)":{"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabeledPair(role:id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabeledpair(role:id:in:)"},"doc://Flow/documentation/Flow/HFlow/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/onTapGesture(count:perform:)":{"role":"symbol","title":"onTapGesture(count:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ontapgesture(count:perform:)"},"doc://Flow/documentation/Flow/HFlow/onCopyCommand(perform:)":{"role":"symbol","title":"onCopyCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCopyCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncopycommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/mask(alignment:_:)":{"role":"symbol","title":"mask(alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/mask(alignment:_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityInputLabels(_:)-3lraq":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3lraq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-3lraq"},"doc://Flow/documentation/Flow/HFlow/accessibilityIgnoresInvertColors(_:)":{"role":"symbol","title":"accessibilityIgnoresInvertColors(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIgnoresInvertColors(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityignoresinvertcolors(_:)"},"doc://Flow/documentation/Flow/HFlow/handlesExternalEvents(preferring:allowing:)":{"role":"symbol","title":"handlesExternalEvents(preferring:allowing:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/handlesExternalEvents(preferring:allowing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/handlesexternalevents(preferring:allowing:)"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-30lc5":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-30lc5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-30lc5"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:validator:perform:)-2lpbk":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2lpbk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2lpbk"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-2nvn2":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-2nvn2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-2nvn2"},"doc://Flow/documentation/Flow/HFlow/transition(_:)":{"role":"symbol","title":"transition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transition(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:)":{"role":"symbol","title":"navigationDocument(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:)"},"doc://Flow/documentation/Flow/HFlow/contextMenu(menuItems:)":{"role":"symbol","title":"contextMenu(menuItems:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(menuitems:)"},"doc://Flow/documentation/Flow/HFlow/renameAction(_:)-4jhu2":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-4jhu2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/renameaction(_:)-4jhu2"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-2vwvn":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-2vwvn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-2vwvn"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-1mtck":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1mtck","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1mtck"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:message:)-9w3jm":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-9w3jm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-9w3jm"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-66fun":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-66fun","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-66fun"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:pressing:perform:)"},"doc://Flow/documentation/Flow/HFlow/onDeleteCommand(perform:)":{"role":"symbol","title":"onDeleteCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDeleteCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondeletecommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityActions(_:)":{"role":"symbol","title":"accessibilityActions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactions(_:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:message:)-6b6sb":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-6b6sb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-6b6sb"},"doc://Flow/documentation/Flow/HFlow/focusedSceneObject(_:)-1g8yb":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-1g8yb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedsceneobject(_:)-1g8yb"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-3samq":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-3samq","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-3samq"},"doc://Flow/documentation/Flow/HFlow/background(in:fillStyle:)-350t8":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-350t8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(in:fillstyle:)-350t8"},"doc://Flow/documentation/Flow/HFlow/tint(_:)":{"role":"symbol","title":"tint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tint(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tint(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-92afp":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-92afp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-92afp"},"doc://Flow/documentation/Flow/HFlow/edgesIgnoringSafeArea(_:)":{"role":"symbol","title":"edgesIgnoringSafeArea(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/edgesIgnoringSafeArea(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/edgesignoringsafearea(_:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-cln4"},"doc://Flow/documentation/Flow/HFlow/onReceive(_:perform:)":{"role":"symbol","title":"onReceive(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onReceive(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onreceive(_:perform:)"},"doc://Flow/documentation/Flow/HFlow/previewDevice(_:)":{"role":"symbol","title":"previewDevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDevice(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewdevice(_:)"},"doc://Flow/documentation/Flow/HFlow/focusedValue(_:_:)-7o0kf":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-7o0kf","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedvalue(_:_:)-7o0kf"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-713bu"},"doc://Flow/documentation/Flow/HFlow/help(_:)-6gq90":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6gq90","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-6gq90"},"doc://Flow/documentation/Flow/HFlow/italic(_:)":{"role":"symbol","title":"italic(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/italic(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/italic(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-8ta7e":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-8ta7e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-8ta7e"},"doc://Flow/documentation/Flow/HFlow/accessibilityAddTraits(_:)":{"role":"symbol","title":"accessibilityAddTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAddTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaddtraits(_:)"},"doc://Flow/documentation/Flow/HFlow/draggable(_:preview:)":{"role":"symbol","title":"draggable(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/draggable(_:preview:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8prlz"},"doc://Flow/documentation/Flow/HFlow/offset(_:)":{"role":"symbol","title":"offset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/offset(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityShowsLargeContentViewer()":{"role":"symbol","title":"accessibilityShowsLargeContentViewer()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer()"},"doc://Flow/documentation/Flow/HFlow/alert(item:content:)":{"role":"symbol","title":"alert(item:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(item:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/alert(item:content:)"},"doc://Flow/documentation/Flow/HFlow/frame()":{"role":"symbol","title":"frame()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame()","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/frame()"},"doc://Flow/documentation/Flow/HFlow/symbolVariant(_:)":{"role":"symbol","title":"symbolVariant(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolVariant(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/symbolvariant(_:)"},"doc://Flow/documentation/Flow/HFlow/focusedSceneValue(_:_:)-6hb65":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-6hb65","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-6hb65"},"doc://Flow/documentation/Flow/HFlow/accessibility(hint:)":{"role":"symbol","title":"accessibility(hint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hint:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(hint:)"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-9hsps":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-9hsps","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-9hsps"},"doc://Flow/documentation/Flow/HFlow/toolbar(_:for:)":{"role":"symbol","title":"toolbar(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(_:for:)"},"doc://Flow/documentation/Flow/HFlow/navigationViewStyle(_:)":{"role":"symbol","title":"navigationViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationViewStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/focusable(_:)":{"role":"symbol","title":"focusable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusable(_:)"},"doc://Flow/documentation/Flow/HFlow/focusSection()":{"role":"symbol","title":"focusSection()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusSection()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focussection()"},"doc://Flow/documentation/Flow/HFlow/task(id:priority:_:)":{"role":"symbol","title":"task(id:priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(id:priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/task(id:priority:_:)"},"doc://Flow/documentation/Flow/HFlow/underline(_:pattern:color:)":{"role":"symbol","title":"underline(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/underline(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/underline(_:pattern:color:)"},"doc://Flow/documentation/Flow/HFlow/touchBarItemPresence(_:)":{"role":"symbol","title":"touchBarItemPresence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPresence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbaritempresence(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityHeading(_:)":{"role":"symbol","title":"accessibilityHeading(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHeading(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityheading(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-6nl82":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-6nl82","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-6nl82"},"doc://Flow/documentation/Flow/HFlow/touchBarItemPrincipal(_:)":{"role":"symbol","title":"touchBarItemPrincipal(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPrincipal(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbaritemprincipal(_:)"},"doc://Flow/documentation/Flow/HFlow/focusedSceneValue(_:_:)-509f7":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-509f7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-509f7"},"doc://Flow/documentation/Flow/HFlow/gaugeStyle(_:)":{"role":"symbol","title":"gaugeStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gaugeStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gaugestyle(_:)"},"doc://Flow/documentation/Flow/HFlow/safeAreaInset(edge:alignment:spacing:content:)-6lkmi":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-6lkmi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-6lkmi"},"doc://Flow/documentation/Flow/HFlow/onPlayPauseCommand(perform:)":{"role":"symbol","title":"onPlayPauseCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPlayPauseCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onplaypausecommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-14pkj":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-14pkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-14pkj"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cr6a"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-6jcxi":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-6jcxi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-6jcxi"},"doc://Flow/documentation/Flow/HFlow/onDrag(_:)":{"role":"symbol","title":"onDrag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrag(_:)"},"doc://Flow/documentation/Flow/HFlow/submitLabel(_:)":{"role":"symbol","title":"submitLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/submitlabel(_:)"},"doc://Flow/documentation/Flow/HFlow/help(_:)-2xzqx":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-2xzqx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-2xzqx"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-87hs0":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-87hs0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-87hs0"},"doc://Flow/documentation/Flow/HFlow/accessibility(activationPoint:)-2b1x0":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-2b1x0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(activationpoint:)-2b1x0"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-4d5hb":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-4d5hb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-4d5hb"},"doc://Flow/documentation/Flow/HFlow/gridCellUnsizedAxes(_:)":{"role":"symbol","title":"gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellUnsizedAxes(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellunsizedaxes(_:)"},"doc://Flow/documentation/Flow/HFlow/symbolRenderingMode(_:)":{"role":"symbol","title":"symbolRenderingMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolRenderingMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/symbolrenderingmode(_:)"},"doc://Flow/documentation/Flow/HFlow/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"},"doc://Flow/documentation/Flow/HFlow/searchScopes(_:scopes:)":{"role":"symbol","title":"searchScopes(_:scopes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchScopes(_:scopes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchscopes(_:scopes:)"},"doc://Flow/documentation/Flow/HFlow/truncationMode(_:)":{"role":"symbol","title":"truncationMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/truncationMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/truncationmode(_:)"},"doc://Flow/documentation/Flow/HFlow/bold(_:)":{"role":"symbol","title":"bold(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/bold(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/bold(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-1nesc":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-1nesc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-1nesc"},"doc://Flow/documentation/Flow/HFlow/accessibility(activationPoint:)-49w7d":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-49w7d","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(activationpoint:)-49w7d"},"doc://Flow/documentation/Flow/HFlow/onChange(of:perform:)":{"role":"symbol","title":"onChange(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onChange(of:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onchange(of:perform:)"},"doc://Flow/documentation/Flow/HFlow/transformEffect(_:)":{"role":"symbol","title":"transformEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformeffect(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityActivationPoint(_:)-2o3yv":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-2o3yv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-2o3yv"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-2phj7"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-3qbt4":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3qbt4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-3qbt4"},"doc://Flow/documentation/Flow/HFlow/environment(_:_:)":{"role":"symbol","title":"environment(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environment(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/environment(_:_:)"},"doc://Flow/documentation/Flow/HFlow/progressViewStyle(_:)":{"role":"symbol","title":"progressViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/progressViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/progressviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-1t7hl":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1t7hl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1t7hl"},"doc://Flow/documentation/Flow/HFlow/disclosureGroupStyle(_:)":{"role":"symbol","title":"disclosureGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disclosureGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/disclosuregroupstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-9qjk1":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-9qjk1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-9qjk1"},"doc://Flow/documentation/Flow/HFlow/alert(isPresented:error:actions:)":{"role":"symbol","title":"alert(isPresented:error:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(ispresented:error:actions:)"},"doc://Flow/documentation/Flow/HFlow/deleteDisabled(_:)":{"role":"symbol","title":"deleteDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/deleteDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/deletedisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:delegate:)-3w2p4":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-3w2p4","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:delegate:)-3w2p4"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:)-74jyb":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-74jyb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:)-74jyb"},"doc://Flow/documentation/Flow/HFlow/defaultFocus(_:_:priority:)":{"role":"symbol","title":"defaultFocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultFocus(_:_:priority:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/defaultfocus(_:_:priority:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2ywx"},"doc://Flow/documentation/Flow/HFlow/pickerStyle(_:)":{"role":"symbol","title":"pickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pickerstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/baselineOffset(_:)":{"role":"symbol","title":"baselineOffset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/baselineOffset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/baselineoffset(_:)"},"doc://Flow/documentation/Flow/HFlow/background(_:in:fillStyle:)-8uh7a":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-8uh7a","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-8uh7a"},"doc://Flow/documentation/Flow/HFlow/contentTransition(_:)":{"role":"symbol","title":"contentTransition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentTransition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contenttransition(_:)"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-5cml8":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cml8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cml8"},"doc://Flow/documentation/Flow/HFlow/focusedValue(_:_:)-30epx":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-30epx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedvalue(_:_:)-30epx"},"doc://Flow/documentation/Flow/HFlow/position(x:y:)":{"role":"symbol","title":"position(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/position(x:y:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityElement(children:)":{"role":"symbol","title":"accessibilityElement(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityElement(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityelement(children:)"},"doc://Flow/documentation/Flow/HFlow/refreshable(action:)":{"role":"symbol","title":"refreshable(action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/refreshable(action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/refreshable(action:)"},"doc://Flow/documentation/Flow/HFlow/zIndex(_:)":{"role":"symbol","title":"zIndex(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/zIndex(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/zindex(_:)"},"doc://Flow/documentation/Flow/HFlow/contextMenu(menuItems:preview:)":{"role":"symbol","title":"contextMenu(menuItems:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(menuitems:preview:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-69l1v":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-69l1v","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-69l1v"},"doc://Flow/documentation/Flow/HFlow/sheet(item:onDismiss:content:)":{"role":"symbol","title":"sheet(item:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(item:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sheet(item:ondismiss:content:)"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:)-7wew3":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-7wew3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:)-7wew3"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-1x0bz":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-1x0bz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-1x0bz"},"doc://Flow/documentation/Flow/HFlow/allowsHitTesting(_:)":{"role":"symbol","title":"allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsHitTesting(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/allowshittesting(_:)"},"doc://Flow/documentation/Flow/HFlow/focusedObject(_:)-72iks":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-72iks","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedobject(_:)-72iks"},"doc://Flow/documentation/Flow/HFlow/opacity(_:)":{"role":"symbol","title":"opacity(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/opacity(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/opacity(_:)"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-7uhe7":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-7uhe7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-7uhe7"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-7u3aq":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-7u3aq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-7u3aq"},"doc://Flow/documentation/Flow/HFlow/dropDestination(for:action:isTargeted:)":{"role":"symbol","title":"dropDestination(for:action:isTargeted:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dropDestination(for:action:isTargeted:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/dropdestination(for:action:istargeted:)"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-y12r":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-y12r","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-y12r"},"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-3aha8":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-3aha8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-3aha8"},"doc://Flow/documentation/Flow/HFlow/drawingGroup(opaque:colorMode:)":{"role":"symbol","title":"drawingGroup(opaque:colorMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/drawingGroup(opaque:colorMode:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/drawinggroup(opaque:colormode:)"},"doc://Flow/documentation/Flow/HFlow/onPreferenceChange(_:perform:)":{"role":"symbol","title":"onPreferenceChange(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPreferenceChange(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpreferencechange(_:perform:)"},"doc://Flow/documentation/Flow/HFlow/fileMover(isPresented:file:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:file:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/filemover(ispresented:file:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-iz0t":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-iz0t","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-iz0t"},"doc://Flow/documentation/Flow/HFlow/onOpenURL(perform:)":{"role":"symbol","title":"onOpenURL(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onOpenURL(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onopenurl(perform:)"},"doc://Flow/documentation/Flow/HFlow/mask(_:)":{"role":"symbol","title":"mask(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/mask(_:)"},"doc://Flow/documentation/Flow/HFlow/labelsHidden()":{"role":"symbol","title":"labelsHidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelsHidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labelshidden()"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-3myjn":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-3myjn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-3myjn"},"doc://Flow/documentation/Flow/HFlow/menuIndicator(_:)":{"role":"symbol","title":"menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menuindicator(_:)"},"doc://Flow/documentation/Flow/HFlow/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"},"doc://Flow/documentation/Flow/HFlow/safeAreaInset(edge:alignment:spacing:content:)-2ijz7":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-2ijz7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-2ijz7"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-3fzej":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-3fzej","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-3fzej"},"doc://Flow/documentation/Flow/HFlow/importsItemProviders(_:onImport:)":{"role":"symbol","title":"importsItemProviders(_:onImport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importsItemProviders(_:onImport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/importsitemproviders(_:onimport:)"},"doc://Flow/documentation/Flow/HFlow/listItemTint(_:)-1fm4p":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1fm4p","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listitemtint(_:)-1fm4p"},"doc://Flow/documentation/Flow/HFlow/previewDisplayName(_:)":{"role":"symbol","title":"previewDisplayName(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDisplayName(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewdisplayname(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityChartDescriptor(_:)":{"role":"symbol","title":"accessibilityChartDescriptor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChartDescriptor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitychartdescriptor(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationDestination(isPresented:destination:)":{"role":"symbol","title":"navigationDestination(isPresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(isPresented:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdestination(ispresented:destination:)"},"doc://Flow/documentation/Flow/HFlow/font(_:)":{"role":"symbol","title":"font(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/font(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/font(_:)"},"doc://Flow/documentation/Flow/HFlow/focused(_:)":{"role":"symbol","title":"focused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focused(_:)"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:modifiers:localization:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:localization:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:localization:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3r6cc"},"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-1jjzi":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-1jjzi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-1jjzi"},"doc://Flow/documentation/Flow/HFlow/listRowSeparatorTint(_:edges:)":{"role":"symbol","title":"listRowSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/simultaneousGesture(_:including:)":{"role":"symbol","title":"simultaneousGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/simultaneousGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/simultaneousgesture(_:including:)"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-35exb":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-35exb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-35exb"},"doc://Flow/documentation/Flow/HFlow/accessibility(label:)":{"role":"symbol","title":"accessibility(label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(label:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(label:)"},"doc://Flow/documentation/Flow/HFlow/onAppear(perform:)":{"role":"symbol","title":"onAppear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onAppear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onappear(perform:)"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-9q9hb":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-9q9hb","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-9q9hb"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-8y6ks"},"doc://Flow/documentation/Flow/HFlow/preferredColorScheme(_:)":{"role":"symbol","title":"preferredColorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preferredColorScheme(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/preferredcolorscheme(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-26zdk":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-26zdk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-26zdk"},"doc://Flow/documentation/Flow/HFlow/buttonStyle(_:)-1jo2i":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-1jo2i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonstyle(_:)-1jo2i"},"doc://Flow/documentation/Flow/HFlow/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/focusedSceneObject(_:)-2uhsz":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-2uhsz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedsceneobject(_:)-2uhsz"},"doc://Flow/documentation/Flow/HFlow/cornerRadius(_:antialiased:)":{"role":"symbol","title":"cornerRadius(_:antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cornerRadius(_:antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/cornerradius(_:antialiased:)"},"doc://Flow/documentation/Flow/HFlow/toolbarColorScheme(_:for:)":{"role":"symbol","title":"toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarColorScheme(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarcolorscheme(_:for:)"},"doc://Flow/documentation/Flow/HFlow/speechAnnouncementsQueued(_:)":{"role":"symbol","title":"speechAnnouncementsQueued(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAnnouncementsQueued(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechannouncementsqueued(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-2i4lg":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-2i4lg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-2i4lg"},"doc://Flow/documentation/Flow/HFlow/searchSuggestions(_:for:)":{"role":"symbol","title":"searchSuggestions(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchsuggestions(_:for:)"},"doc://Flow/documentation/Flow/HFlow/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/HFlow/previewLayout(_:)":{"role":"symbol","title":"previewLayout(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewLayout(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewlayout(_:)"},"doc://Flow/documentation/Flow/HFlow/exportsItemProviders(_:onExport:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:)"},"doc://Flow/documentation/Flow/HFlow/hidden()":{"role":"symbol","title":"hidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/hidden()"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-3uci9":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3uci9","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-3uci9"},"doc://Flow/documentation/Flow/HFlow/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(identifier:)":{"role":"symbol","title":"accessibility(identifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(identifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(identifier:)"},"doc://Flow/documentation/Flow/HFlow/transformAnchorPreference(key:value:transform:)":{"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformAnchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformanchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow/HFlow/fontDesign(_:)":{"role":"symbol","title":"fontDesign(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontDesign(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontdesign(_:)"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:delegate:)-4gso4":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-4gso4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:delegate:)-4gso4"},"doc://Flow/documentation/Flow/HFlow/toolbarBackground(_:for:)":{"role":"symbol","title":"toolbarBackground(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarBackground(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarbackground(_:for:)"},"doc://Flow/documentation/Flow/HFlow/overlay(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/HFlow/blur(radius:opaque:)":{"role":"symbol","title":"blur(radius:opaque:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blur(radius:opaque:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/blur(radius:opaque:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8yj8e"},"doc://Flow/documentation/Flow/HFlow/exportableToServices(_:)":{"role":"symbol","title":"exportableToServices(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportabletoservices(_:)"},"doc://Flow/documentation/Flow/HFlow/listRowInsets(_:)":{"role":"symbol","title":"listRowInsets(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowInsets(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowinsets(_:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-15c2g"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:message:)-5pll3":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-5pll3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-5pll3"},"doc://Flow/documentation/Flow/HFlow/listSectionSeparatorTint(_:edges:)":{"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listsectionseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:validator:perform:)-2bfq5":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2bfq5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2bfq5"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2n36l"},"doc://Flow/documentation/Flow/HFlow/scaleEffect(_:anchor:)-hkch":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-hkch","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaleeffect(_:anchor:)-hkch"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-73fnq"},"doc://Flow/documentation/Flow/HFlow/touchBar(_:)":{"role":"symbol","title":"touchBar(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbar(_:)"},"doc://Flow/documentation/Flow/HFlow/cuttable(for:action:)":{"role":"symbol","title":"cuttable(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cuttable(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/cuttable(for:action:)"},"doc://Flow/documentation/Flow/HFlow/groupBoxStyle(_:)":{"role":"symbol","title":"groupBoxStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/groupBoxStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/groupboxstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/alignmentGuide(_:computeValue:)-23hnr":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-23hnr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-23hnr"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-9w3z3":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9w3z3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9w3z3"},"doc://Flow/documentation/Flow/HFlow/scrollDismissesKeyboard(_:)":{"role":"symbol","title":"scrollDismissesKeyboard(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDismissesKeyboard(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrolldismisseskeyboard(_:)"},"doc://Flow/documentation/Flow/HFlow/brightness(_:)":{"role":"symbol","title":"brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/brightness(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/brightness(_:)"},"doc://Flow/documentation/Flow/HFlow/gesture(_:including:)":{"role":"symbol","title":"gesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gesture(_:including:)"},"doc://Flow/documentation/Flow/HFlow/textCase(_:)":{"role":"symbol","title":"textCase(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textCase(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textcase(_:)"},"doc://Flow/documentation/Flow/HFlow/persistentSystemOverlays(_:)":{"role":"symbol","title":"persistentSystemOverlays(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/persistentSystemOverlays(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/persistentsystemoverlays(_:)"},"doc://Flow/documentation/Flow/HFlow/controlSize(_:)":{"role":"symbol","title":"controlSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/controlsize(_:)"},"doc://Flow/documentation/Flow/HFlow/overlay(_:alignment:)":{"role":"symbol","title":"overlay(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/overlay(_:alignment:)"},"doc://Flow/documentation/Flow/HFlow/highPriorityGesture(_:including:)":{"role":"symbol","title":"highPriorityGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/highPriorityGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/highprioritygesture(_:including:)"},"doc://Flow/documentation/Flow/HFlow/backgroundStyle(_:)":{"role":"symbol","title":"backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/overlay(alignment:content:)":{"role":"symbol","title":"overlay(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(alignment:content:)"},"doc://Flow/documentation/Flow/HFlow/overlay(_:in:fillStyle:)":{"role":"symbol","title":"overlay(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:in:fillStyle:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(_:in:fillstyle:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-29t9b"},"doc://Flow/documentation/Flow/HFlow/toolbarTitleMenu(content:)":{"role":"symbol","title":"toolbarTitleMenu(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarTitleMenu(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbartitlemenu(content:)"},"doc://Flow/documentation/Flow/HFlow/preference(key:value:)":{"role":"symbol","title":"preference(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preference(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/preference(key:value:)"},"doc://Flow/documentation/Flow/HFlow/modifier(_:)":{"role":"symbol","title":"modifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/modifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/modifier(_:)"},"doc://Flow/documentation/Flow/HFlow/gridCellAnchor(_:)":{"role":"symbol","title":"gridCellAnchor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellAnchor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellanchor(_:)"},"doc://Flow/documentation/Flow/HFlow/onContinueUserActivity(_:perform:)":{"role":"symbol","title":"onContinueUserActivity(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinueUserActivity(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncontinueuseractivity(_:perform:)"},"doc://Flow/documentation/Flow/HFlow/speechAdjustedPitch(_:)":{"role":"symbol","title":"speechAdjustedPitch(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAdjustedPitch(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechadjustedpitch(_:)"},"doc://Flow/documentation/Flow/HFlow/tabViewStyle(_:)":{"role":"symbol","title":"tabViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tabviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-8ooyc":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-8ooyc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-8ooyc"},"doc://Flow/documentation/Flow/HFlow/navigationDestination(for:destination:)":{"role":"symbol","title":"navigationDestination(for:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(for:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdestination(for:destination:)"},"doc://Flow/documentation/Flow/HFlow/toolbar(content:)-8tq97":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-8tq97","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(content:)-8tq97"},"doc://Flow/documentation/Flow/HFlow/searchSuggestions(_:)":{"role":"symbol","title":"searchSuggestions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchsuggestions(_:)"},"doc://Flow/documentation/Flow/HFlow/searchCompletion(_:)":{"role":"symbol","title":"searchCompletion(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchCompletion(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchcompletion(_:)"},"doc://Flow/documentation/Flow/HFlow/colorScheme(_:)":{"role":"symbol","title":"colorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorScheme(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/colorscheme(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(selectionIdentifier:)":{"role":"symbol","title":"accessibility(selectionIdentifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(selectionIdentifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(selectionidentifier:)"},"doc://Flow/documentation/Flow/HFlow/task(priority:_:)":{"role":"symbol","title":"task(priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/task(priority:_:)"},"doc://Flow/documentation/Flow/HFlow/contrast(_:)":{"role":"symbol","title":"contrast(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contrast(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contrast(_:)"},"doc://Flow/documentation/Flow/HFlow/previewContext(_:)":{"role":"symbol","title":"previewContext(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewContext(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewcontext(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-5onml"},"doc://Flow/documentation/Flow/HFlow/onContinuousHover(coordinateSpace:perform:)":{"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinuousHover(coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncontinuoushover(coordinatespace:perform:)"},"doc://Flow/documentation/Flow/HFlow/projectionEffect(_:)":{"role":"symbol","title":"projectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/projectionEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/projectioneffect(_:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:)-5u239":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-5u239","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-5u239"},"doc://Flow/documentation/Flow/HFlow/clipped(antialiased:)":{"role":"symbol","title":"clipped(antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipped(antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/clipped(antialiased:)"},"doc://Flow/documentation/Flow/HFlow/help(_:)-6f7lm":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6f7lm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-6f7lm"},"doc://Flow/documentation/Flow/HFlow/gridColumnAlignment(_:)":{"role":"symbol","title":"gridColumnAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridColumnAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcolumnalignment(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-sbub":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-sbub","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-sbub"},"doc://Flow/documentation/Flow/HFlow/background(ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/HFlow/textSelection(_:)":{"role":"symbol","title":"textSelection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textSelection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textselection(_:)"},"doc://Flow/documentation/Flow/HFlow/unredacted()":{"role":"symbol","title":"unredacted()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"unredacted"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/unredacted()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/unredacted()"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotorEntry(id:in:)":{"role":"symbol","title":"accessibilityRotorEntry(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotorEntry(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotorentry(id:in:)"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-2zpjb":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-2zpjb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-2zpjb"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-80e6s":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-80e6s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-80e6s"},"doc://Flow/documentation/Flow/HFlow/disabled(_:)":{"role":"symbol","title":"disabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/disabled(_:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-3l28p":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-3l28p","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-3l28p"},"doc://Flow/documentation/Flow/HFlow/autocorrectionDisabled(_:)":{"role":"symbol","title":"autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/autocorrectionDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/autocorrectiondisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-7xipf":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-7xipf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-7xipf"},"doc://Flow/documentation/Flow/HFlow/speechAlwaysIncludesPunctuation(_:)":{"role":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAlwaysIncludesPunctuation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechalwaysincludespunctuation(_:)"},"doc://Flow/documentation/Flow/HFlow/importableFromServices(for:action:)":{"role":"symbol","title":"importableFromServices(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importableFromServices(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/importablefromservices(for:action:)"},"doc://Flow/documentation/Flow/HFlow/onDrag(_:preview:)":{"role":"symbol","title":"onDrag(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrag(_:preview:)"},"doc://Flow/documentation/Flow/HFlow/animation(_:)":{"role":"symbol","title":"animation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/animation(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityInputLabels(_:)-7vi4":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-7vi4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-7vi4"},"doc://Flow/documentation/Flow/HFlow/accessibility(removeTraits:)":{"role":"symbol","title":"accessibility(removeTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(removeTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(removetraits:)"},"doc://Flow/documentation/Flow/HFlow/defaultAppStorage(_:)":{"role":"symbol","title":"defaultAppStorage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultAppStorage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/defaultappstorage(_:)"},"doc://Flow/documentation/Flow/HFlow/interactiveDismissDisabled(_:)":{"role":"symbol","title":"interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactiveDismissDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/interactivedismissdisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-4xjqg":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-4xjqg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-4xjqg"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:modifiers:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(addTraits:)":{"role":"symbol","title":"accessibility(addTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(addTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(addtraits:)"},"doc://Flow/documentation/Flow/HFlow/tabItem(_:)":{"role":"symbol","title":"tabItem(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabItem(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tabitem(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationSplitViewColumnWidth(_:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsplitviewcolumnwidth(_:)"},"doc://Flow/documentation/Flow/HFlow/exportsItemProviders(_:onExport:onEdit:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:onedit:)"},"doc://Flow/documentation/Flow/HFlow/redacted(reason:)":{"role":"symbol","title":"redacted(reason:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/redacted(reason:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/redacted(reason:)"},"doc://Flow/documentation/Flow/HFlow/textFieldStyle(_:)":{"role":"symbol","title":"textFieldStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textFieldStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textFieldStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textfieldstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-3rhjr":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-3rhjr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-3rhjr"},"doc://Flow/documentation/Flow/HFlow/speechSpellsOutCharacters(_:)":{"role":"symbol","title":"speechSpellsOutCharacters(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechSpellsOutCharacters(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechspellsoutcharacters(_:)"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9kh23"},"doc://Flow/documentation/Flow/HFlow/shadow(color:radius:x:y:)":{"role":"symbol","title":"shadow(color:radius:x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/shadow(color:radius:x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/shadow(color:radius:x:y:)"},"doc://Flow/documentation/Flow/HFlow/presentationDragIndicator(_:)":{"role":"symbol","title":"presentationDragIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDragIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentationdragindicator(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(action:label:)":{"role":"symbol","title":"accessibilityAction(action:label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(action:label:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(action:label:)"},"doc://Flow/documentation/Flow/HFlow/labeledContentStyle(_:)":{"role":"symbol","title":"labeledContentStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labeledContentStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labeledcontentstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-lbkf":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-lbkf","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-lbkf"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-511kp":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-511kp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-511kp"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-mfrz":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-mfrz","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-mfrz"},"doc://Flow/documentation/Flow/HFlow/backgroundPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-1j0cg":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1j0cg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1j0cg"},"doc://Flow/documentation/Flow/HFlow/onDisappear(perform:)":{"role":"symbol","title":"onDisappear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDisappear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondisappear(perform:)"},"doc://Flow/documentation/Flow/HFlow/scrollDisabled(_:)":{"role":"symbol","title":"scrollDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrolldisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/coordinateSpace(name:)":{"role":"symbol","title":"coordinateSpace(name:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/coordinateSpace(name:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/coordinatespace(name:)"},"doc://Flow/documentation/Flow/HFlow/sheet(isPresented:onDismiss:content:)":{"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(isPresented:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sheet(ispresented:ondismiss:content:)"},"doc://Flow/documentation/Flow/HFlow/containerShape(_:)":{"role":"symbol","title":"containerShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/containerShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/containershape(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-8hjyq"},"doc://Flow/documentation/Flow/HFlow/padding(_:)-2scwj":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-2scwj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:)-2scwj"},"doc://Flow/documentation/Flow/HFlow/environmentObject(_:)":{"role":"symbol","title":"environmentObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environmentObject(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/environmentobject(_:)"},"doc://Flow/documentation/Flow/HFlow/fontWidth(_:)":{"role":"symbol","title":"fontWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontwidth(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-9nh1s":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-9nh1s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-9nh1s"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-vjyv":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-vjyv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-vjyv"},"doc://Flow/documentation/Flow/HFlow/interactionActivityTrackingTag(_:)":{"role":"symbol","title":"interactionActivityTrackingTag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactionActivityTrackingTag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/interactionactivitytrackingtag(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityInputLabels(_:)-3wipq":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3wipq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-3wipq"},"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:)":{"role":"symbol","title":"foregroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/itemProvider(_:)":{"role":"symbol","title":"itemProvider(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/itemProvider(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/itemprovider(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRepresentation(representation:)":{"role":"symbol","title":"accessibilityRepresentation(representation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRepresentation(representation:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrepresentation(representation:)"},"doc://Flow/documentation/Flow/HFlow/listStyle(_:)":{"role":"symbol","title":"listStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/liststyle(_:)"},"doc://Flow/documentation/Flow/HFlow/presentationDetents(_:selection:)":{"role":"symbol","title":"presentationDetents(_:selection:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:selection:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentationdetents(_:selection:)"},"doc://Flow/documentation/Flow/HFlow/background(alignment:content:)":{"role":"symbol","title":"background(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(alignment:content:)"},"doc://Flow/documentation/Flow/HFlow/aspectRatio(_:contentMode:)-3hxyh":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3hxyh","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3hxyh"},"doc://Flow/documentation/Flow/HFlow/contextMenu(_:)":{"role":"symbol","title":"contextMenu(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/contextmenu(_:)"},"doc://Flow/documentation/Flow/HFlow/focused(_:equals:)":{"role":"symbol","title":"focused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focused(_:equals:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityLinkedGroup(id:in:)":{"role":"symbol","title":"accessibilityLinkedGroup(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLinkedGroup(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylinkedgroup(id:in:)"},"doc://Flow/documentation/Flow/HFlow/focusable(_:onFocusChange:)":{"role":"symbol","title":"focusable(_:onFocusChange:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:onFocusChange:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/focusable(_:onfocuschange:)"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:reservesSpace:)":{"role":"symbol","title":"lineLimit(_:reservesSpace:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:reservesSpace:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:reservesspace:)"},"doc://Flow/documentation/Flow/HFlow/horizontalRadioGroupLayout()":{"role":"symbol","title":"horizontalRadioGroupLayout()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/horizontalRadioGroupLayout()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/horizontalradiogrouplayout()"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-2lqts":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-2lqts","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-2lqts"},"doc://Flow/documentation/Flow/HFlow/pasteDestination(for:action:validator:)":{"role":"symbol","title":"pasteDestination(for:action:validator:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pasteDestination(for:action:validator:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pastedestination(for:action:validator:)"},"doc://Flow/documentation/Flow/HFlow/draggable(_:)":{"role":"symbol","title":"draggable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/draggable(_:)"},"doc://Flow/documentation/Flow/HFlow/fileMover(isPresented:files:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:files:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/filemover(ispresented:files:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/copyable(_:)":{"role":"symbol","title":"copyable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/copyable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/copyable(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-3ye2r":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-3ye2r","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-3ye2r"},"doc://Flow/documentation/Flow/HFlow/colorMultiply(_:)":{"role":"symbol","title":"colorMultiply(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorMultiply(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/colormultiply(_:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-3rnvo":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-3rnvo","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-3rnvo"},"doc://Flow/documentation/Flow/HFlow/buttonBorderShape(_:)":{"role":"symbol","title":"buttonBorderShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonBorderShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonbordershape(_:)"},"doc://Flow/documentation/Flow/HFlow/scaledToFit()":{"role":"symbol","title":"scaledToFit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaledtofit()"},"doc://Flow/documentation/Flow/HFlow/contentShape(_:eoFill:)":{"role":"symbol","title":"contentShape(_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contentshape(_:eofill:)"},"doc://Flow/documentation/Flow/HFlow/animation(_:value:)":{"role":"symbol","title":"animation(_:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/animation(_:value:)"},"doc://Flow/documentation/Flow/HFlow/overlayPreferenceValue(_:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlaypreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-6kopb":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-6kopb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-6kopb"},"doc://Flow/documentation/Flow/HFlow/id(_:)":{"role":"symbol","title":"id(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/id(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/id(_:)"},"doc://Flow/documentation/Flow/HFlow/tracking(_:)":{"role":"symbol","title":"tracking(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tracking(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tracking(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-155rg":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-155rg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-155rg"},"doc://Flow/documentation/Flow/HFlow/scaleEffect(x:y:anchor:)":{"role":"symbol","title":"scaleEffect(x:y:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(x:y:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaleeffect(x:y:anchor:)"},"doc://Flow/documentation/Flow/HFlow/popover(item:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/popover(item:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/HFlow/toggleStyle(_:)":{"role":"symbol","title":"toggleStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toggleStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/togglestyle(_:)"},"doc://Flow/documentation/Flow/HFlow/anchorPreference(key:value:transform:)":{"role":"symbol","title":"anchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/anchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/anchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow/HFlow/accessibilitySortPriority(_:)":{"role":"symbol","title":"accessibilitySortPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilitySortPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitysortpriority(_:)"},"doc://Flow/documentation/Flow/HFlow/labelStyle(_:)":{"role":"symbol","title":"labelStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labelstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/fixedSize(horizontal:vertical:)":{"role":"symbol","title":"fixedSize(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize(horizontal:vertical:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fixedsize(horizontal:vertical:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2rt7d":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2rt7d","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2rt7d"},"doc://Flow/documentation/Flow/HFlow/navigationBarBackButtonHidden(_:)":{"role":"symbol","title":"navigationBarBackButtonHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarBackButtonHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationbarbackbuttonhidden(_:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-559h"},"doc://Flow/documentation/Flow/HFlow/onSubmit(of:_:)":{"role":"symbol","title":"onSubmit(of:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onSubmit(of:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onsubmit(of:_:)"},"doc://Flow/documentation/Flow/HFlow/onExitCommand(perform:)":{"role":"symbol","title":"onExitCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onExitCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onexitcommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/presentedWindowStyle(_:)":{"role":"symbol","title":"presentedWindowStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentedwindowstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/controlGroupStyle(_:)":{"role":"symbol","title":"controlGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/controlgroupstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityFocused(_:equals:)":{"role":"symbol","title":"accessibilityFocused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityfocused(_:equals:)"},"doc://Flow/documentation/Flow/HFlow/formStyle(_:)":{"role":"symbol","title":"formStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/formStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/formstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/submitScope(_:)":{"role":"symbol","title":"submitScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/submitscope(_:)"},"doc://Flow/documentation/Flow/HFlow/luminanceToAlpha()":{"role":"symbol","title":"luminanceToAlpha()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/luminanceToAlpha()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/luminancetoalpha()"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2bokw":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2bokw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2bokw"},"doc://Flow/documentation/Flow/HFlow/accessibilityHidden(_:)":{"role":"symbol","title":"accessibilityHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhidden(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-9r27v":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9r27v","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9r27v"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6klc4"},"doc://Flow/documentation/Flow/HFlow/onTapGesture(count:coordinateSpace:perform:)":{"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ontapgesture(count:coordinatespace:perform:)"},"doc://Flow/documentation/Flow/HFlow/navigationSplitViewStyle(_:)":{"role":"symbol","title":"navigationSplitViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsplitviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-24rqv":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-24rqv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-24rqv"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/hueRotation(_:)":{"role":"symbol","title":"hueRotation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hueRotation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/huerotation(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-90sbj":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-90sbj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-90sbj"},"doc://Flow/documentation/Flow/HFlow/accessibilityIdentifier(_:)":{"role":"symbol","title":"accessibilityIdentifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIdentifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityidentifier(_:)"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-1yass":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1yass","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1yass"},"doc://Flow/documentation/Flow/HFlow/background(_:in:fillStyle:)-52372":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-52372","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-52372"},"doc://Flow/documentation/Flow/HFlow/accessibilityAdjustableAction(_:)":{"role":"symbol","title":"accessibilityAdjustableAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAdjustableAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityadjustableaction(_:)"},"doc://Flow/documentation/Flow/HFlow/ignoresSafeArea(_:edges:)":{"role":"symbol","title":"ignoresSafeArea(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/ignoresSafeArea(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ignoressafearea(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/moveDisabled(_:)":{"role":"symbol","title":"moveDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/moveDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/movedisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-27oez":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-27oez","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-27oez"},"doc://Flow/documentation/Flow/HFlow/listRowSeparator(_:edges:)":{"role":"symbol","title":"listRowSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowseparator(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/toolbar(content:)-2q1i":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-2q1i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(content:)-2q1i"},"doc://Flow/documentation/Flow/HFlow/onCommand(_:perform:)":{"role":"symbol","title":"onCommand(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCommand(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncommand(_:perform:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-4vwen":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-4vwen","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-4vwen"},"doc://Flow/documentation/Flow/HFlow/frame(width:height:alignment:)":{"role":"symbol","title":"frame(width:height:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(width:height:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/frame(width:height:alignment:)"},"doc://Flow/documentation/Flow/HFlow/grayscale(_:)":{"role":"symbol","title":"grayscale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/grayscale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/grayscale(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2r7hp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2r7hp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2r7hp"},"doc://Flow/documentation/Flow/HFlow/previewInterfaceOrientation(_:)":{"role":"symbol","title":"previewInterfaceOrientation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewInterfaceOrientation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewinterfaceorientation(_:)"},"doc://Flow/documentation/Flow/HFlow/rotationEffect(_:anchor:)":{"role":"symbol","title":"rotationEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotationEffect(_:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/rotationeffect(_:anchor:)"},"doc://Flow/documentation/Flow/HFlow/layoutPriority(_:)":{"role":"symbol","title":"layoutPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutpriority(_:)"},"doc://Flow/documentation/Flow/HFlow/flipsForRightToLeftLayoutDirection(_:)":{"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/flipsForRightToLeftLayoutDirection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/flipsforrighttoleftlayoutdirection(_:)"},"doc://Flow/documentation/Flow/HFlow/listSectionSeparator(_:edges:)":{"role":"symbol","title":"listSectionSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listsectionseparator(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/presentationDetents(_:)":{"role":"symbol","title":"presentationDetents(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentationdetents(_:)"},"doc://Flow/documentation/Flow/HFlow/layoutValue(key:value:)":{"role":"symbol","title":"layoutValue(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutValue(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutvalue(key:value:)"},"doc://Flow/documentation/Flow/HFlow/clipShape(_:style:)":{"role":"symbol","title":"clipShape(_:style:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipShape(_:style:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/clipshape(_:style:)"},"doc://Flow/documentation/Flow/HFlow/minimumScaleFactor(_:)":{"role":"symbol","title":"minimumScaleFactor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/minimumScaleFactor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/minimumscalefactor(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-3pznm":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-3pznm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-3pznm"},"doc://Flow/documentation/Flow/HFlow/accessibility(sortPriority:)":{"role":"symbol","title":"accessibility(sortPriority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(sortPriority:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(sortpriority:)"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-446f1":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-446f1","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-446f1"},"doc://Flow/documentation/Flow/HFlow/presentedWindowToolbarStyle(_:)":{"role":"symbol","title":"presentedWindowToolbarStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowToolbarStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentedwindowtoolbarstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/alert(isPresented:content:)":{"role":"symbol","title":"alert(isPresented:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/alert(ispresented:content:)"},"doc://Flow/documentation/Flow/HFlow/toolbar(id:content:)":{"role":"symbol","title":"toolbar(id:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(id:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(id:content:)"},"doc://Flow/documentation/Flow/HFlow/tableStyle(_:)":{"role":"symbol","title":"tableStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tableStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tablestyle(_:)"},"doc://Flow/documentation/Flow/HFlow/dynamicTypeSize(_:)":{"role":"symbol","title":"dynamicTypeSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dynamicTypeSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/dynamictypesize(_:)"},"doc://Flow/documentation/Flow/HFlow/userActivity(_:element:_:)":{"role":"symbol","title":"userActivity(_:element:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:element:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/useractivity(_:element:_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRespondsToUserInteraction(_:)":{"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrespondstouserinteraction(_:)"},"doc://Flow/documentation/Flow/HFlow/accentColor(_:)":{"role":"symbol","title":"accentColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accentColor(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accentcolor(_:)"},"doc://Flow/documentation/Flow/HFlow/padding(_:_:)":{"role":"symbol","title":"padding(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:_:)"},"doc://Flow/documentation/Flow/HFlow/onMoveCommand(perform:)":{"role":"symbol","title":"onMoveCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onMoveCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onmovecommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityTextContentType(_:)":{"role":"symbol","title":"accessibilityTextContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityTextContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitytextcontenttype(_:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-rlnm":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-rlnm","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-rlnm"},"doc://Flow/documentation/Flow/HFlow/alert(isPresented:error:actions:message:)":{"role":"symbol","title":"alert(isPresented:error:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:message:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(ispresented:error:actions:message:)"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-41pn8"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-ikrt":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-ikrt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-ikrt"},"doc://Flow/documentation/Flow/HFlow/scaleEffect(_:anchor:)-2111t":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-2111t","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaleeffect(_:anchor:)-2111t"},"doc://Flow/documentation/Flow/HFlow/exportableToServices(_:onEdit:)":{"role":"symbol","title":"exportableToServices(_:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportabletoservices(_:onedit:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:)-6blwr":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-6blwr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-6blwr"},"doc://Flow/documentation/Flow/HFlow/multilineTextAlignment(_:)":{"role":"symbol","title":"multilineTextAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/multilineTextAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/multilinetextalignment(_:)"},"doc://Flow/documentation/Flow/HFlow/backgroundPreferenceValue(_:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/HFlow/touchBarCustomizationLabel(_:)":{"role":"symbol","title":"touchBarCustomizationLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarCustomizationLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbarcustomizationlabel(_:)"},"doc://Flow/documentation/Flow/HFlow/userActivity(_:isActive:_:)":{"role":"symbol","title":"userActivity(_:isActive:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:isActive:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/useractivity(_:isactive:_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityActivationPoint(_:)-u8xj":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-u8xj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-u8xj"},"doc://Flow/documentation/Flow/HFlow/scrollContentBackground(_:)":{"role":"symbol","title":"scrollContentBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollContentBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrollcontentbackground(_:)"},"doc://Flow/documentation/Flow/HFlow/disableAutocorrection(_:)":{"role":"symbol","title":"disableAutocorrection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disableAutocorrection(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/disableautocorrection(_:)"},"doc://Flow/documentation/Flow/HFlow/kerning(_:)":{"role":"symbol","title":"kerning(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/kerning(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/kerning(_:)"},"doc://Flow/documentation/Flow/HFlow/headerProminence(_:)":{"role":"symbol","title":"headerProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/headerProminence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/headerprominence(_:)"},"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:_:_:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-9o0ba"},"doc://Flow/documentation/Flow/HFlow/transformEnvironment(_:transform:)":{"role":"symbol","title":"transformEnvironment(_:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEnvironment(_:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformenvironment(_:transform:)"},"doc://Flow/documentation/Flow/HFlow/lineSpacing(_:)":{"role":"symbol","title":"lineSpacing(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineSpacing(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linespacing(_:)"},"doc://Flow/documentation/Flow/HFlow/foregroundColor(_:)":{"role":"symbol","title":"foregroundColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundColor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundcolor(_:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:)-2mkj2":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-2mkj2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-2mkj2"},"doc://Flow/documentation/Flow/HFlow/accessibilityFocused(_:)":{"role":"symbol","title":"accessibilityFocused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityfocused(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationSplitViewColumnWidth(min:ideal:max:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"},"doc://Flow/documentation/Flow/HFlow/aspectRatio(_:contentMode:)-3gbz3":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3gbz3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3gbz3"},"doc://Flow/documentation/Flow/HFlow/colorInvert()":{"role":"symbol","title":"colorInvert()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorInvert()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/colorinvert()"},"doc://Flow/documentation/Flow/HFlow/background(in:fillStyle:)-82ege":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-82ege","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(in:fillstyle:)-82ege"},"doc://Flow/documentation/Flow/HFlow/position(_:)":{"role":"symbol","title":"position(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/position(_:)"},"doc://Flow/documentation/Flow/HFlow/onHover(perform:)":{"role":"symbol","title":"onHover(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onHover(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onhover(perform:)"},"doc://Flow/documentation/Flow/HFlow/offset(x:y:)":{"role":"symbol","title":"offset(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/offset(x:y:)"},"doc://Flow/documentation/Flow/HFlow/pageCommand(value:in:step:)":{"role":"symbol","title":"pageCommand(value:in:step:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pageCommand(value:in:step:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pagecommand(value:in:step:)"},"doc://Flow/documentation/Flow/HFlow/transformPreference(_:_:)":{"role":"symbol","title":"transformPreference(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformPreference(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformpreference(_:_:)"},"doc://Flow/documentation/Flow/HFlow/listItemTint(_:)-1an8e":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1an8e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listitemtint(_:)-1an8e"},"doc://Flow/documentation/Flow/HFlow/listRowBackground(_:)":{"role":"symbol","title":"listRowBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowbackground(_:)"},"doc://Flow/documentation/Flow/HFlow/gridCellColumns(_:)":{"role":"symbol","title":"gridCellColumns(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellColumns(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellcolumns(_:)"},"doc://Flow/documentation/Flow/HFlow/background(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/HFlow/scenePadding(_:)":{"role":"symbol","title":"scenePadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scenepadding(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(_:_:)":{"role":"symbol","title":"accessibilityAction(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(_:_:)"},"doc://Flow/documentation/Flow/HFlow/swipeActions(edge:allowsFullSwipe:content:)":{"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/swipeActions(edge:allowsFullSwipe:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/swipeactions(edge:allowsfullswipe:content:)"},"doc://Flow/documentation/Flow/HFlow/menuButtonStyle(_:)":{"role":"symbol","title":"menuButtonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuButtonStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/menubuttonstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityShowsLargeContentViewer(_:)":{"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-n3g":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-n3g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-n3g"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-16nbn":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-16nbn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-16nbn"},"doc://Flow/documentation/Flow/HFlow/menuOrder(_:)":{"role":"symbol","title":"menuOrder(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuOrder(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menuorder(_:)"},"doc://Flow/documentation/Flow/HFlow/touchBar(content:)":{"role":"symbol","title":"touchBar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbar(content:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-9cixd":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-9cixd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-9cixd"},"doc://Flow/documentation/Flow/HFlow/contentShape(_:_:eoFill:)":{"role":"symbol","title":"contentShape(_:_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contentshape(_:_:eofill:)"},"doc://Flow/documentation/Flow/HFlow/menuStyle(_:)":{"role":"symbol","title":"menuStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menustyle(_:)"},"doc://Flow/documentation/Flow/HFlow/imageScale(_:)":{"role":"symbol","title":"imageScale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/imageScale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/imagescale(_:)"},"doc://Flow/documentation/Flow/HFlow/focusedObject(_:)-1oj1k":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-1oj1k","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedobject(_:)-1oj1k"},"doc://Flow/documentation/Flow/HFlow/accessibilityScrollAction(_:)":{"role":"symbol","title":"accessibilityScrollAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityScrollAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityscrollaction(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-5uvec":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-5uvec","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-5uvec"},"doc://Flow/documentation/Flow/HFlow/toolbarRole(_:)":{"role":"symbol","title":"toolbarRole(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarRole(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarrole(_:)"},"doc://Flow/documentation/Flow/HFlow/monospaced(_:)":{"role":"symbol","title":"monospaced(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospaced(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/monospaced(_:)"},"doc://Flow/documentation/Flow/HFlow/blendMode(_:)":{"role":"symbol","title":"blendMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blendMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/blendmode(_:)"},"doc://Flow/documentation/Flow/HFlow/allowsTightening(_:)":{"role":"symbol","title":"allowsTightening(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsTightening(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/allowstightening(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(hidden:)":{"role":"symbol","title":"accessibility(hidden:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hidden:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(hidden:)"},"doc://Flow/documentation/Flow/HFlow/monospacedDigit()":{"role":"symbol","title":"monospacedDigit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospacedDigit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/monospaceddigit()"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-5cbos":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-5cbos","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-5cbos"},"doc://Flow/documentation/Flow/HFlow/scrollIndicators(_:axes:)":{"role":"symbol","title":"scrollIndicators(_:axes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollIndicators(_:axes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrollindicators(_:axes:)"},"doc://Flow/documentation/Flow/HFlow/privacySensitive(_:)":{"role":"symbol","title":"privacySensitive(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/privacySensitive(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/privacysensitive(_:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-5hr5q":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hr5q","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hr5q"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-5znzz":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-5znzz","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-5znzz"},"doc://Flow/documentation/Flow/HFlow/accessibilityRemoveTraits(_:)":{"role":"symbol","title":"accessibilityRemoveTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRemoveTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityremovetraits(_:)"},"doc://Flow/documentation/Flow/HFlow/strikethrough(_:pattern:color:)":{"role":"symbol","title":"strikethrough(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/strikethrough(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/strikethrough(_:pattern:color:)"},"doc://Flow/documentation/Flow/HFlow/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(forselectiontype:menu:primaryaction:)"},"doc://Flow/documentation/Flow/HFlow/compositingGroup()":{"role":"symbol","title":"compositingGroup()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/compositingGroup()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/compositinggroup()"},"doc://Flow/documentation/Flow/HFlow/renameAction(_:)-2h5yn":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-2h5yn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/renameaction(_:)-2h5yn"},"doc://Flow/documentation/Flow/HFlow/scenePadding(_:edges:)":{"role":"symbol","title":"scenePadding(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scenepadding(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/tag(_:)":{"role":"symbol","title":"tag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tag(_:)"},"doc://Flow/documentation/Flow/HFlow/saturation(_:)":{"role":"symbol","title":"saturation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/saturation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/saturation(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(value:)":{"role":"symbol","title":"accessibility(value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(value:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(value:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-5hhem":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hhem","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hhem"},"doc://Flow/documentation/Flow/HFlow/scaledToFill()":{"role":"symbol","title":"scaledToFill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFill()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaledtofill()"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-4rkpw":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4rkpw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4rkpw"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-9ldcg":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-9ldcg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-9ldcg"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"},"doc://Flow/documentation/Flow/HFlow/buttonStyle(_:)-3013y":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-3013y","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonstyle(_:)-3013y"},"doc://Flow/documentation/Flow/HFlow/background(_:alignment:)":{"role":"symbol","title":"background(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/background(_:alignment:)"},"doc://Flow/documentation/Flow/HFlow/padding(_:)-8vtm9":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-8vtm9","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:)-8vtm9"},"doc://Flow/documentation/Flow/HFlow/fontWeight(_:)":{"role":"symbol","title":"fontWeight(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWeight(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontweight(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityChildren(children:)":{"role":"symbol","title":"accessibilityChildren(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChildren(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitychildren(children:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(inputLabels:)":{"role":"symbol","title":"accessibility(inputLabels:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(inputLabels:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(inputlabels:)"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:perform:)-6kuxp":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-6kuxp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-6kuxp"},"doc://Flow/documentation/Flow/HFlow/fixedSize()":{"role":"symbol","title":"fixedSize()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fixedsize()"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:perform:)-39zo0":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-39zo0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-39zo0"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/flow\/hflow\/view-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Methods","identifiers":["doc:\/\/Flow\/documentation\/Flow\/HFlow\/accentColor(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-2b1x0","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-49w7d","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(addTraits:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hidden:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hint:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(identifier:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(inputLabels:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(label:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(removeTraits:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(selectionIdentifier:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(sortPriority:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(value:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(action:label:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-3ye2r","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-6kopb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-7u3aq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActions(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-2o3yv","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-u8xj","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAddTraits(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAdjustableAction(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChartDescriptor(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChildren(children:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-16nbn","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-1x0bz","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2bokw","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2r7hp","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2rt7d","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-4d5hb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-5uvec","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-8ooyc","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityElement(children:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:equals:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHeading(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-14pkj","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-5v5xr","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-69l1v","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIdentifier(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIgnoresInvertColors(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3lraq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3wipq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-7vi4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-2i4lg","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-4vwen","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-iz0t","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabeledPair(role:id:in:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLinkedGroup(id:in:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRemoveTraits(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRepresentation(representation:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRespondsToUserInteraction(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1j0cg","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1t7hl","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-8ta7e","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-sbub","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-9nh1s","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-2vwvn","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-66fun","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9r27v","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9w3z3","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-3myjn","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-4xjqg","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-6nl82","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-9qjk1","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotorEntry(id:in:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityScrollAction(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilitySortPriority(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityTextContentType(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-155rg","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-1jjzi","doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-3aha8","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-2mkj2","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-5u239","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-6blwr","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hhem","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hr5q","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-ikrt","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-2nvn2","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-3fzej","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-6jcxi","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-5pll3","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-6b6sb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-9w3jm","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:message:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(item:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-23hnr","doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-32rr0","doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsHitTesting(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsTightening(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/anchorPreference(key:value:transform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:value:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3gbz3","doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3hxyh","doc:\/\/Flow\/documentation\/Flow\/HFlow\/autocorrectionDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:alignment:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-52372","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-8uh7a","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(alignment:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-350t8","doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-82ege","doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3qbt4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3uci9","doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-7uhe7","doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-80e6s","doc:\/\/Flow\/documentation\/Flow\/HFlow\/baselineOffset(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/blendMode(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/blur(radius:opaque:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/bold(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/border(_:width:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/brightness(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonBorderShape(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-1jo2i","doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-3013y","doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipShape(_:style:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipped(antialiased:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorInvert()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorMultiply(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorScheme(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/compositingGroup()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx","doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu","doc:\/\/Flow\/documentation\/Flow\/HFlow\/containerShape(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:_:eoFill:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:eoFill:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentTransition(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(forSelectionType:menu:primaryAction:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:preview:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/contrast(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlGroupStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlSize(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/coordinateSpace(name:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/copyable(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/cornerRadius(_:antialiased:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/cuttable(for:action:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/datePickerStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultAppStorage(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultFocus(_:_:priority:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/deleteDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/disableAutocorrection(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/disabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/disclosureGroupStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:preview:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/drawingGroup(opaque:colorMode:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/dropDestination(for:action:isTargeted:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/dynamicTypeSize(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/edgesIgnoringSafeArea(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/environment(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/environmentObject(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:onEdit:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:onEdit:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cml8","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:file:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:files:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize(horizontal:vertical:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/flipsForRightToLeftLayoutDirection(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusScope(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusSection()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:onFocusChange:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:equals:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-1oj1k","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-72iks","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-1g8yb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-2uhsz","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-509f7","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-6hb65","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-30epx","doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-7o0kf","doc:\/\/Flow\/documentation\/Flow\/HFlow\/font(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontDesign(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWeight(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWidth(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundColor(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/formStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(width:height:alignment:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gaugeStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/grayscale(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellAnchor(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellColumns(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellUnsizedAxes(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridColumnAlignment(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/groupBoxStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/handlesExternalEvents(preferring:allowing:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/headerProminence(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-2xzqx","doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6f7lm","doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6gq90","doc:\/\/Flow\/documentation\/Flow\/HFlow\/hidden()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/highPriorityGesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/horizontalRadioGroupLayout()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/hueRotation(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/id(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/ignoresSafeArea(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/imageScale(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/importableFromServices(for:action:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/importsItemProviders(_:onImport:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactionActivityTrackingTag(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactiveDismissDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/italic(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/itemProvider(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/kerning(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-74jyb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-7wew3","doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:localization:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/labeledContentStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelsHidden()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutPriority(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutValue(key:value:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-24rqv","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-2lqts","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-35exb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-9ldcg","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:reservesSpace:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineSpacing(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1an8e","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1fm4p","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowBackground(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowInsets(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparator(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparatorTint(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparator(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparatorTint(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/listStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/luminanceToAlpha()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuButtonStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuIndicator(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuOrder(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/minimumScaleFactor(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/modifier(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospaced(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospacedDigit()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/moveDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/multilineTextAlignment(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarBackButtonHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-30lc5","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-3samq","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-9q9hb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-446f1","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-7xipf","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-mfrz","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(for:destination:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(isPresented:destination:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-1nesc","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-3pznm","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-5cbos","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-90sbj","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-26zdk","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-511kp","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-n3g","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-3rhjr","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-87hs0","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-92afp","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-lbkf","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-y12r","doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(x:y:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onAppear(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onChange(of:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCommand(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinueUserActivity(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinuousHover(coordinateSpace:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCopyCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCutCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDeleteCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDisappear(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:preview:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-3w2p4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-4gso4","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1mtck","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1yass","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-2zpjb","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-9hsps","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onExitCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onHover(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onMoveCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onOpenURL(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-39zo0","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-6kuxp","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2bfq5","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2lpbk","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPlayPauseCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPreferenceChange(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onReceive(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onSubmit(of:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:coordinateSpace:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:perform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/opacity(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:alignment:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:in:fillStyle:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(alignment:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-2scwj","doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-8vtm9","doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/pageCommand(value:in:step:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/pasteDestination(for:action:validator:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/persistentSystemOverlays(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/pickerStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(x:y:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/preference(key:value:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/preferredColorScheme(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/prefersDefaultFocus(_:in:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:selection:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDragIndicator(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowToolbarStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewContext(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDevice(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDisplayName(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewInterfaceOrientation(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewLayout(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/privacySensitive(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/progressViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/projectionEffect(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/redacted(reason:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/refreshable(action:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-2h5yn","doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-4jhu2","doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotationEffect(_:anchor:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-2ijz7","doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-6lkmi","doc:\/\/Flow\/documentation\/Flow\/HFlow\/saturation(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-2111t","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-hkch","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(x:y:anchor:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFill()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFit()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollContentBackground(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDismissesKeyboard(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollIndicators(_:axes:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchCompletion(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchScopes(_:scopes:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:for:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-27oez","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-3rnvo","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-vjyv","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-3l28p","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-5znzz","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-rlnm","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4e2m","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4rkpw","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-9cixd","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e","doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba","doc:\/\/Flow\/documentation\/Flow\/HFlow\/shadow(color:radius:x:y:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(isPresented:onDismiss:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(item:onDismiss:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/simultaneousGesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAdjustedPitch(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAlwaysIncludesPunctuation(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAnnouncementsQueued(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechSpellsOutCharacters(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/strikethrough(_:pattern:color:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitLabel(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitScope(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/swipeActions(edge:allowsFullSwipe:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolRenderingMode(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolVariant(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabItem(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tableStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tag(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(id:priority:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(priority:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/textCase(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/textContentType(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/textFieldStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/textSelection(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tint(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toggleStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(_:for:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-2q1i","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-8tq97","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(id:content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarBackground(_:for:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarColorScheme(_:for:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarRole(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarTitleMenu(content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(content:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarCustomizationLabel(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPresence(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPrincipal(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/tracking(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transaction(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformAnchorPreference(key:value:transform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEffect(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEnvironment(_:transform:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformPreference(_:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/transition(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/truncationMode(_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/underline(_:pattern:color:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/unredacted()","doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:element:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:isActive:_:)","doc:\/\/Flow\/documentation\/Flow\/HFlow\/zIndex(_:)"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Flow"}],"role":"collectionGroup","title":"View Implementations"},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow"]]},"references":{"doc://Flow/documentation/Flow/HFlow/transaction(_:)":{"role":"symbol","title":"transaction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transaction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transaction(_:)"},"doc://Flow/documentation/Flow/HFlow/previewLayout(_:)":{"role":"symbol","title":"previewLayout(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewLayout(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewlayout(_:)"},"doc://Flow/documentation/Flow/HFlow/datePickerStyle(_:)":{"role":"symbol","title":"datePickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/datePickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/datepickerstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-1t7hl":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1t7hl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1t7hl"},"doc://Flow/documentation/Flow/HFlow/buttonBorderShape(_:)":{"role":"symbol","title":"buttonBorderShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonBorderShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonbordershape(_:)"},"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:_:_:)"},"doc://Flow/documentation/Flow/HFlow/transformPreference(_:_:)":{"role":"symbol","title":"transformPreference(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformPreference(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformpreference(_:_:)"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-9ldcg":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-9ldcg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-9ldcg"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-9q9hb":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-9q9hb","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-9q9hb"},"doc://Flow/documentation/Flow/HFlow/accessibility(addTraits:)":{"role":"symbol","title":"accessibility(addTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(addTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(addtraits:)"},"doc://Flow/documentation/Flow/HFlow/scaleEffect(x:y:anchor:)":{"role":"symbol","title":"scaleEffect(x:y:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(x:y:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaleeffect(x:y:anchor:)"},"doc://Flow/documentation/Flow/HFlow/transformAnchorPreference(key:value:transform:)":{"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformAnchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformanchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow/HFlow/symbolVariant(_:)":{"role":"symbol","title":"symbolVariant(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolVariant(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/symbolvariant(_:)"},"doc://Flow/documentation/Flow/HFlow/strikethrough(_:pattern:color:)":{"role":"symbol","title":"strikethrough(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/strikethrough(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/strikethrough(_:pattern:color:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityTextContentType(_:)":{"role":"symbol","title":"accessibilityTextContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityTextContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitytextcontenttype(_:)"},"doc://Flow/documentation/Flow/HFlow/onDrag(_:)":{"role":"symbol","title":"onDrag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrag(_:)"},"doc://Flow/documentation/Flow/HFlow/contentShape(_:eoFill:)":{"role":"symbol","title":"contentShape(_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contentshape(_:eofill:)"},"doc://Flow/documentation/Flow/HFlow/onMoveCommand(perform:)":{"role":"symbol","title":"onMoveCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onMoveCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onmovecommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/monospacedDigit()":{"role":"symbol","title":"monospacedDigit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospacedDigit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/monospaceddigit()"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-8ooyc":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-8ooyc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-8ooyc"},"doc://Flow/documentation/Flow/HFlow/previewContext(_:)":{"role":"symbol","title":"previewContext(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewContext(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewcontext(_:)"},"doc://Flow/documentation/Flow/HFlow/listRowSeparator(_:edges:)":{"role":"symbol","title":"listRowSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowseparator(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/navigationBarHidden(_:)":{"role":"symbol","title":"navigationBarHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarHidden(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbarhidden(_:)"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hymm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hymm"},"doc://Flow/documentation/Flow/HFlow/colorInvert()":{"role":"symbol","title":"colorInvert()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorInvert()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/colorinvert()"},"doc://Flow/documentation/Flow/HFlow/compositingGroup()":{"role":"symbol","title":"compositingGroup()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/compositingGroup()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/compositinggroup()"},"doc://Flow/documentation/Flow/HFlow/scrollDismissesKeyboard(_:)":{"role":"symbol","title":"scrollDismissesKeyboard(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDismissesKeyboard(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrolldismisseskeyboard(_:)"},"doc://Flow/documentation/Flow/HFlow/overlay(_:alignment:)":{"role":"symbol","title":"overlay(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/overlay(_:alignment:)"},"doc://Flow/documentation/Flow/HFlow/onDisappear(perform:)":{"role":"symbol","title":"onDisappear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDisappear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondisappear(perform:)"},"doc://Flow/documentation/Flow/HFlow/presentationDragIndicator(_:)":{"role":"symbol","title":"presentationDragIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDragIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentationdragindicator(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-9nh1s":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-9nh1s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-9nh1s"},"doc://Flow/documentation/Flow/HFlow/focused(_:)":{"role":"symbol","title":"focused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focused(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-2vwvn":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-2vwvn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-2vwvn"},"doc://Flow/documentation/Flow/HFlow/task(id:priority:_:)":{"role":"symbol","title":"task(id:priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(id:priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/task(id:priority:_:)"},"doc://Flow/documentation/Flow/HFlow/clipShape(_:style:)":{"role":"symbol","title":"clipShape(_:style:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipShape(_:style:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/clipshape(_:style:)"},"doc://Flow/documentation/Flow/HFlow/scaleEffect(_:anchor:)-2111t":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-2111t","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaleeffect(_:anchor:)-2111t"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-27oez":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-27oez","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-27oez"},"doc://Flow/documentation/Flow/HFlow/submitScope(_:)":{"role":"symbol","title":"submitScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/submitscope(_:)"},"doc://Flow/documentation/Flow/HFlow/minimumScaleFactor(_:)":{"role":"symbol","title":"minimumScaleFactor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/minimumScaleFactor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/minimumscalefactor(_:)"},"doc://Flow/documentation/Flow/HFlow/toolbar(_:for:)":{"role":"symbol","title":"toolbar(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(_:for:)"},"doc://Flow/documentation/Flow/HFlow/modifier(_:)":{"role":"symbol","title":"modifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/modifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/modifier(_:)"},"doc://Flow/documentation/Flow/HFlow/fontWeight(_:)":{"role":"symbol","title":"fontWeight(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWeight(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontweight(_:)"},"doc://Flow/documentation/Flow/HFlow/onOpenURL(perform:)":{"role":"symbol","title":"onOpenURL(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onOpenURL(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onopenurl(perform:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-8hjyq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-8hjyq"},"doc://Flow/documentation/Flow/HFlow/accessibilityRepresentation(representation:)":{"role":"symbol","title":"accessibilityRepresentation(representation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRepresentation(representation:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrepresentation(representation:)"},"doc://Flow/documentation/Flow/HFlow/help(_:)-2xzqx":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-2xzqx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-2xzqx"},"doc://Flow/documentation/Flow/HFlow/tableStyle(_:)":{"role":"symbol","title":"tableStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tableStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tablestyle(_:)"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:)-74jyb":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-74jyb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:)-74jyb"},"doc://Flow/documentation/Flow/HFlow/clipped(antialiased:)":{"role":"symbol","title":"clipped(antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/clipped(antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/clipped(antialiased:)"},"doc://Flow/documentation/Flow/HFlow/multilineTextAlignment(_:)":{"role":"symbol","title":"multilineTextAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/multilineTextAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/multilinetextalignment(_:)"},"doc://Flow/documentation/Flow/HFlow/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(forselectiontype:menu:primaryaction:)"},"doc://Flow/documentation/Flow/HFlow/italic(_:)":{"role":"symbol","title":"italic(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/italic(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/italic(_:)"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-1yass":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1yass","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1yass"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-9r27v":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9r27v","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9r27v"},"doc://Flow/documentation/Flow/HFlow/speechAnnouncementsQueued(_:)":{"role":"symbol","title":"speechAnnouncementsQueued(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAnnouncementsQueued(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechannouncementsqueued(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(hidden:)":{"role":"symbol","title":"accessibility(hidden:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hidden:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(hidden:)"},"doc://Flow/documentation/Flow/HFlow/blur(radius:opaque:)":{"role":"symbol","title":"blur(radius:opaque:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blur(radius:opaque:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/blur(radius:opaque:)"},"doc://Flow/documentation/Flow/HFlow/border(_:width:)":{"role":"symbol","title":"border(_:width:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/border(_:width:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/border(_:width:)"},"doc://Flow/documentation/Flow/HFlow/imageScale(_:)":{"role":"symbol","title":"imageScale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/imageScale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/imagescale(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-2i4lg":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-2i4lg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-2i4lg"},"doc://Flow/documentation/Flow/HFlow/colorScheme(_:)":{"role":"symbol","title":"colorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorScheme(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/colorscheme(_:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-2nvn2":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-2nvn2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-2nvn2"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-5uvec":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-5uvec","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-5uvec"},"doc://Flow/documentation/Flow/HFlow/scrollContentBackground(_:)":{"role":"symbol","title":"scrollContentBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollContentBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrollcontentbackground(_:)"},"doc://Flow/documentation/Flow/HFlow/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-3fzej":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-3fzej","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-3fzej"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:)-2mkj2":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-2mkj2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-2mkj2"},"doc://Flow/documentation/Flow/HFlow/alert(item:content:)":{"role":"symbol","title":"alert(item:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(item:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/alert(item:content:)"},"doc://Flow/documentation/Flow/HFlow/layoutPriority(_:)":{"role":"symbol","title":"layoutPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutpriority(_:)"},"doc://Flow/documentation/Flow/HFlow/menuButtonStyle(_:)":{"role":"symbol","title":"menuButtonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuButtonStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/menubuttonstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/speechAlwaysIncludesPunctuation(_:)":{"role":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAlwaysIncludesPunctuation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechalwaysincludespunctuation(_:)"},"doc://Flow/documentation/Flow/HFlow/searchSuggestions(_:for:)":{"role":"symbol","title":"searchSuggestions(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchsuggestions(_:for:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2rt7d":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2rt7d","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2rt7d"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-3rhjr":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-3rhjr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-3rhjr"},"doc://Flow/documentation/Flow/HFlow/listSectionSeparator(_:edges:)":{"role":"symbol","title":"listSectionSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listsectionseparator(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityIdentifier(_:)":{"role":"symbol","title":"accessibilityIdentifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIdentifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityidentifier(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-6kopb":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-6kopb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-6kopb"},"doc://Flow/documentation/Flow/HFlow/formStyle(_:)":{"role":"symbol","title":"formStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/formStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/formstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/containerShape(_:)":{"role":"symbol","title":"containerShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/containerShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/containershape(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationSplitViewStyle(_:)":{"role":"symbol","title":"navigationSplitViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsplitviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/onDrag(_:preview:)":{"role":"symbol","title":"onDrag(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrag(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrag(_:preview:)"},"doc://Flow/documentation/Flow/HFlow/overlayPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlaypreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow/HFlow/navigationSplitViewColumnWidth(_:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsplitviewcolumnwidth(_:)"},"doc://Flow/documentation/Flow/HFlow/transition(_:)":{"role":"symbol","title":"transition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transition(_:)"},"doc://Flow/documentation/Flow/HFlow/focusScope(_:)":{"role":"symbol","title":"focusScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusscope(_:)"},"doc://Flow/documentation/Flow/HFlow/focusable(_:)":{"role":"symbol","title":"focusable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusable(_:)"},"doc://Flow/documentation/Flow/HFlow/toolbar(content:)-8tq97":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-8tq97","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(content:)-8tq97"},"doc://Flow/documentation/Flow/HFlow/onTapGesture(count:perform:)":{"role":"symbol","title":"onTapGesture(count:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ontapgesture(count:perform:)"},"doc://Flow/documentation/Flow/HFlow/safeAreaInset(edge:alignment:spacing:content:)-2ijz7":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-2ijz7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-2ijz7"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-2ywx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-2ywx"},"doc://Flow/documentation/Flow/HFlow/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/handlesExternalEvents(preferring:allowing:)":{"role":"symbol","title":"handlesExternalEvents(preferring:allowing:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/handlesExternalEvents(preferring:allowing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/handlesexternalevents(preferring:allowing:)"},"doc://Flow/documentation/Flow/HFlow/onSubmit(of:_:)":{"role":"symbol","title":"onSubmit(of:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onSubmit(of:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onsubmit(of:_:)"},"doc://Flow/documentation/Flow/HFlow/anchorPreference(key:value:transform:)":{"role":"symbol","title":"anchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/anchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/anchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow/HFlow/alert(isPresented:error:actions:)":{"role":"symbol","title":"alert(isPresented:error:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(ispresented:error:actions:)"},"doc://Flow/documentation/Flow/HFlow/controlSize(_:)":{"role":"symbol","title":"controlSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/controlsize(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(label:)":{"role":"symbol","title":"accessibility(label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(label:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(label:)"},"doc://Flow/documentation/Flow/HFlow/onPlayPauseCommand(perform:)":{"role":"symbol","title":"onPlayPauseCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPlayPauseCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onplaypausecommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-24rqv":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-24rqv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-24rqv"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-16nbn":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-16nbn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-16nbn"},"doc://Flow/documentation/Flow/HFlow/background(in:fillStyle:)-350t8":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-350t8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(in:fillstyle:)-350t8"},"doc://Flow/documentation/Flow/HFlow/background(alignment:content:)":{"role":"symbol","title":"background(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(alignment:content:)"},"doc://Flow/documentation/Flow/HFlow/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"},"doc://Flow/documentation/Flow/HFlow/padding(_:)-8vtm9":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-8vtm9","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:)-8vtm9"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-9cixd":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-9cixd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-9cixd"},"doc://Flow/documentation/Flow/HFlow/textCase(_:)":{"role":"symbol","title":"textCase(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textCase(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textcase(_:)"},"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:)":{"role":"symbol","title":"foregroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-5znzz":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-5znzz","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-5znzz"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-5onml","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-5onml"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:pressing:perform:)"},"doc://Flow/documentation/Flow/HFlow/itemProvider(_:)":{"role":"symbol","title":"itemProvider(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/itemProvider(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/itemprovider(_:)"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-3uci9":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3uci9","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-3uci9"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-rlnm":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-rlnm","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-rlnm"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"},"doc://Flow/documentation/Flow/HFlow/fixedSize()":{"role":"symbol","title":"fixedSize()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fixedsize()"},"doc://Flow/documentation/Flow/HFlow/allowsHitTesting(_:)":{"role":"symbol","title":"allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsHitTesting(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/allowshittesting(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRemoveTraits(_:)":{"role":"symbol","title":"accessibilityRemoveTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRemoveTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityremovetraits(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-511kp":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-511kp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-511kp"},"doc://Flow/documentation/Flow/HFlow/labelsHidden()":{"role":"symbol","title":"labelsHidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelsHidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labelshidden()"},"doc://Flow/documentation/Flow/HFlow/sheet(isPresented:onDismiss:content:)":{"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(isPresented:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sheet(ispresented:ondismiss:content:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(inputLabels:)":{"role":"symbol","title":"accessibility(inputLabels:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(inputLabels:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(inputlabels:)"},"doc://Flow/documentation/Flow/HFlow/horizontalRadioGroupLayout()":{"role":"symbol","title":"horizontalRadioGroupLayout()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/horizontalRadioGroupLayout()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/horizontalradiogrouplayout()"},"doc://Flow/documentation/Flow/HFlow/background(in:fillStyle:)-82ege":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(in:fillStyle:)-82ege","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(in:fillstyle:)-82ege"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-73fnq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-73fnq"},"doc://Flow/documentation/Flow/HFlow/environmentObject(_:)":{"role":"symbol","title":"environmentObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environmentObject(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/environmentobject(_:)"},"doc://Flow/documentation/Flow/HFlow/onAppear(perform:)":{"role":"symbol","title":"onAppear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onAppear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onappear(perform:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-5hhem":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hhem","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hhem"},"doc://Flow/documentation/Flow/HFlow/hidden()":{"role":"symbol","title":"hidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/hidden()"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-sbub":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-sbub","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-sbub"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-3qbt4":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-3qbt4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-3qbt4"},"doc://Flow/documentation/Flow/HFlow/searchScopes(_:scopes:)":{"role":"symbol","title":"searchScopes(_:scopes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchScopes(_:scopes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchscopes(_:scopes:)"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:validator:perform:)-2lpbk":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2lpbk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2lpbk"},"doc://Flow/documentation/Flow/HFlow/listStyle(_:)":{"role":"symbol","title":"listStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/liststyle(_:)"},"doc://Flow/documentation/Flow/HFlow/defaultFocus(_:_:priority:)":{"role":"symbol","title":"defaultFocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultFocus(_:_:priority:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/defaultfocus(_:_:priority:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityShowsLargeContentViewer()":{"role":"symbol","title":"accessibilityShowsLargeContentViewer()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer()"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-30lc5":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-30lc5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-30lc5"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-41pn8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-41pn8"},"doc://Flow/documentation/Flow/HFlow/background(_:alignment:)":{"role":"symbol","title":"background(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/background(_:alignment:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-vjyv":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-vjyv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-vjyv"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-4d5hb":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-4d5hb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-4d5hb"},"doc://Flow/documentation/Flow/HFlow/headerProminence(_:)":{"role":"symbol","title":"headerProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/headerProminence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/headerprominence(_:)"},"doc://Flow/documentation/Flow/HFlow/gaugeStyle(_:)":{"role":"symbol","title":"gaugeStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gaugeStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gaugestyle(_:)"},"doc://Flow/documentation/Flow/HFlow/listRowSeparatorTint(_:edges:)":{"role":"symbol","title":"listRowSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/pickerStyle(_:)":{"role":"symbol","title":"pickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pickerstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-1j0cg":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-1j0cg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-1j0cg"},"doc://Flow/documentation/Flow/HFlow/accessibility(selectionIdentifier:)":{"role":"symbol","title":"accessibility(selectionIdentifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(selectionIdentifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(selectionidentifier:)"},"doc://Flow/documentation/Flow/HFlow/grayscale(_:)":{"role":"symbol","title":"grayscale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/grayscale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/grayscale(_:)"},"doc://Flow/documentation/Flow/HFlow/listSectionSeparatorTint(_:edges:)":{"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listSectionSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listsectionseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/saturation(_:)":{"role":"symbol","title":"saturation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/saturation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/saturation(_:)"},"doc://Flow/documentation/Flow/HFlow/layoutValue(key:value:)":{"role":"symbol","title":"layoutValue(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/layoutValue(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/layoutvalue(key:value:)"},"doc://Flow/documentation/Flow/HFlow/touchBar(_:)":{"role":"symbol","title":"touchBar(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbar(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityActivationPoint(_:)-u8xj":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-u8xj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-u8xj"},"doc://Flow/documentation/Flow/HFlow/textSelection(_:)":{"role":"symbol","title":"textSelection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textSelection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textselection(_:)"},"doc://Flow/documentation/Flow/HFlow/backgroundPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow/HFlow/listItemTint(_:)-1an8e":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1an8e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listitemtint(_:)-1an8e"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-15c2g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-15c2g"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-1nesc":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-1nesc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-1nesc"},"doc://Flow/documentation/Flow/HFlow/progressViewStyle(_:)":{"role":"symbol","title":"progressViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/progressViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/progressviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/dropDestination(for:action:isTargeted:)":{"role":"symbol","title":"dropDestination(for:action:isTargeted:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dropDestination(for:action:isTargeted:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/dropdestination(for:action:istargeted:)"},"doc://Flow/documentation/Flow/HFlow/id(_:)":{"role":"symbol","title":"id(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/id(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/id(_:)"},"doc://Flow/documentation/Flow/HFlow/offset(x:y:)":{"role":"symbol","title":"offset(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/offset(x:y:)"},"doc://Flow/documentation/Flow/HFlow/touchBarCustomizationLabel(_:)":{"role":"symbol","title":"touchBarCustomizationLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarCustomizationLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbarcustomizationlabel(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-7xipf":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-7xipf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-7xipf"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:)-5u239":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-5u239","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-5u239"},"doc://Flow/documentation/Flow/HFlow/aspectRatio(_:contentMode:)-3hxyh":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3hxyh","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3hxyh"},"doc://Flow/documentation/Flow/HFlow/scaledToFit()":{"role":"symbol","title":"scaledToFit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaledtofit()"},"doc://Flow/documentation/Flow/HFlow/buttonStyle(_:)-1jo2i":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-1jo2i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonstyle(_:)-1jo2i"},"doc://Flow/documentation/Flow/HFlow/disableAutocorrection(_:)":{"role":"symbol","title":"disableAutocorrection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disableAutocorrection(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/disableautocorrection(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(action:label:)":{"role":"symbol","title":"accessibilityAction(action:label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(action:label:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(action:label:)"},"doc://Flow/documentation/Flow/HFlow/navigationDestination(for:destination:)":{"role":"symbol","title":"navigationDestination(for:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(for:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdestination(for:destination:)"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:reservesSpace:)":{"role":"symbol","title":"lineLimit(_:reservesSpace:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:reservesSpace:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:reservesspace:)"},"doc://Flow/documentation/Flow/HFlow/toolbarBackground(_:for:)":{"role":"symbol","title":"toolbarBackground(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarBackground(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarbackground(_:for:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityHeading(_:)":{"role":"symbol","title":"accessibilityHeading(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHeading(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityheading(_:)"},"doc://Flow/documentation/Flow/HFlow/swipeActions(edge:allowsFullSwipe:content:)":{"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/swipeActions(edge:allowsFullSwipe:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/swipeactions(edge:allowsfullswipe:content:)"},"doc://Flow/documentation/Flow/HFlow/coordinateSpace(name:)":{"role":"symbol","title":"coordinateSpace(name:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/coordinateSpace(name:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/coordinatespace(name:)"},"doc://Flow/documentation/Flow/HFlow/scrollIndicators(_:axes:)":{"role":"symbol","title":"scrollIndicators(_:axes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollIndicators(_:axes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrollindicators(_:axes:)"},"doc://Flow/documentation/Flow/HFlow/colorMultiply(_:)":{"role":"symbol","title":"colorMultiply(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/colorMultiply(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/colormultiply(_:)"},"doc://Flow/documentation/Flow/HFlow/focusedSceneObject(_:)-2uhsz":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-2uhsz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedsceneobject(_:)-2uhsz"},"doc://Flow/documentation/Flow/HFlow/gridCellAnchor(_:)":{"role":"symbol","title":"gridCellAnchor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellAnchor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellanchor(_:)"},"doc://Flow/documentation/Flow/HFlow/copyable(_:)":{"role":"symbol","title":"copyable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/copyable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/copyable(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityChildren(children:)":{"role":"symbol","title":"accessibilityChildren(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChildren(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitychildren(children:)"},"doc://Flow/documentation/Flow/HFlow/labelStyle(_:)":{"role":"symbol","title":"labelStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labelStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labelstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/gesture(_:including:)":{"role":"symbol","title":"gesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gesture(_:including:)"},"doc://Flow/documentation/Flow/HFlow/tag(_:)":{"role":"symbol","title":"tag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tag(_:)"},"doc://Flow/documentation/Flow/HFlow/presentationDetents(_:)":{"role":"symbol","title":"presentationDetents(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentationdetents(_:)"},"doc://Flow/documentation/Flow/HFlow/touchBar(content:)":{"role":"symbol","title":"touchBar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBar(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbar(content:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-9qjk1":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-9qjk1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-9qjk1"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:validator:perform:)-2bfq5":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:validator:perform:)-2bfq5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onpastecommand(of:validator:perform:)-2bfq5"},"doc://Flow/documentation/Flow/HFlow/lineSpacing(_:)":{"role":"symbol","title":"lineSpacing(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineSpacing(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linespacing(_:)"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cr6a","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cr6a"},"doc://Flow/documentation/Flow/HFlow/gridCellUnsizedAxes(_:)":{"role":"symbol","title":"gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellUnsizedAxes(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellunsizedaxes(_:)"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:modifiers:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:)"},"doc://Flow/documentation/Flow/HFlow/focused(_:equals:)":{"role":"symbol","title":"focused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focused(_:equals:)"},"doc://Flow/documentation/Flow/HFlow/onContinueUserActivity(_:perform:)":{"role":"symbol","title":"onContinueUserActivity(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinueUserActivity(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncontinueuseractivity(_:perform:)"},"doc://Flow/documentation/Flow/HFlow/listRowInsets(_:)":{"role":"symbol","title":"listRowInsets(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowInsets(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowinsets(_:)"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:perform:)-6kuxp":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-6kuxp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-6kuxp"},"doc://Flow/documentation/Flow/HFlow/accessibilityInputLabels(_:)-3wipq":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3wipq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-3wipq"},"doc://Flow/documentation/Flow/HFlow/accessibility(activationPoint:)-2b1x0":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-2b1x0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(activationpoint:)-2b1x0"},"doc://Flow/documentation/Flow/HFlow/baselineOffset(_:)":{"role":"symbol","title":"baselineOffset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/baselineOffset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/baselineoffset(_:)"},"doc://Flow/documentation/Flow/HFlow/labeledContentStyle(_:)":{"role":"symbol","title":"labeledContentStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/labeledContentStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/labeledcontentstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8yj8e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8yj8e"},"doc://Flow/documentation/Flow/HFlow/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-mfrz":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-mfrz","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-mfrz"},"doc://Flow/documentation/Flow/HFlow/accentColor(_:)":{"role":"symbol","title":"accentColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accentColor(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accentcolor(_:)"},"doc://Flow/documentation/Flow/HFlow/hueRotation(_:)":{"role":"symbol","title":"hueRotation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/hueRotation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/huerotation(_:)"},"doc://Flow/documentation/Flow/HFlow/frame()":{"role":"symbol","title":"frame()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame()","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/frame()"},"doc://Flow/documentation/Flow/HFlow/alignmentGuide(_:computeValue:)-32rr0":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-32rr0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-32rr0"},"doc://Flow/documentation/Flow/HFlow/presentedWindowToolbarStyle(_:)":{"role":"symbol","title":"presentedWindowToolbarStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowToolbarStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentedwindowtoolbarstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/menuOrder(_:)":{"role":"symbol","title":"menuOrder(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuOrder(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menuorder(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-n3g":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-n3g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-n3g"},"doc://Flow/documentation/Flow/HFlow/tabItem(_:)":{"role":"symbol","title":"tabItem(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabItem(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tabitem(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-3aha8":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-3aha8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-3aha8"},"doc://Flow/documentation/Flow/HFlow/presentedWindowStyle(_:)":{"role":"symbol","title":"presentedWindowStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentedWindowStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentedwindowstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/focusable(_:onFocusChange:)":{"role":"symbol","title":"focusable(_:onFocusChange:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusable(_:onFocusChange:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/focusable(_:onfocuschange:)"},"doc://Flow/documentation/Flow/HFlow/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-1mtck":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-1mtck","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-1mtck"},"doc://Flow/documentation/Flow/HFlow/blendMode(_:)":{"role":"symbol","title":"blendMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/blendMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/blendmode(_:)"},"doc://Flow/documentation/Flow/HFlow/focusedObject(_:)-72iks":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-72iks","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedobject(_:)-72iks"},"doc://Flow/documentation/Flow/HFlow/draggable(_:)":{"role":"symbol","title":"draggable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/draggable(_:)"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-7uhe7":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-7uhe7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-7uhe7"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-4rkpw":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4rkpw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4rkpw"},"doc://Flow/documentation/Flow/HFlow/navigationViewStyle(_:)":{"role":"symbol","title":"navigationViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationViewStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-9kh23","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-9kh23"},"doc://Flow/documentation/Flow/HFlow/underline(_:pattern:color:)":{"role":"symbol","title":"underline(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/underline(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/underline(_:pattern:color:)"},"doc://Flow/documentation/Flow/HFlow/mask(alignment:_:)":{"role":"symbol","title":"mask(alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/mask(alignment:_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-4vwen":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-4vwen","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-4vwen"},"doc://Flow/documentation/Flow/HFlow/focusedSceneValue(_:_:)-509f7":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-509f7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-509f7"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-87hs0":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-87hs0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-87hs0"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-92afp":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-92afp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-92afp"},"doc://Flow/documentation/Flow/HFlow/accessibilityInputLabels(_:)-7vi4":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-7vi4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-7vi4"},"doc://Flow/documentation/Flow/HFlow/accessibilityFocused(_:)":{"role":"symbol","title":"accessibilityFocused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityfocused(_:)"},"doc://Flow/documentation/Flow/HFlow/buttonStyle(_:)-3013y":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/buttonStyle(_:)-3013y","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/buttonstyle(_:)-3013y"},"doc://Flow/documentation/Flow/HFlow/unredacted()":{"role":"symbol","title":"unredacted()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"unredacted"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/unredacted()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/unredacted()"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-7u3aq":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-7u3aq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-7u3aq"},"doc://Flow/documentation/Flow/HFlow/onTapGesture(count:coordinateSpace:perform:)":{"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onTapGesture(count:coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ontapgesture(count:coordinatespace:perform:)"},"doc://Flow/documentation/Flow/HFlow/draggable(_:preview:)":{"role":"symbol","title":"draggable(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/draggable(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/draggable(_:preview:)"},"doc://Flow/documentation/Flow/HFlow/aspectRatio(_:contentMode:)-3gbz3":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/aspectRatio(_:contentMode:)-3gbz3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/aspectratio(_:contentmode:)-3gbz3"},"doc://Flow/documentation/Flow/HFlow/animation(_:)":{"role":"symbol","title":"animation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/animation(_:)"},"doc://Flow/documentation/Flow/HFlow/foregroundStyle(_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundStyle(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundstyle(_:_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilitySortPriority(_:)":{"role":"symbol","title":"accessibilitySortPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilitySortPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitysortpriority(_:)"},"doc://Flow/documentation/Flow/HFlow/padding(_:)-2scwj":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:)-2scwj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:)-2scwj"},"doc://Flow/documentation/Flow/HFlow/presentationDetents(_:selection:)":{"role":"symbol","title":"presentationDetents(_:selection:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/presentationDetents(_:selection:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/presentationdetents(_:selection:)"},"doc://Flow/documentation/Flow/HFlow/projectionEffect(_:)":{"role":"symbol","title":"projectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/projectionEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/projectioneffect(_:)"},"doc://Flow/documentation/Flow/HFlow/refreshable(action:)":{"role":"symbol","title":"refreshable(action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/refreshable(action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/refreshable(action:)"},"doc://Flow/documentation/Flow/HFlow/frame(width:height:alignment:)":{"role":"symbol","title":"frame(width:height:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/frame(width:height:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/frame(width:height:alignment:)"},"doc://Flow/documentation/Flow/HFlow/userActivity(_:element:_:)":{"role":"symbol","title":"userActivity(_:element:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:element:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/useractivity(_:element:_:)"},"doc://Flow/documentation/Flow/HFlow/onHover(perform:)":{"role":"symbol","title":"onHover(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onHover(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onhover(perform:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityInputLabels(_:)-3lraq":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityInputLabels(_:)-3lraq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityinputlabels(_:)-3lraq"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-559h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-559h"},"doc://Flow/documentation/Flow/HFlow/accessibilityShowsLargeContentViewer(_:)":{"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityShowsLargeContentViewer(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityshowslargecontentviewer(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-69l1v":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-69l1v","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-69l1v"},"doc://Flow/documentation/Flow/HFlow/renameAction(_:)-2h5yn":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-2h5yn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/renameaction(_:)-2h5yn"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/HFlow/gridColumnAlignment(_:)":{"role":"symbol","title":"gridColumnAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridColumnAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcolumnalignment(_:)"},"doc://Flow/documentation/Flow/HFlow/simultaneousGesture(_:including:)":{"role":"symbol","title":"simultaneousGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/simultaneousGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/simultaneousgesture(_:including:)"},"doc://Flow/documentation/Flow/HFlow/edgesIgnoringSafeArea(_:)":{"role":"symbol","title":"edgesIgnoringSafeArea(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/edgesIgnoringSafeArea(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/edgesignoringsafearea(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationSubtitle(_:)-26zdk":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSubtitle(_:)-26zdk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsubtitle(_:)-26zdk"},"doc://Flow/documentation/Flow/HFlow/previewDisplayName(_:)":{"role":"symbol","title":"previewDisplayName(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDisplayName(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewdisplayname(_:)"},"doc://Flow/documentation/Flow/HFlow/submitLabel(_:)":{"role":"symbol","title":"submitLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/submitLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/submitlabel(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-y12r":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-y12r","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-y12r"},"doc://Flow/documentation/Flow/HFlow/tabViewStyle(_:)":{"role":"symbol","title":"tabViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tabViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tabviewstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/highPriorityGesture(_:including:)":{"role":"symbol","title":"highPriorityGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/highPriorityGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/highprioritygesture(_:including:)"},"doc://Flow/documentation/Flow/HFlow/truncationMode(_:)":{"role":"symbol","title":"truncationMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/truncationMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/truncationmode(_:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:)-3rnvo":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:)-3rnvo","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:)-3rnvo"},"doc://Flow/documentation/Flow/HFlow/onChange(of:perform:)":{"role":"symbol","title":"onChange(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onChange(of:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onchange(of:perform:)"},"doc://Flow/documentation/Flow/HFlow/pageCommand(value:in:step:)":{"role":"symbol","title":"pageCommand(value:in:step:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pageCommand(value:in:step:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pagecommand(value:in:step:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityLinkedGroup(id:in:)":{"role":"symbol","title":"accessibilityLinkedGroup(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLinkedGroup(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylinkedgroup(id:in:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(sortPriority:)":{"role":"symbol","title":"accessibility(sortPriority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(sortPriority:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(sortpriority:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityIgnoresInvertColors(_:)":{"role":"symbol","title":"accessibilityIgnoresInvertColors(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityIgnoresInvertColors(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityignoresinvertcolors(_:)"},"doc://Flow/documentation/Flow/HFlow/badge(_:)-80e6s":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/badge(_:)-80e6s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/badge(_:)-80e6s"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:message:)-6b6sb":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-6b6sb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-6b6sb"},"doc://Flow/documentation/Flow/HFlow/contentShape(_:_:eoFill:)":{"role":"symbol","title":"contentShape(_:_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentShape(_:_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contentshape(_:_:eofill:)"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/textFieldStyle(_:)":{"role":"symbol","title":"textFieldStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textFieldStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textFieldStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textfieldstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-5cml8":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-5cml8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-5cml8"},"doc://Flow/documentation/Flow/HFlow/exportsItemProviders(_:onExport:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:)"},"doc://Flow/documentation/Flow/HFlow/speechSpellsOutCharacters(_:)":{"role":"symbol","title":"speechSpellsOutCharacters(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechSpellsOutCharacters(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechspellsoutcharacters(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityHidden(_:)":{"role":"symbol","title":"accessibilityHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhidden(_:)"},"doc://Flow/documentation/Flow/HFlow/contrast(_:)":{"role":"symbol","title":"contrast(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contrast(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contrast(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:)":{"role":"symbol","title":"navigationDocument(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRespondsToUserInteraction(_:)":{"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrespondstouserinteraction(_:)"},"doc://Flow/documentation/Flow/HFlow/onContinuousHover(coordinateSpace:perform:)":{"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onContinuousHover(coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncontinuoushover(coordinatespace:perform:)"},"doc://Flow/documentation/Flow/HFlow/interactionActivityTrackingTag(_:)":{"role":"symbol","title":"interactionActivityTrackingTag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactionActivityTrackingTag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/interactionactivitytrackingtag(_:)"},"doc://Flow/documentation/Flow/HFlow/scenePadding(_:)":{"role":"symbol","title":"scenePadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scenepadding(_:)"},"doc://Flow/documentation/Flow/HFlow/overlay(_:in:fillStyle:)":{"role":"symbol","title":"overlay(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:in:fillStyle:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(_:in:fillstyle:)"},"doc://Flow/documentation/Flow/HFlow/onCommand(_:perform:)":{"role":"symbol","title":"onCommand(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCommand(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncommand(_:perform:)"},"doc://Flow/documentation/Flow/HFlow/alert(isPresented:error:actions:message:)":{"role":"symbol","title":"alert(isPresented:error:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:error:actions:message:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(ispresented:error:actions:message:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-8prlz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-8prlz"},"doc://Flow/documentation/Flow/HFlow/userActivity(_:isActive:_:)":{"role":"symbol","title":"userActivity(_:isActive:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/userActivity(_:isActive:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/useractivity(_:isactive:_:)"},"doc://Flow/documentation/Flow/HFlow/listItemTint(_:)-1fm4p":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listItemTint(_:)-1fm4p","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listitemtint(_:)-1fm4p"},"doc://Flow/documentation/Flow/HFlow/focusedSceneValue(_:_:)-6hb65":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneValue(_:_:)-6hb65","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedscenevalue(_:_:)-6hb65"},"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-5v5xr":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-5v5xr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-5v5xr"},"doc://Flow/documentation/Flow/HFlow/backgroundStyle(_:)":{"role":"symbol","title":"backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/redacted(reason:)":{"role":"symbol","title":"redacted(reason:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/redacted(reason:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/redacted(reason:)"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-2zpjb":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-2zpjb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-2zpjb"},"doc://Flow/documentation/Flow/HFlow/accessibilityChartDescriptor(_:)":{"role":"symbol","title":"accessibilityChartDescriptor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityChartDescriptor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitychartdescriptor(_:)"},"doc://Flow/documentation/Flow/HFlow/ignoresSafeArea(_:edges:)":{"role":"symbol","title":"ignoresSafeArea(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/ignoresSafeArea(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ignoressafearea(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/preferredColorScheme(_:)":{"role":"symbol","title":"preferredColorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preferredColorScheme(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/preferredcolorscheme(_:)"},"doc://Flow/documentation/Flow/HFlow/onPreferenceChange(_:perform:)":{"role":"symbol","title":"onPreferenceChange(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPreferenceChange(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpreferencechange(_:perform:)"},"doc://Flow/documentation/Flow/HFlow/bold(_:)":{"role":"symbol","title":"bold(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/bold(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/bold(_:)"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-2lqts":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-2lqts","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-2lqts"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-2phj7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-2phj7"},"doc://Flow/documentation/Flow/HFlow/foregroundColor(_:)":{"role":"symbol","title":"foregroundColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/foregroundColor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/foregroundcolor(_:)"},"doc://Flow/documentation/Flow/HFlow/menuStyle(_:)":{"role":"symbol","title":"menuStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menustyle(_:)"},"doc://Flow/documentation/Flow/HFlow/overlay(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:)-7wew3":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:)-7wew3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:)-7wew3"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:message:)-9w3jm":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-9w3jm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-9w3jm"},"doc://Flow/documentation/Flow/HFlow/monospaced(_:)":{"role":"symbol","title":"monospaced(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/monospaced(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/monospaced(_:)"},"doc://Flow/documentation/Flow/HFlow/tracking(_:)":{"role":"symbol","title":"tracking(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tracking(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tracking(_:)"},"doc://Flow/documentation/Flow/HFlow/searchCompletion(_:)":{"role":"symbol","title":"searchCompletion(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchCompletion(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchcompletion(_:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-cln4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-cln4"},"doc://Flow/documentation/Flow/HFlow/listRowBackground(_:)":{"role":"symbol","title":"listRowBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/listRowBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/listrowbackground(_:)"},"doc://Flow/documentation/Flow/HFlow/focusedValue(_:_:)-7o0kf":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-7o0kf","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedvalue(_:_:)-7o0kf"},"doc://Flow/documentation/Flow/HFlow/allowsTightening(_:)":{"role":"symbol","title":"allowsTightening(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/allowsTightening(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/allowstightening(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityActivationPoint(_:)-2o3yv":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActivationPoint(_:)-2o3yv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactivationpoint(_:)-2o3yv"},"doc://Flow/documentation/Flow/HFlow/accessibilityFocused(_:equals:)":{"role":"symbol","title":"accessibilityFocused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityFocused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityfocused(_:equals:)"},"doc://Flow/documentation/Flow/HFlow/tint(_:)":{"role":"symbol","title":"tint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/tint(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/tint(_:)"},"doc://Flow/documentation/Flow/HFlow/preference(key:value:)":{"role":"symbol","title":"preference(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/preference(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/preference(key:value:)"},"doc://Flow/documentation/Flow/HFlow/speechAdjustedPitch(_:)":{"role":"symbol","title":"speechAdjustedPitch(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/speechAdjustedPitch(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/speechadjustedpitch(_:)"},"doc://Flow/documentation/Flow/HFlow/alignmentGuide(_:computeValue:)-23hnr":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alignmentGuide(_:computeValue:)-23hnr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alignmentguide(_:computevalue:)-23hnr"},"doc://Flow/documentation/Flow/HFlow/environment(_:_:)":{"role":"symbol","title":"environment(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/environment(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/environment(_:_:)"},"doc://Flow/documentation/Flow/HFlow/keyboardShortcut(_:modifiers:localization:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/keyboardShortcut(_:modifiers:localization:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/keyboardshortcut(_:modifiers:localization:)"},"doc://Flow/documentation/Flow/HFlow/overlay(alignment:content:)":{"role":"symbol","title":"overlay(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlay(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlay(alignment:content:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(named:_:)-3ye2r":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(named:_:)-3ye2r","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(named:_:)-3ye2r"},"doc://Flow/documentation/Flow/HFlow/rotationEffect(_:anchor:)":{"role":"symbol","title":"rotationEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/rotationEffect(_:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/rotationeffect(_:anchor:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-5hr5q":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-5hr5q","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-5hr5q"},"doc://Flow/documentation/Flow/HFlow/toolbarRole(_:)":{"role":"symbol","title":"toolbarRole(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarRole(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarrole(_:)"},"doc://Flow/documentation/Flow/HFlow/contextMenu(_:)":{"role":"symbol","title":"contextMenu(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/contextmenu(_:)"},"doc://Flow/documentation/Flow/HFlow/importsItemProviders(_:onImport:)":{"role":"symbol","title":"importsItemProviders(_:onImport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importsItemProviders(_:onImport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/importsitemproviders(_:onimport:)"},"doc://Flow/documentation/Flow/HFlow/onExitCommand(perform:)":{"role":"symbol","title":"onExitCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onExitCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onexitcommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/pasteDestination(for:action:validator:)":{"role":"symbol","title":"pasteDestination(for:action:validator:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/pasteDestination(for:action:validator:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/pastedestination(for:action:validator:)"},"doc://Flow/documentation/Flow/HFlow/contentTransition(_:)":{"role":"symbol","title":"contentTransition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contentTransition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contenttransition(_:)"},"doc://Flow/documentation/Flow/HFlow/disabled(_:)":{"role":"symbol","title":"disabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/disabled(_:)"},"doc://Flow/documentation/Flow/HFlow/backgroundPreferenceValue(_:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/backgroundPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/backgroundpreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:)-8ta7e":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:)-8ta7e","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:)-8ta7e"},"doc://Flow/documentation/Flow/HFlow/accessibility(activationPoint:)-49w7d":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(activationPoint:)-49w7d","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(activationpoint:)-49w7d"},"doc://Flow/documentation/Flow/HFlow/font(_:)":{"role":"symbol","title":"font(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/font(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/font(_:)"},"doc://Flow/documentation/Flow/HFlow/importableFromServices(for:action:)":{"role":"symbol","title":"importableFromServices(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/importableFromServices(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/importablefromservices(for:action:)"},"doc://Flow/documentation/Flow/HFlow/exportsItemProviders(_:onExport:onEdit:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportsItemProviders(_:onExport:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportsitemproviders(_:onexport:onedit:)"},"doc://Flow/documentation/Flow/HFlow/renameAction(_:)-4jhu2":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/renameAction(_:)-4jhu2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/renameaction(_:)-4jhu2"},"doc://Flow/documentation/Flow/HFlow/opacity(_:)":{"role":"symbol","title":"opacity(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/opacity(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/opacity(_:)"},"doc://Flow/documentation/Flow/HFlow/onPasteCommand(of:perform:)-39zo0":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onPasteCommand(of:perform:)-39zo0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onpastecommand(of:perform:)-39zo0"},"doc://Flow/documentation/Flow/HFlow/accessibility(removeTraits:)":{"role":"symbol","title":"accessibility(removeTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(removeTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(removetraits:)"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:delegate:)-3w2p4":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-3w2p4","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:delegate:)-3w2p4"},"doc://Flow/documentation/Flow/HFlow/previewDevice(_:)":{"role":"symbol","title":"previewDevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewDevice(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewdevice(_:)"},"doc://Flow/documentation/Flow/HFlow/brightness(_:)":{"role":"symbol","title":"brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/brightness(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/brightness(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/fontWidth(_:)":{"role":"symbol","title":"fontWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontwidth(_:)"},"doc://Flow/documentation/Flow/HFlow/flipsForRightToLeftLayoutDirection(_:)":{"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/flipsForRightToLeftLayoutDirection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/flipsforrighttoleftlayoutdirection(_:)"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-90sbj":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-90sbj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-90sbj"},"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-1jjzi":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-1jjzi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-1jjzi"},"doc://Flow/documentation/Flow/HFlow/overlayPreferenceValue(_:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/overlayPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/overlaypreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/HFlow/sheet(item:onDismiss:content:)":{"role":"symbol","title":"sheet(item:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/sheet(item:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/sheet(item:ondismiss:content:)"},"doc://Flow/documentation/Flow/HFlow/popover(item:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/popover(item:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(hint:)":{"role":"symbol","title":"accessibility(hint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(hint:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(hint:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-713bu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-713bu"},"doc://Flow/documentation/Flow/HFlow/searchable(text:placement:prompt:suggestions:)-3l28p":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:placement:prompt:suggestions:)-3l28p","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/searchable(text:placement:prompt:suggestions:)-3l28p"},"doc://Flow/documentation/Flow/HFlow/toolbar(content:)-2q1i":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(content:)-2q1i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(content:)-2q1i"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-29t9b","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-29t9b"},"doc://Flow/documentation/Flow/HFlow/position(_:)":{"role":"symbol","title":"position(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/position(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityScrollAction(_:)":{"role":"symbol","title":"accessibilityScrollAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityScrollAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityscrollaction(_:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-2n36l","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-2n36l"},"doc://Flow/documentation/Flow/HFlow/navigationBarBackButtonHidden(_:)":{"role":"symbol","title":"navigationBarBackButtonHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarBackButtonHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationbarbackbuttonhidden(_:)"},"doc://Flow/documentation/Flow/HFlow/onDeleteCommand(perform:)":{"role":"symbol","title":"onDeleteCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDeleteCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondeletecommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/persistentSystemOverlays(_:)":{"role":"symbol","title":"persistentSystemOverlays(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/persistentSystemOverlays(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/persistentsystemoverlays(_:)"},"doc://Flow/documentation/Flow/HFlow/fileMover(isPresented:files:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:files:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/filemover(ispresented:files:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:delegate:)-4gso4":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:delegate:)-4gso4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/ondrop(of:delegate:)-4gso4"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:)-6blwr":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:)-6blwr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:)-6blwr"},"doc://Flow/documentation/Flow/HFlow/menuIndicator(_:)":{"role":"symbol","title":"menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/menuIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/menuindicator(_:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:actions:message:)-ikrt":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:actions:message:)-ikrt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:actions:message:)-ikrt"},"doc://Flow/documentation/Flow/HFlow/autocorrectionDisabled(_:)":{"role":"symbol","title":"autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/autocorrectionDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/autocorrectiondisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/contextMenu(menuItems:preview:)":{"role":"symbol","title":"contextMenu(menuItems:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(menuitems:preview:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-9w3z3":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-9w3z3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-9w3z3"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:)-6jcxi":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:)-6jcxi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:)-6jcxi"},"doc://Flow/documentation/Flow/HFlow/transformEnvironment(_:transform:)":{"role":"symbol","title":"transformEnvironment(_:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEnvironment(_:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformenvironment(_:transform:)"},"doc://Flow/documentation/Flow/HFlow/fontDesign(_:)":{"role":"symbol","title":"fontDesign(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fontDesign(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fontdesign(_:)"},"doc://Flow/documentation/Flow/HFlow/toolbarColorScheme(_:for:)":{"role":"symbol","title":"toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarColorScheme(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbarcolorscheme(_:for:)"},"doc://Flow/documentation/Flow/HFlow/navigationDestination(isPresented:destination:)":{"role":"symbol","title":"navigationDestination(isPresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDestination(isPresented:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdestination(ispresented:destination:)"},"doc://Flow/documentation/Flow/HFlow/offset(_:)":{"role":"symbol","title":"offset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/offset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/offset(_:)"},"doc://Flow/documentation/Flow/HFlow/focusSection()":{"role":"symbol","title":"focusSection()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusSection()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focussection()"},"doc://Flow/documentation/Flow/HFlow/controlGroupStyle(_:)":{"role":"symbol","title":"controlGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/controlGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/controlgroupstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/onDrop(of:isTargeted:perform:)-9hsps":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onDrop(of:isTargeted:perform:)-9hsps","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/ondrop(of:istargeted:perform:)-9hsps"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-3r6cc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-3r6cc"},"doc://Flow/documentation/Flow/HFlow/gridCellColumns(_:)":{"role":"symbol","title":"gridCellColumns(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/gridCellColumns(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/gridcellcolumns(_:)"},"doc://Flow/documentation/Flow/HFlow/cuttable(for:action:)":{"role":"symbol","title":"cuttable(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cuttable(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/cuttable(for:action:)"},"doc://Flow/documentation/Flow/HFlow/scenePadding(_:edges:)":{"role":"symbol","title":"scenePadding(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scenePadding(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scenepadding(_:edges:)"},"doc://Flow/documentation/Flow/HFlow/symbolRenderingMode(_:)":{"role":"symbol","title":"symbolRenderingMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/symbolRenderingMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/symbolrenderingmode(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityAction(_:_:)":{"role":"symbol","title":"accessibilityAction(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAction(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaction(_:_:)"},"doc://Flow/documentation/Flow/HFlow/safeAreaInset(edge:alignment:spacing:content:)-6lkmi":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/safeAreaInset(edge:alignment:spacing:content:)-6lkmi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/safeareainset(edge:alignment:spacing:content:)-6lkmi"},"doc://Flow/documentation/Flow/HFlow/task(priority:_:)":{"role":"symbol","title":"task(priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/task(priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/task(priority:_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-3myjn":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-3myjn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-3myjn"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-9o0ba","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-9o0ba"},"doc://Flow/documentation/Flow/HFlow/touchBarItemPrincipal(_:)":{"role":"symbol","title":"touchBarItemPrincipal(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPrincipal(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbaritemprincipal(_:)"},"doc://Flow/documentation/Flow/HFlow/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/HFlow/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/HFlow/animation(_:value:)":{"role":"symbol","title":"animation(_:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/animation(_:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/animation(_:value:)"},"doc://Flow/documentation/Flow/HFlow/help(_:)-6f7lm":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6f7lm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-6f7lm"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:)-3samq":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:)-3samq","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:)-3samq"},"doc://Flow/documentation/Flow/HFlow/drawingGroup(opaque:colorMode:)":{"role":"symbol","title":"drawingGroup(opaque:colorMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/drawingGroup(opaque:colorMode:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/drawinggroup(opaque:colormode:)"},"doc://Flow/documentation/Flow/HFlow/exportableToServices(_:onEdit:)":{"role":"symbol","title":"exportableToServices(_:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportabletoservices(_:onedit:)"},"doc://Flow/documentation/Flow/HFlow/groupBoxStyle(_:)":{"role":"symbol","title":"groupBoxStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/groupBoxStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/groupboxstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6klc4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6klc4"},"doc://Flow/documentation/Flow/HFlow/fixedSize(horizontal:vertical:)":{"role":"symbol","title":"fixedSize(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fixedSize(horizontal:vertical:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/fixedsize(horizontal:vertical:)"},"doc://Flow/documentation/Flow/HFlow/textContentType(_:)":{"role":"symbol","title":"textContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/textContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/textcontenttype(_:)"},"doc://Flow/documentation/Flow/HFlow/searchable(text:tokens:placement:prompt:token:)-4e2m":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchable(text:tokens:placement:prompt:token:)-4e2m","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchable(text:tokens:placement:prompt:token:)-4e2m"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabeledPair(role:id:in:)":{"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabeledPair(role:id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabeledpair(role:id:in:)"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-3pznm":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-3pznm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-3pznm"},"doc://Flow/documentation/Flow/HFlow/navigationDocument(_:preview:)-5cbos":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationDocument(_:preview:)-5cbos","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationdocument(_:preview:)-5cbos"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2r7hp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2r7hp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2r7hp"},"doc://Flow/documentation/Flow/HFlow/luminanceToAlpha()":{"role":"symbol","title":"luminanceToAlpha()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/luminanceToAlpha()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/luminancetoalpha()"},"doc://Flow/documentation/Flow/HFlow/lineLimit(_:)-35exb":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/lineLimit(_:)-35exb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/linelimit(_:)-35exb"},"doc://Flow/documentation/Flow/HFlow/shadow(color:radius:x:y:)":{"role":"symbol","title":"shadow(color:radius:x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/shadow(color:radius:x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/shadow(color:radius:x:y:)"},"doc://Flow/documentation/Flow/HFlow/focusedObject(_:)-1oj1k":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedObject(_:)-1oj1k","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedobject(_:)-1oj1k"},"doc://Flow/documentation/Flow/HFlow/accessibilityElement(children:)":{"role":"symbol","title":"accessibilityElement(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityElement(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityelement(children:)"},"doc://Flow/documentation/Flow/HFlow/searchSuggestions(_:)":{"role":"symbol","title":"searchSuggestions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/searchSuggestions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/searchsuggestions(_:)"},"doc://Flow/documentation/Flow/HFlow/transformEffect(_:)":{"role":"symbol","title":"transformEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/transformEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/transformeffect(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-1x0bz":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-1x0bz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-1x0bz"},"doc://Flow/documentation/Flow/HFlow/accessibilityCustomContent(_:_:importance:)-2bokw":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityCustomContent(_:_:importance:)-2bokw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitycustomcontent(_:_:importance:)-2bokw"},"doc://Flow/documentation/Flow/HFlow/accessibilityActions(_:)":{"role":"symbol","title":"accessibilityActions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityActions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityactions(_:)"},"doc://Flow/documentation/Flow/HFlow/defaultAppStorage(_:)":{"role":"symbol","title":"defaultAppStorage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/defaultAppStorage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/defaultappstorage(_:)"},"doc://Flow/documentation/Flow/HFlow/zIndex(_:)":{"role":"symbol","title":"zIndex(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/zIndex(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/zindex(_:)"},"doc://Flow/documentation/Flow/HFlow/dynamicTypeSize(_:)":{"role":"symbol","title":"dynamicTypeSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/dynamicTypeSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/dynamictypesize(_:)"},"doc://Flow/documentation/Flow/HFlow/prefersDefaultFocus(_:in:)":{"role":"symbol","title":"prefersDefaultFocus(_:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/prefersDefaultFocus(_:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/prefersdefaultfocus(_:in:)"},"doc://Flow/documentation/Flow/HFlow/focusedValue(_:_:)-30epx":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedValue(_:_:)-30epx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedvalue(_:_:)-30epx"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotorEntry(id:in:)":{"role":"symbol","title":"accessibilityRotorEntry(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotorEntry(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotorentry(id:in:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:entries:entryLabel:)-66fun":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:entries:entryLabel:)-66fun","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:entries:entrylabel:)-66fun"},"doc://Flow/documentation/Flow/HFlow/accessibilityAdjustableAction(_:)":{"role":"symbol","title":"accessibilityAdjustableAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAdjustableAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityadjustableaction(_:)"},"doc://Flow/documentation/Flow/HFlow/onCutCommand(perform:)":{"role":"symbol","title":"onCutCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCutCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncutcommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/scaledToFill()":{"role":"symbol","title":"scaledToFill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaledToFill()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaledtofill()"},"doc://Flow/documentation/Flow/HFlow/privacySensitive(_:)":{"role":"symbol","title":"privacySensitive(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/privacySensitive(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/privacysensitive(_:)"},"doc://Flow/documentation/Flow/HFlow/exportableToServices(_:)":{"role":"symbol","title":"exportableToServices(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/exportableToServices(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/exportabletoservices(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(value:)":{"role":"symbol","title":"accessibility(value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(value:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(value:)"},"doc://Flow/documentation/Flow/HFlow/alert(_:isPresented:presenting:actions:message:)-5pll3":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(_:isPresented:presenting:actions:message:)-5pll3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/alert(_:ispresented:presenting:actions:message:)-5pll3"},"doc://Flow/documentation/Flow/HFlow/disclosureGroupStyle(_:)":{"role":"symbol","title":"disclosureGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/disclosureGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/disclosuregroupstyle(_:)"},"doc://Flow/documentation/Flow/HFlow/help(_:)-6gq90":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/help(_:)-6gq90","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/help(_:)-6gq90"},"doc://Flow/documentation/Flow/HFlow/mask(_:)":{"role":"symbol","title":"mask(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/mask(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/mask(_:)"},"doc://Flow/documentation/Flow/HFlow/toggleStyle(_:)":{"role":"symbol","title":"toggleStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toggleStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/togglestyle(_:)"},"doc://Flow/documentation/Flow/HFlow/moveDisabled(_:)":{"role":"symbol","title":"moveDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/moveDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/movedisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/onCopyCommand(perform:)":{"role":"symbol","title":"onCopyCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onCopyCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/oncopycommand(perform:)"},"doc://Flow/documentation/Flow/HFlow/navigationTitle(_:)-lbkf":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationTitle(_:)-lbkf","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationtitle(_:)-lbkf"},"doc://Flow/documentation/Flow/HFlow/cornerRadius(_:antialiased:)":{"role":"symbol","title":"cornerRadius(_:antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/cornerRadius(_:antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/cornerradius(_:antialiased:)"},"doc://Flow/documentation/Flow/HFlow/scaleEffect(_:anchor:)-hkch":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scaleEffect(_:anchor:)-hkch","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scaleeffect(_:anchor:)-hkch"},"doc://Flow/documentation/Flow/HFlow/toolbar(id:content:)":{"role":"symbol","title":"toolbar(id:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbar(id:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbar(id:content:)"},"doc://Flow/documentation/Flow/HFlow/touchBarItemPresence(_:)":{"role":"symbol","title":"touchBarItemPresence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/touchBarItemPresence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/touchbaritempresence(_:)"},"doc://Flow/documentation/Flow/HFlow/previewInterfaceOrientation(_:)":{"role":"symbol","title":"previewInterfaceOrientation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/previewInterfaceOrientation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/previewinterfaceorientation(_:)"},"doc://Flow/documentation/Flow/HFlow/background(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/HFlow/background(_:in:fillStyle:)-52372":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-52372","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-52372"},"doc://Flow/documentation/Flow/HFlow/alert(isPresented:content:)":{"role":"symbol","title":"alert(isPresented:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/alert(isPresented:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/alert(ispresented:content:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-6nl82":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-6nl82","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-6nl82"},"doc://Flow/documentation/Flow/HFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-8y6ks","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-8y6ks"},"doc://Flow/documentation/Flow/HFlow/background(_:in:fillStyle:)-8uh7a":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(_:in:fillStyle:)-8uh7a","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(_:in:fillstyle:)-8uh7a"},"doc://Flow/documentation/Flow/HFlow/kerning(_:)":{"role":"symbol","title":"kerning(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/kerning(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/kerning(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityValue(_:)-155rg":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityValue(_:)-155rg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityvalue(_:)-155rg"},"doc://Flow/documentation/Flow/HFlow/toolbarTitleMenu(content:)":{"role":"symbol","title":"toolbarTitleMenu(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/toolbarTitleMenu(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/toolbartitlemenu(content:)"},"doc://Flow/documentation/Flow/HFlow/deleteDisabled(_:)":{"role":"symbol","title":"deleteDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/deleteDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/deletedisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/position(x:y:)":{"role":"symbol","title":"position(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/position(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/position(x:y:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityAddTraits(_:)":{"role":"symbol","title":"accessibilityAddTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityAddTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityaddtraits(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibility(identifier:)":{"role":"symbol","title":"accessibility(identifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibility(identifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/accessibility(identifier:)"},"doc://Flow/documentation/Flow/HFlow/navigationSplitViewColumnWidth(min:ideal:max:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"},"doc://Flow/documentation/Flow/HFlow/focusedSceneObject(_:)-1g8yb":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/focusedSceneObject(_:)-1g8yb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/focusedsceneobject(_:)-1g8yb"},"doc://Flow/documentation/Flow/HFlow/background(ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/background(ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/background(ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/HFlow/padding(_:_:)":{"role":"symbol","title":"padding(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/padding(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/padding(_:_:)"},"doc://Flow/documentation/Flow/HFlow/fileMover(isPresented:file:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/fileMover(isPresented:file:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/filemover(ispresented:file:oncompletion:)"},"doc://Flow/documentation/Flow/HFlow/onReceive(_:perform:)":{"role":"symbol","title":"onReceive(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/onReceive(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/onreceive(_:perform:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityHint(_:)-14pkj":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityHint(_:)-14pkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityhint(_:)-14pkj"},"doc://Flow/documentation/Flow/HFlow/accessibilityRotor(_:textRanges:)-4xjqg":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityRotor(_:textRanges:)-4xjqg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilityrotor(_:textranges:)-4xjqg"},"doc://Flow/documentation/Flow/HFlow/navigationBarTitle(_:displayMode:)-446f1":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/navigationBarTitle(_:displayMode:)-446f1","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/hflow\/navigationbartitle(_:displaymode:)-446f1"},"doc://Flow/documentation/Flow/HFlow/interactiveDismissDisabled(_:)":{"role":"symbol","title":"interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/interactiveDismissDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/interactivedismissdisabled(_:)"},"doc://Flow/documentation/Flow/HFlow/accessibilityLabel(_:)-iz0t":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/accessibilityLabel(_:)-iz0t","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/accessibilitylabel(_:)-iz0t"},"doc://Flow/documentation/Flow/HFlow/contextMenu(menuItems:)":{"role":"symbol","title":"contextMenu(menuItems:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/contextMenu(menuItems:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/contextmenu(menuitems:)"},"doc://Flow/documentation/Flow/HFlow/scrollDisabled(_:)":{"role":"symbol","title":"scrollDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/scrollDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/scrolldisabled(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/hflow/zindex(_:).json b/data/documentation/flow/hflow/zindex(_:).json index 28a9a21c..c301b24d 100644 --- a/data/documentation/flow/hflow/zindex(_:).json +++ b/data/documentation/flow/hflow/zindex(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/zindex(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/zIndex(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.zIndex(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"zIndex(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6zIndexyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow/zIndex(_:)":{"role":"symbol","title":"zIndex(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/zIndex(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/zindex(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/hflow\/zindex(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/zIndex(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.zIndex(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"zIndex(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6zIndexyQrSdF::SYNTHESIZED::s:4Flow5HFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/HFlow","doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/HFlow":{"role":"symbol","title":"HFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a horizontal flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HFlow"}],"url":"\/documentation\/flow\/hflow"},"doc://Flow/documentation/Flow/HFlow/zIndex(_:)":{"role":"symbol","title":"zIndex(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/zIndex(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/hflow\/zindex(_:)"},"doc://Flow/documentation/Flow/HFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/HFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/hflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow.json b/data/documentation/flow/vflow.json index ca0e9822..1b1cf5bb 100644 --- a/data/documentation/flow/vflow.json +++ b/data/documentation/flow/vflow.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"The following example shows a simple vertical flow of 10 text views:"}]},{"type":"codeListing","syntax":null,"code":["var body: some View {"," VFlow("," alignment: .leading,"," spacing: 10"," ) {"," ForEach("," 1...10,"," id: \\.self"," ) {"," Text(\"Item \\($0)\")"," }"," }","}"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Flow\/7SwiftUI10AnimatableP","doc:\/\/Flow\/7SwiftUI6LayoutP","doc:\/\/Flow\/7SwiftUI4ViewP"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"role":"symbol","title":"VFlow","roleHeading":"Structure","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"symbolKind":"struct","externalID":"s:4Flow5VFlowV","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:content:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/body"]},{"title":"Default Implementations","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"],"generated":true}],"references":{"doc://Flow/7SwiftUI6LayoutP":{"type":"unresolvable","title":"SwiftUI.Layout","identifier":"doc:\/\/Flow\/7SwiftUI6LayoutP"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/animatable-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/7SwiftUI4ViewP":{"type":"unresolvable","title":"SwiftUI.View","identifier":"doc:\/\/Flow\/7SwiftUI4ViewP"},"doc://Flow/documentation/Flow/VFlow/init(alignment:itemSpacing:columnSpacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:)"},"doc://Flow/documentation/Flow/VFlow/init(alignment:spacing:content:)":{"role":"symbol","title":"init(alignment:spacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:spacing:content:)"},"doc://Flow/documentation/Flow/VFlow/init(alignment:spacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:spacing:)"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow/VFlow/body":{"role":"symbol","title":"body","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/body","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/body"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/7SwiftUI10AnimatableP":{"type":"unresolvable","title":"SwiftUI.Animatable","identifier":"doc:\/\/Flow\/7SwiftUI10AnimatableP"},"doc://Flow/documentation/Flow/VFlow/init(alignment:itemSpacing:columnSpacing:content:)":{"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:content:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"The following example shows a simple vertical flow of 10 text views:"}]},{"type":"codeListing","syntax":null,"code":["var body: some View {"," VFlow("," alignment: .leading,"," spacing: 10"," ) {"," ForEach("," 1...10,"," id: \\.self"," ) {"," Text(\"Item \\($0)\")"," }"," }","}"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Flow\/7SwiftUI10AnimatableP","doc:\/\/Flow\/7SwiftUI6LayoutP","doc:\/\/Flow\/7SwiftUI4ViewP"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"role":"symbol","title":"VFlow","roleHeading":"Structure","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"symbolKind":"struct","externalID":"s:4Flow5VFlowV","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:content:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/body"]},{"title":"Default Implementations","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"],"generated":true}],"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/7SwiftUI4ViewP":{"type":"unresolvable","title":"SwiftUI.View","identifier":"doc:\/\/Flow\/7SwiftUI4ViewP"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/7SwiftUI6LayoutP":{"type":"unresolvable","title":"SwiftUI.Layout","identifier":"doc:\/\/Flow\/7SwiftUI6LayoutP"},"doc://Flow/documentation/Flow/VFlow/body":{"role":"symbol","title":"body","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/body","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/body"},"doc://Flow/documentation/Flow/VFlow/init(alignment:itemSpacing:columnSpacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:)"},"doc://Flow/documentation/Flow/VFlow/init(alignment:spacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:spacing:)"},"doc://Flow/documentation/Flow/VFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/animatable-implementations"},"doc://Flow/documentation/Flow/VFlow/init(alignment:itemSpacing:columnSpacing:content:)":{"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:content:)"},"doc://Flow/documentation/Flow/VFlow/init(alignment:spacing:content:)":{"role":"symbol","title":"init(alignment:spacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:spacing:content:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/7SwiftUI10AnimatableP":{"type":"unresolvable","title":"SwiftUI.Animatable","identifier":"doc:\/\/Flow\/7SwiftUI10AnimatableP"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accentcolor(_:).json b/data/documentation/flow/vflow/accentcolor(_:).json index 5c37bddd..32e36864 100644 --- a/data/documentation/flow/vflow/accentcolor(_:).json +++ b/data/documentation/flow/vflow/accentcolor(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"accentColor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accentcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accentColor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accentColor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accentColor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11accentColoryQrAA0E0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the asset catalog's accent color or View.tint(_:) instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accentColor(_:)":{"role":"symbol","title":"accentColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accentColor(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accentcolor(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"accentColor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accentcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accentColor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accentColor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accentColor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11accentColoryQrAA0E0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the asset catalog's accent color or View.tint(_:) instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accentColor(_:)":{"role":"symbol","title":"accentColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accentColor(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accentcolor(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(activationpoint:)-29xb5.json b/data/documentation/flow/vflow/accessibility(activationpoint:)-29xb5.json index 7a3c7bb2..18f66636 100644 --- a/data/documentation/flow/vflow/accessibility(activationpoint:)-29xb5.json +++ b/data/documentation/flow/vflow/accessibility(activationpoint:)-29xb5.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(activationpoint:)-29xb5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-29xb5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(activationPoint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibility(activationPoint:)-29xb5":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-29xb5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(activationpoint:)-29xb5"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(activationpoint:)-29xb5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-29xb5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(activationPoint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibility(activationPoint:)-29xb5":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-29xb5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(activationpoint:)-29xb5"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(activationpoint:)-5utfe.json b/data/documentation/flow/vflow/accessibility(activationpoint:)-5utfe.json index f8d43b61..7938166e 100644 --- a/data/documentation/flow/vflow/accessibility(activationpoint:)-5utfe.json +++ b/data/documentation/flow/vflow/accessibility(activationpoint:)-5utfe.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(activationpoint:)-5utfe"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-5utfe","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(activationPoint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0V_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibility(activationPoint:)-5utfe":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-5utfe","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(activationpoint:)-5utfe"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(activationpoint:)-5utfe"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-5utfe","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(activationPoint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(activationPoint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility15activationPointAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0V_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityActivationPoint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibility(activationPoint:)-5utfe":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-5utfe","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(activationpoint:)-5utfe"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(addtraits:).json b/data/documentation/flow/vflow/accessibility(addtraits:).json index 34bc727b..7febea5e 100644 --- a/data/documentation/flow/vflow/accessibility(addtraits:).json +++ b/data/documentation/flow/vflow/accessibility(addtraits:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(addtraits:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(addTraits:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(addTraits:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(addTraits:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility9addTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibility(addTraits:)":{"role":"symbol","title":"accessibility(addTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(addTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(addtraits:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(addtraits:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(addTraits:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(addTraits:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(addTraits:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility9addTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityAddTraits(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibility(addTraits:)":{"role":"symbol","title":"accessibility(addTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(addTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(addtraits:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(hidden:).json b/data/documentation/flow/vflow/accessibility(hidden:).json index cfb7d31c..349c7c22 100644 --- a/data/documentation/flow/vflow/accessibility(hidden:).json +++ b/data/documentation/flow/vflow/accessibility(hidden:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(hidden:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hidden:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(hidden:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(hidden:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility6hiddenAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibility(hidden:)":{"role":"symbol","title":"accessibility(hidden:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hidden:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(hidden:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(hidden:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hidden:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(hidden:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(hidden:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility6hiddenAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSb_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHidden(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibility(hidden:)":{"role":"symbol","title":"accessibility(hidden:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hidden:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(hidden:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(hint:).json b/data/documentation/flow/vflow/accessibility(hint:).json index 011cf97e..5bebf8c5 100644 --- a/data/documentation/flow/vflow/accessibility(hint:).json +++ b/data/documentation/flow/vflow/accessibility(hint:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(hint:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hint:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(hint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(hint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility4hintAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibility(hint:)":{"role":"symbol","title":"accessibility(hint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hint:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(hint:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(hint:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hint:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(hint:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(hint:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility4hintAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityHint(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibility(hint:)":{"role":"symbol","title":"accessibility(hint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hint:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(hint:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(identifier:).json b/data/documentation/flow/vflow/accessibility(identifier:).json index 0ff5bff8..b12aa1e1 100644 --- a/data/documentation/flow/vflow/accessibility(identifier:).json +++ b/data/documentation/flow/vflow/accessibility(identifier:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(identifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(identifier:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(identifier:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(identifier:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility10identifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSS_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibility(identifier:)":{"role":"symbol","title":"accessibility(identifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(identifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(identifier:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(identifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(identifier:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(identifier:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(identifier:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility10identifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSS_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityIdentifier(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibility(identifier:)":{"role":"symbol","title":"accessibility(identifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(identifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(identifier:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(inputlabels:).json b/data/documentation/flow/vflow/accessibility(inputlabels:).json index 04a261a6..bdd98957 100644 --- a/data/documentation/flow/vflow/accessibility(inputlabels:).json +++ b/data/documentation/flow/vflow/accessibility(inputlabels:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(inputlabels:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(inputLabels:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(inputLabels:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(inputLabels:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility11inputLabelsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVG_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibility(inputLabels:)":{"role":"symbol","title":"accessibility(inputLabels:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(inputLabels:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(inputlabels:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(inputlabels:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(inputLabels:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(inputLabels:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(inputLabels:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility11inputLabelsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVG_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityInputLabels(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibility(inputLabels:)":{"role":"symbol","title":"accessibility(inputLabels:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(inputLabels:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(inputlabels:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(label:).json b/data/documentation/flow/vflow/accessibility(label:).json index de0984c8..d7949429 100644 --- a/data/documentation/flow/vflow/accessibility(label:).json +++ b/data/documentation/flow/vflow/accessibility(label:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(label:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(label:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(label:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(label:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility5labelAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibility(label:)":{"role":"symbol","title":"accessibility(label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(label:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(label:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(label:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(label:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(label:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(label:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility5labelAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityLabel(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibility(label:)":{"role":"symbol","title":"accessibility(label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(label:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(label:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(removetraits:).json b/data/documentation/flow/vflow/accessibility(removetraits:).json index 37b42539..7cbb570f 100644 --- a/data/documentation/flow/vflow/accessibility(removetraits:).json +++ b/data/documentation/flow/vflow/accessibility(removetraits:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(removetraits:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(removeTraits:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(removeTraits:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(removeTraits:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility12removeTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibility(removeTraits:)":{"role":"symbol","title":"accessibility(removeTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(removeTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(removetraits:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(removetraits:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(removeTraits:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(removeTraits:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(removeTraits:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility12removeTraitsAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0V_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityRemoveTraits(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibility(removeTraits:)":{"role":"symbol","title":"accessibility(removeTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(removeTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(removetraits:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(selectionidentifier:).json b/data/documentation/flow/vflow/accessibility(selectionidentifier:).json index 06a4074e..459da984 100644 --- a/data/documentation/flow/vflow/accessibility(selectionidentifier:).json +++ b/data/documentation/flow/vflow/accessibility(selectionidentifier:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(selectionidentifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(selectionIdentifier:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(selectionIdentifier:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(selectionIdentifier:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility19selectionIdentifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGs11AnyHashableV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":true},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":true},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":true},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":true}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibility(selectionIdentifier:)":{"role":"symbol","title":"accessibility(selectionIdentifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(selectionIdentifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(selectionidentifier:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(selectionidentifier:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(selectionIdentifier:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(selectionIdentifier:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(selectionIdentifier:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility19selectionIdentifierAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGs11AnyHashableV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":true},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":true},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":true},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":true}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibility(selectionIdentifier:)":{"role":"symbol","title":"accessibility(selectionIdentifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(selectionIdentifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(selectionidentifier:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(sortpriority:).json b/data/documentation/flow/vflow/accessibility(sortpriority:).json index ea15c832..98a1088c 100644 --- a/data/documentation/flow/vflow/accessibility(sortpriority:).json +++ b/data/documentation/flow/vflow/accessibility(sortpriority:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(sortpriority:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(sortPriority:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(sortPriority:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(sortPriority:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility12sortPriorityAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSd_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilitySortPriority(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilitySortPriority(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilitySortPriority(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilitySortPriority(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibility(sortPriority:)":{"role":"symbol","title":"accessibility(sortPriority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(sortPriority:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(sortpriority:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(sortpriority:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(sortPriority:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(sortPriority:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(sortPriority:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility12sortPriorityAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSd_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilitySortPriority(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilitySortPriority(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilitySortPriority(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilitySortPriority(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibility(sortPriority:)":{"role":"symbol","title":"accessibility(sortPriority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(sortPriority:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(sortpriority:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibility(value:).json b/data/documentation/flow/vflow/accessibility(value:).json index 76bafa5a..c0434642 100644 --- a/data/documentation/flow/vflow/accessibility(value:).json +++ b/data/documentation/flow/vflow/accessibility(value:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility5valueAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibility(value:)":{"role":"symbol","title":"accessibility(value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(value:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(value:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibility(value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibility(value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibility(value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13accessibility5valueAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"accessibilityValue(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibility(value:)":{"role":"symbol","title":"accessibility(value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(value:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(value:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityaction(_:_:).json b/data/documentation/flow/vflow/accessibilityaction(_:_:).json index 0c8ee075..a1532246 100644 --- a/data/documentation/flow/vflow/accessibilityaction(_:_:).json +++ b/data/documentation/flow/vflow/accessibilityaction(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"actionKind"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":" = .default, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaction(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE4KindV_yyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(_:_:)":{"role":"symbol","title":"accessibilityAction(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(_:_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"actionKind"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":" = .default, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaction(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE4KindV_yyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityAction(_:_:)":{"role":"symbol","title":"accessibilityAction(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(_:_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityaction(action:label:).json b/data/documentation/flow/vflow/accessibilityaction(action:label:).json index e784af6a..d8912d9d 100644 --- a/data/documentation/flow/vflow/accessibilityaction(action:label:).json +++ b/data/documentation/flow/vflow/accessibilityaction(action:label:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaction(action:label:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(action:label:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(action:label:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(action:label:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction6action5labelQryyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityAction(action:label:)":{"role":"symbol","title":"accessibilityAction(action:label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(action:label:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(action:label:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaction(action:label:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(action:label:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(action:label:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(action:label:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction6action5labelQryyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(action:label:)":{"role":"symbol","title":"accessibilityAction(action:label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(action:label:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(action:label:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityaction(named:_:)-5nej8.json b/data/documentation/flow/vflow/accessibilityaction(named:_:)-5nej8.json index c097bf40..4b0a8af2 100644 --- a/data/documentation/flow/vflow/accessibilityaction(named:_:)-5nej8.json +++ b/data/documentation/flow/vflow/accessibilityaction(named:_:)-5nej8.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-5nej8"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-5nej8","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd___yyctSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-5nej8":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-5nej8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-5nej8"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-5nej8"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-5nej8","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd___yyctSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-5nej8":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-5nej8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-5nej8"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityaction(named:_:)-696dd.json b/data/documentation/flow/vflow/accessibilityaction(named:_:)-696dd.json index e2d7fe9e..5eb615cc 100644 --- a/data/documentation/flow/vflow/accessibilityaction(named:_:)-696dd.json +++ b/data/documentation/flow/vflow/accessibilityaction(named:_:)-696dd.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"nameKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-696dd"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-696dd","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_yyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-696dd":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-696dd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-696dd"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"nameKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-696dd"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-696dd","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_yyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-696dd":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-696dd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-696dd"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityaction(named:_:)-9q39i.json b/data/documentation/flow/vflow/accessibilityaction(named:_:)-9q39i.json index 5a32fbce..d830251d 100644 --- a/data/documentation/flow/vflow/accessibilityaction(named:_:)-9q39i.json +++ b/data/documentation/flow/vflow/accessibilityaction(named:_:)-9q39i.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-9q39i"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-9q39i","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_yyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-9q39i":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-9q39i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-9q39i"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":" "},{"kind":"internalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-9q39i"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-9q39i","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAction(named:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAction(named:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityAction5named_AA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextV_yyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-9q39i":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-9q39i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-9q39i"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityactions(_:).json b/data/documentation/flow/vflow/accessibilityactions(_:).json index 09dbe6e9..4c2d3dc7 100644 --- a/data/documentation/flow/vflow/accessibilityactions(_:).json +++ b/data/documentation/flow/vflow/accessibilityactions(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityactions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActions(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActions(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActions(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityActionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityActions(_:)":{"role":"symbol","title":"accessibilityActions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactions(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityactions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActions(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActions(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActions(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityActionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityActions(_:)":{"role":"symbol","title":"accessibilityActions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactions(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityactivationpoint(_:)-43kjh.json b/data/documentation/flow/vflow/accessibilityactivationpoint(_:)-43kjh.json index 022eea6e..cec997d0 100644 --- a/data/documentation/flow/vflow/accessibilityactivationpoint(_:)-43kjh.json +++ b/data/documentation/flow/vflow/accessibilityactivationpoint(_:)-43kjh.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-43kjh"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-43kjh","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActivationPoint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActivationPoint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityActivationPoint(_:)-43kjh":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-43kjh","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-43kjh"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-43kjh"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-43kjh","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActivationPoint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActivationPoint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA04UnitF0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityActivationPoint(_:)-43kjh":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-43kjh","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-43kjh"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityactivationpoint(_:)-6jhkt.json b/data/documentation/flow/vflow/accessibilityactivationpoint(_:)-6jhkt.json index 0167792c..7b3c22ae 100644 --- a/data/documentation/flow/vflow/accessibilityactivationpoint(_:)-6jhkt.json +++ b/data/documentation/flow/vflow/accessibilityactivationpoint(_:)-6jhkt.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-6jhkt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-6jhkt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActivationPoint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActivationPoint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityActivationPoint(_:)-6jhkt":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-6jhkt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-6jhkt"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-6jhkt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-6jhkt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityActivationPoint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityActivationPoint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityActivationPointyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSo7CGPointVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityActivationPoint(_:)-6jhkt":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-6jhkt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-6jhkt"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityaddtraits(_:).json b/data/documentation/flow/vflow/accessibilityaddtraits(_:).json index b263ac96..c6a1df9b 100644 --- a/data/documentation/flow/vflow/accessibilityaddtraits(_:).json +++ b/data/documentation/flow/vflow/accessibilityaddtraits(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaddtraits(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAddTraits(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAddTraits(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAddTraits(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22accessibilityAddTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityAddTraits(_:)":{"role":"symbol","title":"accessibilityAddTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAddTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaddtraits(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityaddtraits(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAddTraits(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAddTraits(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAddTraits(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22accessibilityAddTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityAddTraits(_:)":{"role":"symbol","title":"accessibilityAddTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAddTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaddtraits(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityadjustableaction(_:).json b/data/documentation/flow/vflow/accessibilityadjustableaction(_:).json index 064784be..d7f21b70 100644 --- a/data/documentation/flow/vflow/accessibilityadjustableaction(_:).json +++ b/data/documentation/flow/vflow/accessibilityadjustableaction(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityadjustableaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAdjustableAction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAdjustableAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAdjustableAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE29accessibilityAdjustableActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0I19AdjustmentDirectionOcF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityAdjustableAction(_:)":{"role":"symbol","title":"accessibilityAdjustableAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAdjustableAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityadjustableaction(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityadjustableaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAdjustableAction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityAdjustableAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityAdjustableAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE29accessibilityAdjustableActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA0I19AdjustmentDirectionOcF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityAdjustableAction(_:)":{"role":"symbol","title":"accessibilityAdjustableAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAdjustableAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityadjustableaction(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitychartdescriptor(_:).json b/data/documentation/flow/vflow/accessibilitychartdescriptor(_:).json index fe9864d5..a7f32cbf 100644 --- a/data/documentation/flow/vflow/accessibilitychartdescriptor(_:).json +++ b/data/documentation/flow/vflow/accessibilitychartdescriptor(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"representable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AXChartDescriptorRepresentable","preciseIdentifier":"s:7SwiftUI30AXChartDescriptorRepresentableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitychartdescriptor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChartDescriptor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityChartDescriptor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityChartDescriptor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityChartDescriptoryQrqd__AA07AXChartF13RepresentableRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityChartDescriptor(_:)":{"role":"symbol","title":"accessibilityChartDescriptor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChartDescriptor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitychartdescriptor(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"representable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AXChartDescriptorRepresentable","preciseIdentifier":"s:7SwiftUI30AXChartDescriptorRepresentableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitychartdescriptor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChartDescriptor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityChartDescriptor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityChartDescriptor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityChartDescriptoryQrqd__AA07AXChartF13RepresentableRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityChartDescriptor(_:)":{"role":"symbol","title":"accessibilityChartDescriptor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChartDescriptor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitychartdescriptor(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitychildren(children:).json b/data/documentation/flow/vflow/accessibilitychildren(children:).json index aeffe51a..1beefb1d 100644 --- a/data/documentation/flow/vflow/accessibilitychildren(children:).json +++ b/data/documentation/flow/vflow/accessibilitychildren(children:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitychildren(children:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChildren(children:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityChildren(children:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityChildren(children:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21accessibilityChildren8childrenQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityChildren(children:)":{"role":"symbol","title":"accessibilityChildren(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChildren(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitychildren(children:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitychildren(children:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChildren(children:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityChildren(children:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityChildren(children:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21accessibilityChildren8childrenQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityChildren(children:)":{"role":"symbol","title":"accessibilityChildren(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChildren(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitychildren(children:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-20kuj.json b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-20kuj.json index 448dbc8f..bb3ce47b 100644 --- a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-20kuj.json +++ b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-20kuj.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-20kuj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-20kuj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-20kuj":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-20kuj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-20kuj"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-20kuj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-20kuj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-20kuj":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-20kuj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-20kuj"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-2tcyt.json b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-2tcyt.json index ab91afd3..6a50a0e0 100644 --- a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-2tcyt.json +++ b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-2tcyt.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-2tcyt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-2tcyt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA015LocalizedStringL0VSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-2tcyt":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-2tcyt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-2tcyt"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-2tcyt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-2tcyt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA015LocalizedStringL0VSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-2tcyt":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-2tcyt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-2tcyt"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-38n1z.json b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-38n1z.json index e32ed785..ed983c26 100644 --- a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-38n1z.json +++ b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-38n1z.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-38n1z"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-38n1z","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_AA4TextVSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-38n1z":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-38n1z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-38n1z"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-38n1z"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-38n1z","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_AA4TextVSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-38n1z":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-38n1z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-38n1z"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-4wzpp.json b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-4wzpp.json index ec4b2a17..3c556b8e 100644 --- a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-4wzpp.json +++ b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-4wzpp.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-4wzpp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-4wzpp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-4wzpp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-4wzpp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-4wzpp"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-4wzpp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-4wzpp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-4wzpp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-4wzpp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-4wzpp"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-63ahp.json b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-63ahp.json index 68a906b1..8496922f 100644 --- a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-63ahp.json +++ b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-63ahp.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-63ahp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-63ahp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGqd___qd_0_So08AXCustomF10ImportanceVtSyRd__SyRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Using non-localized strings for labels is not directly supported. Instead, wrap both the label and the value in a Text struct."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-63ahp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-63ahp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-63ahp"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-63ahp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-63ahp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGqd___qd_0_So08AXCustomF10ImportanceVtSyRd__SyRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Using non-localized strings for labels is not directly supported. Instead, wrap both the label and the value in a Text struct."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-63ahp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-63ahp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-63ahp"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-6zba5.json b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-6zba5.json index d7670d20..cde47925 100644 --- a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-6zba5.json +++ b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-6zba5.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-6zba5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-6zba5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-6zba5":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-6zba5","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-6zba5"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-6zba5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-6zba5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyV_qd__So08AXCustomF10ImportanceVtSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-6zba5":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-6zba5","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-6zba5"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-85q9f.json b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-85q9f.json index d588fdfb..75b92891 100644 --- a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-85q9f.json +++ b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-85q9f.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-85q9f"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-85q9f","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA4TextV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-85q9f":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-85q9f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-85q9f"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-85q9f"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-85q9f","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA4TextV_ALSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-85q9f":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-85q9f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-85q9f"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-9b4j7.json b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-9b4j7.json index f5fa9584..66bd4fd5 100644 --- a/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-9b4j7.json +++ b/data/documentation/flow/vflow/accessibilitycustomcontent(_:_:importance:)-9b4j7.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-9b4j7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-9b4j7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA4TextVSgSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-9b4j7":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-9b4j7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-9b4j7"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":" = .default) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-9b4j7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-9b4j7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityCustomContent(_:_:importance:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26accessibilityCustomContent__10importanceAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0ieF3KeyV_AA4TextVSgSo08AXCustomF10ImportanceVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-9b4j7":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-9b4j7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-9b4j7"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityelement(children:).json b/data/documentation/flow/vflow/accessibilityelement(children:).json index a94db7ee..90c422e2 100644 --- a/data/documentation/flow/vflow/accessibilityelement(children:).json +++ b/data/documentation/flow/vflow/accessibilityelement(children:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":" = .ignore) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityelement(children:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityElement(children:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityElement(children:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityElement(children:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityElement8childrenQrAA26AccessibilityChildBehaviorV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityElement(children:)":{"role":"symbol","title":"accessibilityElement(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityElement(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityelement(children:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":" = .ignore) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityelement(children:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityElement(children:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityElement(children:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityElement(children:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityElement8childrenQrAA26AccessibilityChildBehaviorV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityElement(children:)":{"role":"symbol","title":"accessibilityElement(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityElement(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityelement(children:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityfocused(_:).json b/data/documentation/flow/vflow/accessibilityfocused(_:).json index e54db75e..13b47bef 100644 --- a/data/documentation/flow/vflow/accessibilityfocused(_:).json +++ b/data/documentation/flow/vflow/accessibilityfocused(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"condition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityfocused(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityFocused(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityFocused(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocusedyQrAA23AccessibilityFocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityFocused(_:)":{"role":"symbol","title":"accessibilityFocused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityfocused(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"condition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityfocused(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityFocused(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityFocused(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocusedyQrAA23AccessibilityFocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityFocused(_:)":{"role":"symbol","title":"accessibilityFocused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityfocused(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityfocused(_:equals:).json b/data/documentation/flow/vflow/accessibilityfocused(_:equals:).json index 6e821c7a..ce100621 100644 --- a/data/documentation/flow/vflow/accessibilityfocused(_:equals:).json +++ b/data/documentation/flow/vflow/accessibilityfocused(_:equals:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityfocused(_:equals:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:equals:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityFocused(_:equals:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityFocused(_:equals:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocused_6equalsQrAA23AccessibilityFocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityFocused(_:equals:)":{"role":"symbol","title":"accessibilityFocused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityfocused(_:equals:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityfocused(_:equals:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:equals:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityFocused(_:equals:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityFocused(_:equals:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityFocused_6equalsQrAA23AccessibilityFocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityFocused(_:equals:)":{"role":"symbol","title":"accessibilityFocused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityfocused(_:equals:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityheading(_:).json b/data/documentation/flow/vflow/accessibilityheading(_:).json index e23c01b1..7893478d 100644 --- a/data/documentation/flow/vflow/accessibilityheading(_:).json +++ b/data/documentation/flow/vflow/accessibilityheading(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"level"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityheading(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHeading(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHeading(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHeading(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityHeadingyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE5LevelOF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityHeading(_:)":{"role":"symbol","title":"accessibilityHeading(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHeading(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityheading(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"level"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityheading(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHeading(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHeading(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHeading(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20accessibilityHeadingyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0hE5LevelOF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityHeading(_:)":{"role":"symbol","title":"accessibilityHeading(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHeading(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityheading(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityhidden(_:).json b/data/documentation/flow/vflow/accessibilityhidden(_:).json index caa316a9..4cca03f9 100644 --- a/data/documentation/flow/vflow/accessibilityhidden(_:).json +++ b/data/documentation/flow/vflow/accessibilityhidden(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityHiddenyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityHidden(_:)":{"role":"symbol","title":"accessibilityHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhidden(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19accessibilityHiddenyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityHidden(_:)":{"role":"symbol","title":"accessibilityHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhidden(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityhint(_:)-4a8ym.json b/data/documentation/flow/vflow/accessibilityhint(_:)-4a8ym.json index 786b47f6..2331141a 100644 --- a/data/documentation/flow/vflow/accessibilityhint(_:)-4a8ym.json +++ b/data/documentation/flow/vflow/accessibilityhint(_:)-4a8ym.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityhint(_:)-4a8ym"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-4a8ym","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-4a8ym":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-4a8ym","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-4a8ym"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityhint(_:)-4a8ym"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-4a8ym","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-4a8ym":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-4a8ym","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-4a8ym"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityhint(_:)-8cu70.json b/data/documentation/flow/vflow/accessibilityhint(_:)-8cu70.json index c761499f..7d42e38b 100644 --- a/data/documentation/flow/vflow/accessibilityhint(_:)-8cu70.json +++ b/data/documentation/flow/vflow/accessibilityhint(_:)-8cu70.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityhint(_:)-8cu70"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-8cu70","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-8cu70":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-8cu70","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-8cu70"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityhint(_:)-8cu70"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-8cu70","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-8cu70":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-8cu70","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-8cu70"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityhint(_:)-9euas.json b/data/documentation/flow/vflow/accessibilityhint(_:)-9euas.json index 5c7149d1..03dfa2f5 100644 --- a/data/documentation/flow/vflow/accessibilityhint(_:)-9euas.json +++ b/data/documentation/flow/vflow/accessibilityhint(_:)-9euas.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hintKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityhint(_:)-9euas"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-9euas","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-9euas":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-9euas","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-9euas"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hintKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityhint(_:)-9euas"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-9euas","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityHint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityHint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17accessibilityHintyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-9euas":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-9euas","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-9euas"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityidentifier(_:).json b/data/documentation/flow/vflow/accessibilityidentifier(_:).json index 34d4ca32..6b9a47d6 100644 --- a/data/documentation/flow/vflow/accessibilityidentifier(_:).json +++ b/data/documentation/flow/vflow/accessibilityidentifier(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityidentifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIdentifier(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityIdentifier(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityIdentifier(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23accessibilityIdentifieryAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSSF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityIdentifier(_:)":{"role":"symbol","title":"accessibilityIdentifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIdentifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityidentifier(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityidentifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIdentifier(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityIdentifier(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityIdentifier(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23accessibilityIdentifieryAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSSF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityIdentifier(_:)":{"role":"symbol","title":"accessibilityIdentifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIdentifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityidentifier(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityinputlabels(_:)-45bbd.json b/data/documentation/flow/vflow/accessibilityinputlabels(_:)-45bbd.json index 6c629a55..34ad6442 100644 --- a/data/documentation/flow/vflow/accessibilityinputlabels(_:)-45bbd.json +++ b/data/documentation/flow/vflow/accessibilityinputlabels(_:)-45bbd.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabelKeys"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-45bbd"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-45bbd","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA18LocalizedStringKeyVGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-45bbd":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-45bbd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-45bbd"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabelKeys"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-45bbd"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-45bbd","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA18LocalizedStringKeyVGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-45bbd":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-45bbd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-45bbd"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityinputlabels(_:)-7bcc4.json b/data/documentation/flow/vflow/accessibilityinputlabels(_:)-7bcc4.json index c5b6285b..eaa30e63 100644 --- a/data/documentation/flow/vflow/accessibilityinputlabels(_:)-7bcc4.json +++ b/data/documentation/flow/vflow/accessibilityinputlabels(_:)-7bcc4.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-7bcc4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-7bcc4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-7bcc4":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-7bcc4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-7bcc4"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-7bcc4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-7bcc4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayAA4TextVGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-7bcc4":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-7bcc4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-7bcc4"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityinputlabels(_:)-llrk.json b/data/documentation/flow/vflow/accessibilityinputlabels(_:)-llrk.json index 04f29fc4..16bc240a 100644 --- a/data/documentation/flow/vflow/accessibilityinputlabels(_:)-llrk.json +++ b/data/documentation/flow/vflow/accessibilityinputlabels(_:)-llrk.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-llrk"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-llrk","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayqd__GSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-llrk":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-llrk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-llrk"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-llrk"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-llrk","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityInputLabels(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityInputLabels(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityInputLabelsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSayqd__GSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-llrk":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-llrk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-llrk"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitylabel(_:)-2kykl.json b/data/documentation/flow/vflow/accessibilitylabel(_:)-2kykl.json index 1cb67f83..cdd1dc69 100644 --- a/data/documentation/flow/vflow/accessibilitylabel(_:)-2kykl.json +++ b/data/documentation/flow/vflow/accessibilitylabel(_:)-2kykl.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitylabel(_:)-2kykl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-2kykl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-2kykl":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-2kykl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-2kykl"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitylabel(_:)-2kykl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-2kykl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-2kykl":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-2kykl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-2kykl"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitylabel(_:)-3y0fn.json b/data/documentation/flow/vflow/accessibilitylabel(_:)-3y0fn.json index 208f4228..e5e7aa05 100644 --- a/data/documentation/flow/vflow/accessibilitylabel(_:)-3y0fn.json +++ b/data/documentation/flow/vflow/accessibilitylabel(_:)-3y0fn.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitylabel(_:)-3y0fn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-3y0fn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-3y0fn":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-3y0fn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-3y0fn"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitylabel(_:)-3y0fn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-3y0fn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-3y0fn":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-3y0fn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-3y0fn"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitylabel(_:)-9hkbr.json b/data/documentation/flow/vflow/accessibilitylabel(_:)-9hkbr.json index f6f7fcbe..c1d1d8a5 100644 --- a/data/documentation/flow/vflow/accessibilitylabel(_:)-9hkbr.json +++ b/data/documentation/flow/vflow/accessibilitylabel(_:)-9hkbr.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitylabel(_:)-9hkbr"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-9hkbr","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-9hkbr":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-9hkbr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-9hkbr"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitylabel(_:)-9hkbr"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-9hkbr","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityLabelyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-9hkbr":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-9hkbr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-9hkbr"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitylabeledpair(role:id:in:).json b/data/documentation/flow/vflow/accessibilitylabeledpair(role:id:in:).json index 7b2fcd2e..25192731 100644 --- a/data/documentation/flow/vflow/accessibilitylabeledpair(role:id:in:).json +++ b/data/documentation/flow/vflow/accessibilitylabeledpair(role:id:in:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitylabeledpair(role:id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabeledPair(role:id:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabeledPair(role:id:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityLabeledPair4role2id2inQrAA013AccessibilityeF4RoleO_qd__AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabeledPair(role:id:in:)":{"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabeledPair(role:id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabeledpair(role:id:in:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitylabeledpair(role:id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabeledPair(role:id:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityLabeledPair(role:id:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24accessibilityLabeledPair4role2id2inQrAA013AccessibilityeF4RoleO_qd__AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityLabeledPair(role:id:in:)":{"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabeledPair(role:id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabeledpair(role:id:in:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityremovetraits(_:).json b/data/documentation/flow/vflow/accessibilityremovetraits(_:).json index e5e802f9..484a88c8 100644 --- a/data/documentation/flow/vflow/accessibilityremovetraits(_:).json +++ b/data/documentation/flow/vflow/accessibilityremovetraits(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityremovetraits(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRemoveTraits(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRemoveTraits(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRemoveTraits(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilityRemoveTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityRemoveTraits(_:)":{"role":"symbol","title":"accessibilityRemoveTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRemoveTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityremovetraits(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"traits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityremovetraits(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRemoveTraits(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRemoveTraits(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRemoveTraits(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilityRemoveTraitsyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA0iF0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityRemoveTraits(_:)":{"role":"symbol","title":"accessibilityRemoveTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRemoveTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityremovetraits(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrepresentation(representation:).json b/data/documentation/flow/vflow/accessibilityrepresentation(representation:).json index b02c7aff..4c277693 100644 --- a/data/documentation/flow/vflow/accessibilityrepresentation(representation:).json +++ b/data/documentation/flow/vflow/accessibilityrepresentation(representation:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrepresentation(representation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRepresentation(representation:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRepresentation(representation:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRepresentation(representation:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27accessibilityRepresentation14representationQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityRepresentation(representation:)":{"role":"symbol","title":"accessibilityRepresentation(representation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRepresentation(representation:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrepresentation(representation:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrepresentation(representation:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRepresentation(representation:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRepresentation(representation:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRepresentation(representation:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27accessibilityRepresentation14representationQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityRepresentation(representation:)":{"role":"symbol","title":"accessibilityRepresentation(representation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRepresentation(representation:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrepresentation(representation:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrespondstouserinteraction(_:).json b/data/documentation/flow/vflow/accessibilityrespondstouserinteraction(_:).json index 91a25040..ab969442 100644 --- a/data/documentation/flow/vflow/accessibilityrespondstouserinteraction(_:).json +++ b/data/documentation/flow/vflow/accessibilityrespondstouserinteraction(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"respondsToUserInteraction"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrespondstouserinteraction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRespondsToUserInteraction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRespondsToUserInteraction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE38accessibilityRespondsToUserInteractionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRespondsToUserInteraction(_:)":{"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrespondstouserinteraction(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"respondsToUserInteraction"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrespondstouserinteraction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRespondsToUserInteraction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRespondsToUserInteraction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE38accessibilityRespondsToUserInteractionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRespondsToUserInteraction(_:)":{"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrespondstouserinteraction(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-7qt8j.json b/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-7qt8j.json index 56d0d334..d3ac6011 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-7qt8j.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-7qt8j.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-7qt8j"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-7qt8j","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrqd___qd_0_yctSyRd__AA013AccessibilityE7ContentRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-7qt8j":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-7qt8j","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-7qt8j"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-7qt8j"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-7qt8j","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrqd___qd_0_yctSyRd__AA013AccessibilityE7ContentRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-7qt8j":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-7qt8j","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-7qt8j"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-8racx.json b/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-8racx.json index a52e76a8..9144a98f 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-8racx.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-8racx.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-8racx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-8racx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA019AccessibilitySystemE0V_qd__yctAA0gE7ContentRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-8racx":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-8racx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-8racx"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-8racx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-8racx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA019AccessibilitySystemE0V_qd__yctAA0gE7ContentRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-8racx":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-8racx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-8racx"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-9lnbj.json b/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-9lnbj.json index 8344860c..b830a655 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-9lnbj.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:entries:)-9lnbj.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-9lnbj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-9lnbj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA4TextV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-9lnbj":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-9lnbj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-9lnbj"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"AccessibilityRotorContent","preciseIdentifier":"s:7SwiftUI25AccessibilityRotorContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-9lnbj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-9lnbj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entriesQrAA4TextV_qd__yctAA013AccessibilityE7ContentRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-9lnbj":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-9lnbj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-9lnbj"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-1nrqw.json b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-1nrqw.json index 11657e06..f6a556ab 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-1nrqw.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-1nrqw.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-1nrqw"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA18LocalizedStringKeyV_Sayqd__Gs0L4PathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-1nrqw"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-1nrqw"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA18LocalizedStringKeyV_Sayqd__Gs0L4PathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-1nrqw"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-2c8w2.json b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-2c8w2.json index 87307f44..9da7a1be 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-2c8w2.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-2c8w2.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-2c8w2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-2c8w2"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-2c8w2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-2c8w2"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-6wmzl.json b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-6wmzl.json index ed7ba15f..bb11fa0c 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-6wmzl.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-6wmzl.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-6wmzl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_qd_1_GAJyqd_0_SSGtSyRd__SHRd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-6wmzl"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-6wmzl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_qd_1_GAJyqd_0_SSGtSyRd__SHRd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-6wmzl"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-71baq.json b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-71baq.json index 01d2d1e7..d55de4cb 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-71baq.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entryid:entrylabel:)-71baq.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-71baq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-71baq"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-71baq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryID:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries7entryID0G5LabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__qd_0_GALyqd__SSGtSHRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-71baq"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-3t772.json b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-3t772.json index ab8ca7d0..248aeffd 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-3t772.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-3t772.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-3t772"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-3t772","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-3t772":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-3t772","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-3t772"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-3t772"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-3t772","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA4TextV_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-3t772":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-3t772","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-3t772"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-4c98q.json b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-4c98q.json index 2ab64011..55eea077 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-4c98q.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-4c98q.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-4c98q"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-4c98q","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_SSGtSyRd__s12IdentifiableRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-4c98q":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-4c98q","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-4c98q"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-4c98q"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-4c98q","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrqd___Sayqd_0_Gs7KeyPathCyqd_0_SSGtSyRd__s12IdentifiableRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-4c98q":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-4c98q","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-4c98q"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-88fkj.json b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-88fkj.json index abbaf951..cf213faa 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-88fkj.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-88fkj.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-88fkj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-88fkj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-88fkj":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-88fkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-88fkj"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-88fkj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-88fkj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA019AccessibilitySystemE0V_Sayqd__Gs7KeyPathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-88fkj":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-88fkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-88fkj"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-ow5x.json b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-ow5x.json index 3d9c2057..dae07da5 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-ow5x.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:entries:entrylabel:)-ow5x.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-ow5x"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-ow5x","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA18LocalizedStringKeyV_Sayqd__Gs0K4PathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-ow5x":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-ow5x","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-ow5x"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"rotorLabelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-ow5x"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-ow5x","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:entries:entryLabel:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_7entries10entryLabelQrAA18LocalizedStringKeyV_Sayqd__Gs0K4PathCyqd__SSGts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-ow5x":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-ow5x","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-ow5x"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-2khy5.json b/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-2khy5.json index 249446fc..bce960f3 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-2khy5.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-2khy5.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-2khy5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-2khy5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrqd___SaySnySS5IndexVGGtSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-2khy5":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-2khy5","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-2khy5"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-2khy5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-2khy5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrqd___SaySnySS5IndexVGGtSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-2khy5":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-2khy5","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-2khy5"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-38pcu.json b/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-38pcu.json index 1b6b1ee9..64261feb 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-38pcu.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-38pcu.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-38pcu"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-38pcu","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA019AccessibilitySystemE0V_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-38pcu":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-38pcu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-38pcu"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"systemRotor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-38pcu"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-38pcu","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA019AccessibilitySystemE0V_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-38pcu":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-38pcu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-38pcu"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-6ih0d.json b/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-6ih0d.json index 78aa02da..16105642 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-6ih0d.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-6ih0d.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-6ih0d"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-6ih0d","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA4TextV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-6ih0d":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-6ih0d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-6ih0d"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-6ih0d"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-6ih0d","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA4TextV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-6ih0d":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-6ih0d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-6ih0d"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-77yn4.json b/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-77yn4.json index be39857a..8f876984 100644 --- a/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-77yn4.json +++ b/data/documentation/flow/vflow/accessibilityrotor(_:textranges:)-77yn4.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-77yn4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-77yn4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA18LocalizedStringKeyV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-77yn4":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-77yn4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-77yn4"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"labelKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-77yn4"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-77yn4","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotor(_:textRanges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotor(_:textRanges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityRotor_10textRangesQrAA18LocalizedStringKeyV_SaySnySS5IndexVGGtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-77yn4":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-77yn4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-77yn4"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityrotorentry(id:in:).json b/data/documentation/flow/vflow/accessibilityrotorentry(id:in:).json index 504d1af9..e5976895 100644 --- a/data/documentation/flow/vflow/accessibilityrotorentry(id:in:).json +++ b/data/documentation/flow/vflow/accessibilityrotorentry(id:in:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotorentry(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotorEntry(id:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotorEntry(id:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotorEntry(id:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23accessibilityRotorEntry2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotorEntry(id:in:)":{"role":"symbol","title":"accessibilityRotorEntry(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotorEntry(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotorentry(id:in:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityrotorentry(id:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotorEntry(id:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityRotorEntry(id:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityRotorEntry(id:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23accessibilityRotorEntry2id2inQrqd___AA9NamespaceV2IDVtSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotorEntry(id:in:)":{"role":"symbol","title":"accessibilityRotorEntry(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotorEntry(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotorentry(id:in:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityscrollaction(_:).json b/data/documentation/flow/vflow/accessibilityscrollaction(_:).json index 30fef847..53b56e25 100644 --- a/data/documentation/flow/vflow/accessibilityscrollaction(_:).json +++ b/data/documentation/flow/vflow/accessibilityscrollaction(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityscrollaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityScrollAction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityScrollAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityScrollAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilityScrollActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA4EdgeOcF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityScrollAction(_:)":{"role":"symbol","title":"accessibilityScrollAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityScrollAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityscrollaction(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"handler"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityscrollaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityScrollAction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityScrollAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityScrollAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilityScrollActionyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGyAA4EdgeOcF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityScrollAction(_:)":{"role":"symbol","title":"accessibilityScrollAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityScrollAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityscrollaction(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityshowslargecontentviewer().json b/data/documentation/flow/vflow/accessibilityshowslargecontentviewer().json index dfacb692..7ecd8b44 100644 --- a/data/documentation/flow/vflow/accessibilityshowslargecontentviewer().json +++ b/data/documentation/flow/vflow/accessibilityshowslargecontentviewer().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityShowsLargeContentViewer()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentViewerQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityShowsLargeContentViewer()":{"role":"symbol","title":"accessibilityShowsLargeContentViewer()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer()"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityShowsLargeContentViewer()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentViewerQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityShowsLargeContentViewer()":{"role":"symbol","title":"accessibilityShowsLargeContentViewer()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityshowslargecontentviewer(_:).json b/data/documentation/flow/vflow/accessibilityshowslargecontentviewer(_:).json index 5682d4b6..469d7fea 100644 --- a/data/documentation/flow/vflow/accessibilityshowslargecontentviewer(_:).json +++ b/data/documentation/flow/vflow/accessibilityshowslargecontentviewer(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"largeContentView"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentVieweryQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityShowsLargeContentViewer(_:)":{"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"largeContentView"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityShowsLargeContentViewer(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE36accessibilityShowsLargeContentVieweryQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityShowsLargeContentViewer(_:)":{"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitysortpriority(_:).json b/data/documentation/flow/vflow/accessibilitysortpriority(_:).json index 9335de50..d9dd7f3b 100644 --- a/data/documentation/flow/vflow/accessibilitysortpriority(_:).json +++ b/data/documentation/flow/vflow/accessibilitysortpriority(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitysortpriority(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilitySortPriority(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilitySortPriority(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilitySortPriority(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilitySortPriorityyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilitySortPriority(_:)":{"role":"symbol","title":"accessibilitySortPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilitySortPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitysortpriority(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitysortpriority(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilitySortPriority(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilitySortPriority(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilitySortPriority(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25accessibilitySortPriorityyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilitySortPriority(_:)":{"role":"symbol","title":"accessibilitySortPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilitySortPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitysortpriority(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilitytextcontenttype(_:).json b/data/documentation/flow/vflow/accessibilitytextcontenttype(_:).json index 22d6678d..abe11e4c 100644 --- a/data/documentation/flow/vflow/accessibilitytextcontenttype(_:).json +++ b/data/documentation/flow/vflow/accessibilitytextcontenttype(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitytextcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityTextContentType(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityTextContentType(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityTextContentType(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityTextContentTypeyAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0iefG0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityTextContentType(_:)":{"role":"symbol","title":"accessibilityTextContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityTextContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitytextcontenttype(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilitytextcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityTextContentType(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityTextContentType(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityTextContentType(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE28accessibilityTextContentTypeyAA08ModifiedF0VyxAA31AccessibilityAttachmentModifierVGAA0iefG0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityTextContentType(_:)":{"role":"symbol","title":"accessibilityTextContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityTextContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitytextcontenttype(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityvalue(_:)-6amxu.json b/data/documentation/flow/vflow/accessibilityvalue(_:)-6amxu.json index 67c845d0..def0749b 100644 --- a/data/documentation/flow/vflow/accessibilityvalue(_:)-6amxu.json +++ b/data/documentation/flow/vflow/accessibilityvalue(_:)-6amxu.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6amxu"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6amxu","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-6amxu":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6amxu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6amxu"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6amxu"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6amxu","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-6amxu":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6amxu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6amxu"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityvalue(_:)-6g91f.json b/data/documentation/flow/vflow/accessibilityvalue(_:)-6g91f.json index ff71cbe3..2bee0dd7 100644 --- a/data/documentation/flow/vflow/accessibilityvalue(_:)-6g91f.json +++ b/data/documentation/flow/vflow/accessibilityvalue(_:)-6g91f.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6g91f"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6g91f","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-6g91f":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6g91f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6g91f"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"valueDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6g91f"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6g91f","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-6g91f":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6g91f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6g91f"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/accessibilityvalue(_:)-9toi3.json b/data/documentation/flow/vflow/accessibilityvalue(_:)-9toi3.json index 4ead3ffb..f580465b 100644 --- a/data/documentation/flow/vflow/accessibilityvalue(_:)-9toi3.json +++ b/data/documentation/flow/vflow/accessibilityvalue(_:)-9toi3.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityvalue(_:)-9toi3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-9toi3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-9toi3":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-9toi3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-9toi3"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":"> "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/accessibilityvalue(_:)-9toi3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-9toi3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accessibilityValue(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"accessibilityValue(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18accessibilityValueyAA15ModifiedContentVyxAA31AccessibilityAttachmentModifierVGqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-9toi3":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-9toi3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-9toi3"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:actions:)-11wj1.json b/data/documentation/flow/vflow/alert(_:ispresented:actions:)-11wj1.json index bfd73da4..ae786830 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:actions:)-11wj1.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:actions:)-11wj1.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-11wj1"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-11wj1","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-11wj1":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-11wj1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-11wj1"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-11wj1"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-11wj1","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-11wj1":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-11wj1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-11wj1"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:actions:)-8j2ni.json b/data/documentation/flow/vflow/alert(_:ispresented:actions:)-8j2ni.json index 0a78dcb3..e4180a59 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:actions:)-8j2ni.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:actions:)-8j2ni.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8j2ni"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8j2ni","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA4TextV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-8j2ni":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8j2ni","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8j2ni"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8j2ni"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8j2ni","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrAA4TextV_AA7BindingVySbGqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-8j2ni":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8j2ni","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8j2ni"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:actions:)-8l0ej.json b/data/documentation/flow/vflow/alert(_:ispresented:actions:)-8l0ej.json index 405b9be9..c7ead6ad 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:actions:)-8l0ej.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:actions:)-8l0ej.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8l0ej"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8l0ej","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrqd___AA7BindingVySbGqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-8l0ej":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8l0ej","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8l0ej"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8l0ej"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8l0ej","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actionsQrqd___AA7BindingVySbGqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-8l0ej":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8l0ej","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8l0ej"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-281fz.json b/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-281fz.json index d7f0f5b8..4e4883f1 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-281fz.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-281fz.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-281fz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-281fz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrqd___AA7BindingVySbGqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-281fz":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-281fz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-281fz"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-281fz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-281fz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrqd___AA7BindingVySbGqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-281fz":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-281fz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-281fz"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-5s5rc.json b/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-5s5rc.json index d1de8b68..07a0a706 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-5s5rc.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-5s5rc.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-5s5rc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-5s5rc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-5s5rc":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-5s5rc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-5s5rc"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-5s5rc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-5s5rc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-5s5rc":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-5s5rc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-5s5rc"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-xdfe.json b/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-xdfe.json index 9edaaa57..5d8a3988 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-xdfe.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:actions:message:)-xdfe.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-xdfe"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-xdfe","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA4TextV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-xdfe":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-xdfe","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-xdfe"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-xdfe"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-xdfe","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented7actions7messageQrAA4TextV_AA7BindingVySbGqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-xdfe":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-xdfe","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-xdfe"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-6ak9f.json b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-6ak9f.json index f573b545..a57a3c3d 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-6ak9f.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-6ak9f.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-6ak9f"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-6ak9f","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-6ak9f":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-6ak9f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-6ak9f"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-6ak9f"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-6ak9f","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-6ak9f":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-6ak9f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-6ak9f"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-84ho7.json b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-84ho7.json index a005fb6a..54a4ccec 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-84ho7.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-84ho7.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-84ho7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-84ho7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrqd___AA7BindingVySbGqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-84ho7":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-84ho7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-84ho7"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-84ho7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-84ho7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrqd___AA7BindingVySbGqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-84ho7":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-84ho7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-84ho7"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-9p4ki.json b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-9p4ki.json index 7126885f..71e779b3 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-9p4ki.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:)-9p4ki.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-9p4ki"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-9p4ki","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA4TextV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-9p4ki":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-9p4ki","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-9p4ki"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-9p4ki"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-9p4ki","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actionsQrAA4TextV_AA7BindingVySbGqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-9p4ki":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-9p4ki","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-9p4ki"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-1sm0b.json b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-1sm0b.json index 2c32ed4b..ae0fa099 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-1sm0b.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-1sm0b.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-1sm0b"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-1sm0b","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-1sm0b":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-1sm0b","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-1sm0b"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-1sm0b"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-1sm0b","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-1sm0b":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-1sm0b","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-1sm0b"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-7f2c1.json b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-7f2c1.json index dba5efb8..ca309002 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-7f2c1.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-7f2c1.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-7f2c1"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-7f2c1","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrqd___AA7BindingVySbGqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-7f2c1":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-7f2c1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-7f2c1"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-7f2c1"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-7f2c1","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrqd___AA7BindingVySbGqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-7f2c1":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-7f2c1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-7f2c1"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-8y7im.json b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-8y7im.json index 8f6c49ae..fc463bf7 100644 --- a/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-8y7im.json +++ b/data/documentation/flow/vflow/alert(_:ispresented:presenting:actions:message:)-8y7im.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-8y7im"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-8y7im","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA4TextV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-8y7im":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-8y7im","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-8y7im"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-8y7im"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-8y7im","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(_:isPresented:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert_11isPresented10presenting7actions7messageQrAA4TextV_AA7BindingVySbGqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-8y7im":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-8y7im","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-8y7im"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(ispresented:content:).json b/data/documentation/flow/vflow/alert(ispresented:content:).json index 5916dee6..7933933a 100644 --- a/data/documentation/flow/vflow/alert(ispresented:content:).json +++ b/data/documentation/flow/vflow/alert(ispresented:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(ispresented:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented7contentQrAA7BindingVySbG_AA5AlertVyXEtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/alert(isPresented:content:)":{"role":"symbol","title":"alert(isPresented:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/alert(ispresented:content:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(ispresented:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented7contentQrAA7BindingVySbG_AA5AlertVyXEtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/alert(isPresented:content:)":{"role":"symbol","title":"alert(isPresented:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/alert(ispresented:content:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(ispresented:error:actions:).json b/data/documentation/flow/vflow/alert(ispresented:error:actions:).json index a6d974d3..49974192 100644 --- a/data/documentation/flow/vflow/alert(ispresented:error:actions:).json +++ b/data/documentation/flow/vflow/alert(ispresented:error:actions:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LocalizedError","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(ispresented:error:actions:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:error:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actionsQrAA7BindingVySbG_qd__Sgqd_0_yXEt10Foundation14LocalizedErrorRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/alert(isPresented:error:actions:)":{"role":"symbol","title":"alert(isPresented:error:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(ispresented:error:actions:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LocalizedError","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(ispresented:error:actions:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:error:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actionsQrAA7BindingVySbG_qd__Sgqd_0_yXEt10Foundation14LocalizedErrorRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(isPresented:error:actions:)":{"role":"symbol","title":"alert(isPresented:error:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(ispresented:error:actions:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(ispresented:error:actions:message:).json b/data/documentation/flow/vflow/alert(ispresented:error:actions:message:).json index 9c326da8..32704ba8 100644 --- a/data/documentation/flow/vflow/alert(ispresented:error:actions:message:).json +++ b/data/documentation/flow/vflow/alert(ispresented:error:actions:message:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LocalizedError","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(ispresented:error:actions:message:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:message:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:error:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actions7messageQrAA7BindingVySbG_qd__Sgqd_0_qd__XEqd_1_qd__XEt10Foundation14LocalizedErrorRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/alert(isPresented:error:actions:message:)":{"role":"symbol","title":"alert(isPresented:error:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:message:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(ispresented:error:actions:message:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LocalizedError","preciseIdentifier":"s:10Foundation14LocalizedErrorP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(ispresented:error:actions:message:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:message:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(isPresented:error:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(isPresented:error:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert11isPresented5error7actions7messageQrAA7BindingVySbG_qd__Sgqd_0_qd__XEqd_1_qd__XEt10Foundation14LocalizedErrorRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/alert(isPresented:error:actions:message:)":{"role":"symbol","title":"alert(isPresented:error:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:message:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(ispresented:error:actions:message:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alert(item:content:).json b/data/documentation/flow/vflow/alert(item:content:).json index 06d9a70c..800b2e6c 100644 --- a/data/documentation/flow/vflow/alert(item:content:).json +++ b/data/documentation/flow/vflow/alert(item:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(item:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(item:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(item:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(item:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert4item7contentQrAA7BindingVyqd__SgG_AA5AlertVqd__XEts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/alert(item:content:)":{"role":"symbol","title":"alert(item:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(item:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/alert(item:content:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alert(item:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(item:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alert(item:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alert(item:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5alert4item7contentQrAA7BindingVyqd__SgG_AA5AlertVqd__XEts12IdentifiableRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"use `alert(title:isPresented:presenting::actions:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"use `alert(title:isPresented:presenting::actions:) instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/alert(item:content:)":{"role":"symbol","title":"alert(item:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(item:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/alert(item:content:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alignmentguide(_:computevalue:)-3oexg.json b/data/documentation/flow/vflow/alignmentguide(_:computevalue:)-3oexg.json index eeebc06a..085662fe 100644 --- a/data/documentation/flow/vflow/alignmentguide(_:computevalue:)-3oexg.json +++ b/data/documentation/flow/vflow/alignmentguide(_:computevalue:)-3oexg.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"g"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-3oexg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-3oexg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alignmentGuide(_:computeValue:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA17VerticalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/alignmentGuide(_:computeValue:)-3oexg":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-3oexg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-3oexg"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"g"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-3oexg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-3oexg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alignmentGuide(_:computeValue:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA17VerticalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/alignmentGuide(_:computeValue:)-3oexg":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-3oexg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-3oexg"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/alignmentguide(_:computevalue:)-zilv.json b/data/documentation/flow/vflow/alignmentguide(_:computevalue:)-zilv.json index 1e86132d..ff6ad2a4 100644 --- a/data/documentation/flow/vflow/alignmentguide(_:computevalue:)-zilv.json +++ b/data/documentation/flow/vflow/alignmentguide(_:computevalue:)-zilv.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"g"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-zilv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-zilv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alignmentGuide(_:computeValue:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA19HorizontalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/alignmentGuide(_:computeValue:)-zilv":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-zilv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-zilv"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"g"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-zilv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-zilv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.alignmentGuide(_:computeValue:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"alignmentGuide(_:computeValue:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14alignmentGuide_12computeValueQrAA19HorizontalAlignmentV_14CoreFoundation7CGFloatVAA0C10DimensionsVctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/alignmentGuide(_:computeValue:)-zilv":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-zilv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-zilv"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/allowshittesting(_:).json b/data/documentation/flow/vflow/allowshittesting(_:).json index 0d5039ec..639fd308 100644 --- a/data/documentation/flow/vflow/allowshittesting(_:).json +++ b/data/documentation/flow/vflow/allowshittesting(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"enabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/allowshittesting(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsHitTesting(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsHitTesting(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"allowsHitTesting(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16allowsHitTestingyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/allowsHitTesting(_:)":{"role":"symbol","title":"allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsHitTesting(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/allowshittesting(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"enabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/allowshittesting(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsHitTesting(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsHitTesting(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"allowsHitTesting(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16allowsHitTestingyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/allowsHitTesting(_:)":{"role":"symbol","title":"allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsHitTesting(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/allowshittesting(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/allowstightening(_:).json b/data/documentation/flow/vflow/allowstightening(_:).json index fca068fb..dff2958d 100644 --- a/data/documentation/flow/vflow/allowstightening(_:).json +++ b/data/documentation/flow/vflow/allowstightening(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"flag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/allowstightening(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsTightening(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsTightening(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"allowsTightening(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16allowsTighteningyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/allowsTightening(_:)":{"role":"symbol","title":"allowsTightening(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsTightening(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/allowstightening(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"flag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/allowstightening(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsTightening(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.allowsTightening(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"allowsTightening(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16allowsTighteningyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/allowsTightening(_:)":{"role":"symbol","title":"allowsTightening(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsTightening(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/allowstightening(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/anchorpreference(key:value:transform:).json b/data/documentation/flow/vflow/anchorpreference(key:value:transform:).json index f3c479fc..a3841e94 100644 --- a/data/documentation/flow/vflow/anchorpreference(key:value:transform:).json +++ b/data/documentation/flow/vflow/anchorpreference(key:value:transform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":" "},{"kind":"internalParam","text":"_"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/anchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/anchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.anchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"anchorPreference(key:value:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16anchorPreference3key5value9transformQrqd_0_m_AA6AnchorV6SourceVyqd___G5ValueQyd_0_AIyqd__GctAA0E3KeyRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/anchorPreference(key:value:transform:)":{"role":"symbol","title":"anchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/anchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/anchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":" "},{"kind":"internalParam","text":"_"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/anchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/anchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.anchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"anchorPreference(key:value:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16anchorPreference3key5value9transformQrqd_0_m_AA6AnchorV6SourceVyqd___G5ValueQyd_0_AIyqd__GctAA0E3KeyRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/anchorPreference(key:value:transform:)":{"role":"symbol","title":"anchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/anchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/anchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/animatable-implementations.json b/data/documentation/flow/vflow/animatable-implementations.json index 444550ff..a2909650 100644 --- a/data/documentation/flow/vflow/animatable-implementations.json +++ b/data/documentation/flow/vflow/animatable-implementations.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/flow\/vflow\/animatable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/animatableData-swift.property"],"generated":true},{"title":"Type Aliases","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/AnimatableData-swift.typealias"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Flow"}],"role":"collectionGroup","title":"Animatable Implementations"},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/animatableData-swift.property":{"conformance":{"constraints":[{"type":"codeVoice","code":"AnimatableData"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyAnimatableData"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"animatableData","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animatableData-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/animatabledata-swift.property"},"doc://Flow/documentation/Flow/VFlow/AnimatableData-swift.typealias":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"VFlow.AnimatableData","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/AnimatableData-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnimatableData"}],"url":"\/documentation\/flow\/vflow\/animatabledata-swift.typealias"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/flow\/vflow\/animatable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/animatableData-swift.property"],"generated":true},{"title":"Type Aliases","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/AnimatableData-swift.typealias"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Flow"}],"role":"collectionGroup","title":"Animatable Implementations"},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow/VFlow/animatableData-swift.property":{"conformance":{"constraints":[{"type":"codeVoice","code":"AnimatableData"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyAnimatableData"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"animatableData","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animatableData-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/animatabledata-swift.property"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/AnimatableData-swift.typealias":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"VFlow.AnimatableData","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/AnimatableData-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnimatableData"}],"url":"\/documentation\/flow\/vflow\/animatabledata-swift.typealias"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/animatabledata-swift.property.json b/data/documentation/flow/vflow/animatabledata-swift.property.json index c9487c52..52d9c7db 100644 --- a/data/documentation/flow/vflow/animatabledata-swift.property.json +++ b/data/documentation/flow/vflow/animatabledata-swift.property.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" "},{"kind":"keyword","text":"set"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/animatabledata-swift.property"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animatableData-swift.property","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Animatable.animatableData"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"AnimatableData"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyAnimatableData"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"animatableData","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"symbolKind":"property","externalID":"s:7SwiftUI10AnimatablePA2A05EmptyC4DataV0cE0RtzrlE010animatableE0AEvp::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/animatableData-swift.property":{"conformance":{"constraints":[{"type":"codeVoice","code":"AnimatableData"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyAnimatableData"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"animatableData","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animatableData-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/animatabledata-swift.property"},"doc://Flow/documentation/Flow/VFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/animatable-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" "},{"kind":"keyword","text":"set"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/animatabledata-swift.property"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animatableData-swift.property","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Animatable.animatableData"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"AnimatableData"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyAnimatableData"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"animatableData","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"symbolKind":"property","externalID":"s:7SwiftUI10AnimatablePA2A05EmptyC4DataV0cE0RtzrlE010animatableE0AEvp::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/animatableData-swift.property":{"conformance":{"constraints":[{"type":"codeVoice","code":"AnimatableData"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyAnimatableData"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"animatableData","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"animatableData"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animatableData-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/animatabledata-swift.property"},"doc://Flow/documentation/Flow/VFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/animatable-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/animatabledata-swift.typealias.json b/data/documentation/flow/vflow/animatabledata-swift.typealias.json index c78796fe..70ac762f 100644 --- a/data/documentation/flow/vflow/animatabledata-swift.typealias.json +++ b/data/documentation/flow/vflow/animatabledata-swift.typealias.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/animatabledata-swift.typealias"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/AnimatableData-swift.typealias","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Animatable.AnimatableData"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"AnimatableData"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"VFlow.AnimatableData","roleHeading":"Type Alias","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"}],"symbolKind":"typealias","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE14AnimatableDataa","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/AnimatableData-swift.typealias":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"VFlow.AnimatableData","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/AnimatableData-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnimatableData"}],"url":"\/documentation\/flow\/vflow\/animatabledata-swift.typealias"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/animatable-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","text":"EmptyAnimatableData","preciseIdentifier":"s:7SwiftUI19EmptyAnimatableDataV"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/animatabledata-swift.typealias"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/AnimatableData-swift.typealias","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Animatable.AnimatableData"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"navigatorTitle":[{"kind":"identifier","text":"AnimatableData"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"VFlow.AnimatableData","roleHeading":"Type Alias","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"}],"symbolKind":"typealias","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE14AnimatableDataa","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/AnimatableData-swift.typealias":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"VFlow.AnimatableData","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnimatableData"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/AnimatableData-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnimatableData"}],"url":"\/documentation\/flow\/vflow\/animatabledata-swift.typealias"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/Animatable-Implementations":{"role":"collectionGroup","title":"Animatable Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Animatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/animatable-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/animation(_:).json b/data/documentation/flow/vflow/animation(_:).json index 5fd6444c..87de60ae 100644 --- a/data/documentation/flow/vflow/animation(_:).json +++ b/data/documentation/flow/vflow/animation(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"animation"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/animation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.animation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"animation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9animationyQrAA9AnimationVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"15.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"12.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"15.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"8.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use withAnimation or animation(_:value:) instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/animation(_:)":{"role":"symbol","title":"animation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/animation(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"animation"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/animation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.animation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"animation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9animationyQrAA9AnimationVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"15.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"12.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"15.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"8.0","message":"Use withAnimation or animation(_:value:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use withAnimation or animation(_:value:) instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/animation(_:)":{"role":"symbol","title":"animation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/animation(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/animation(_:value:).json b/data/documentation/flow/vflow/animation(_:value:).json index 4aace9d8..bdf45e0d 100644 --- a/data/documentation/flow/vflow/animation(_:value:).json +++ b/data/documentation/flow/vflow/animation(_:value:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"animation"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/animation(_:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.animation(_:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"animation(_:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9animation_5valueQrAA9AnimationVSg_qd__tSQRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/animation(_:value:)":{"role":"symbol","title":"animation(_:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/animation(_:value:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"animation"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/animation(_:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.animation(_:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"animation(_:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9animation_5valueQrAA9AnimationVSg_qd__tSQRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/animation(_:value:)":{"role":"symbol","title":"animation(_:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/animation(_:value:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/aspectratio(_:contentmode:)-3eiva.json b/data/documentation/flow/vflow/aspectratio(_:contentmode:)-3eiva.json index e8063f06..db4c2bf1 100644 --- a/data/documentation/flow/vflow/aspectratio(_:contentmode:)-3eiva.json +++ b/data/documentation/flow/vflow/aspectratio(_:contentmode:)-3eiva.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"aspectRatio"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-3eiva"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-3eiva","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"aspectRatio(_:contentMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQrSo6CGSizeV_AA07ContentG0OtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/aspectRatio(_:contentMode:)-3eiva":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-3eiva","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-3eiva"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"aspectRatio"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-3eiva"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-3eiva","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"aspectRatio(_:contentMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQrSo6CGSizeV_AA07ContentG0OtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/aspectRatio(_:contentMode:)-3eiva":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-3eiva","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-3eiva"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/aspectratio(_:contentmode:)-6jghc.json b/data/documentation/flow/vflow/aspectratio(_:contentmode:)-6jghc.json index 2383bd57..bf22fdee 100644 --- a/data/documentation/flow/vflow/aspectratio(_:contentmode:)-6jghc.json +++ b/data/documentation/flow/vflow/aspectratio(_:contentmode:)-6jghc.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"aspectRatio"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-6jghc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-6jghc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"aspectRatio(_:contentMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQr14CoreFoundation7CGFloatVSg_AA07ContentG0OtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/aspectRatio(_:contentMode:)-6jghc":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-6jghc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-6jghc"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"aspectRatio"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-6jghc"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-6jghc","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.aspectRatio(_:contentMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"aspectRatio(_:contentMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11aspectRatio_11contentModeQr14CoreFoundation7CGFloatVSg_AA07ContentG0OtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/aspectRatio(_:contentMode:)-6jghc":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-6jghc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-6jghc"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/autocorrectiondisabled(_:).json b/data/documentation/flow/vflow/autocorrectiondisabled(_:).json index b735d528..962c0984 100644 --- a/data/documentation/flow/vflow/autocorrectiondisabled(_:).json +++ b/data/documentation/flow/vflow/autocorrectiondisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/autocorrectiondisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/autocorrectionDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.autocorrectionDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"autocorrectionDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22autocorrectionDisabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/autocorrectionDisabled(_:)":{"role":"symbol","title":"autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/autocorrectionDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/autocorrectiondisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/autocorrectiondisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/autocorrectionDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.autocorrectionDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"autocorrectionDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22autocorrectionDisabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/autocorrectionDisabled(_:)":{"role":"symbol","title":"autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/autocorrectionDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/autocorrectiondisabled(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/background(_:alignment:).json b/data/documentation/flow/vflow/background(_:alignment:).json index 884e35e5..f6b19377 100644 --- a/data/documentation/flow/vflow/background(_:alignment:).json +++ b/data/documentation/flow/vflow/background(_:alignment:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"background"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `background(alignment:content:)` instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/background(_:alignment:)":{"role":"symbol","title":"background(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/background(_:alignment:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"background"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `background(alignment:content:)` instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `background(alignment:content:)` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/background(_:alignment:)":{"role":"symbol","title":"background(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/background(_:alignment:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/background(_:ignoressafeareaedges:).json b/data/documentation/flow/vflow/background(_:ignoressafeareaedges:).json index b0a28522..0b98bb40 100644 --- a/data/documentation/flow/vflow/background(_:ignoressafeareaedges:).json +++ b/data/documentation/flow/vflow/background(_:ignoressafeareaedges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/background(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:ignoressafeareaedges:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/background(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/background(_:in:fillstyle:)-5izpq.json b/data/documentation/flow/vflow/background(_:in:fillstyle:)-5izpq.json index 65936078..07e0a41b 100644 --- a/data/documentation/flow/vflow/background(_:in:fillstyle:)-5izpq.json +++ b/data/documentation/flow/vflow/background(_:in:fillstyle:)-5izpq.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-5izpq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-5izpq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/background(_:in:fillStyle:)-5izpq":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-5izpq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-5izpq"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-5izpq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-5izpq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/background(_:in:fillStyle:)-5izpq":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-5izpq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-5izpq"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/background(_:in:fillstyle:)-742w2.json b/data/documentation/flow/vflow/background(_:in:fillstyle:)-742w2.json index 575dd40c..f8272e59 100644 --- a/data/documentation/flow/vflow/background(_:in:fillstyle:)-742w2.json +++ b/data/documentation/flow/vflow/background(_:in:fillstyle:)-742w2.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-742w2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-742w2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA010InsettableI0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/background(_:in:fillStyle:)-742w2":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-742w2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-742w2"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-742w2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-742w2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA010InsettableI0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/background(_:in:fillStyle:)-742w2":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-742w2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-742w2"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/background(in:fillstyle:)-8ckkj.json b/data/documentation/flow/vflow/background(in:fillstyle:)-8ckkj.json index e04f323c..20d884e1 100644 --- a/data/documentation/flow/vflow/background(in:fillstyle:)-8ckkj.json +++ b/data/documentation/flow/vflow/background(in:fillstyle:)-8ckkj.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ckkj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ckkj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA5ShapeRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/background(in:fillStyle:)-8ckkj":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ckkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ckkj"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ckkj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ckkj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA5ShapeRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/background(in:fillStyle:)-8ckkj":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ckkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ckkj"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/background(in:fillstyle:)-8ct2w.json b/data/documentation/flow/vflow/background(in:fillstyle:)-8ct2w.json index 71fe35fd..fd2a5dbc 100644 --- a/data/documentation/flow/vflow/background(in:fillstyle:)-8ct2w.json +++ b/data/documentation/flow/vflow/background(in:fillstyle:)-8ct2w.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ct2w"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ct2w","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA15InsettableShapeRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/background(in:fillStyle:)-8ct2w":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ct2w","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ct2w"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ct2w"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ct2w","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.background(in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"background(in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10background2in9fillStyleQrqd___AA04FillG0VtAA15InsettableShapeRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/background(in:fillStyle:)-8ct2w":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ct2w","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ct2w"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/backgroundpreferencevalue(_:alignment:_:).json b/data/documentation/flow/vflow/backgroundpreferencevalue(_:alignment:_:).json index 951fb9ac..820dfff9 100644 --- a/data/documentation/flow/vflow/backgroundpreferencevalue(_:alignment:_:).json +++ b/data/documentation/flow/vflow/backgroundpreferencevalue(_:alignment:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/backgroundpreferencevalue(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/backgroundPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/backgroundpreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/backgroundpreferencevalue(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25backgroundPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/backgroundPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/backgroundpreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/backgroundstyle(_:).json b/data/documentation/flow/vflow/backgroundstyle(_:).json index 292976ab..ef258953 100644 --- a/data/documentation/flow/vflow/backgroundstyle(_:).json +++ b/data/documentation/flow/vflow/backgroundstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/backgroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"backgroundStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15backgroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/backgroundStyle(_:)":{"role":"symbol","title":"backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/backgroundstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/backgroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.backgroundStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"backgroundStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15backgroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/backgroundStyle(_:)":{"role":"symbol","title":"backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/backgroundstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/badge(_:)-22epv.json b/data/documentation/flow/vflow/badge(_:)-22epv.json index dd4ac533..548e7024 100644 --- a/data/documentation/flow/vflow/badge(_:)-22epv.json +++ b/data/documentation/flow/vflow/badge(_:)-22epv.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/badge(_:)-22epv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-22epv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrqd__SgSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/badge(_:)-22epv":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-22epv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-22epv"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/badge(_:)-22epv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-22epv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrqd__SgSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-22epv":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-22epv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-22epv"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/badge(_:)-6q17h.json b/data/documentation/flow/vflow/badge(_:)-6q17h.json index bf94c676..7d03bad2 100644 --- a/data/documentation/flow/vflow/badge(_:)-6q17h.json +++ b/data/documentation/flow/vflow/badge(_:)-6q17h.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/badge(_:)-6q17h"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-6q17h","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrSiF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-6q17h":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-6q17h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-6q17h"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/badge(_:)-6q17h"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-6q17h","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrSiF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-6q17h":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-6q17h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-6q17h"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/badge(_:)-7l7uw.json b/data/documentation/flow/vflow/badge(_:)-7l7uw.json index 66e0cc70..cd1f66bd 100644 --- a/data/documentation/flow/vflow/badge(_:)-7l7uw.json +++ b/data/documentation/flow/vflow/badge(_:)-7l7uw.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/badge(_:)-7l7uw"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7l7uw","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA18LocalizedStringKeyVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/badge(_:)-7l7uw":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7l7uw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-7l7uw"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/badge(_:)-7l7uw"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7l7uw","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA18LocalizedStringKeyVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-7l7uw":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7l7uw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-7l7uw"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/badge(_:)-7tf7x.json b/data/documentation/flow/vflow/badge(_:)-7tf7x.json index 892793dc..8c708255 100644 --- a/data/documentation/flow/vflow/badge(_:)-7tf7x.json +++ b/data/documentation/flow/vflow/badge(_:)-7tf7x.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/badge(_:)-7tf7x"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7tf7x","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA4TextVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-7tf7x":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7tf7x","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-7tf7x"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/badge(_:)-7tf7x"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7tf7x","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.badge(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"badge(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5badgeyQrAA4TextVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-7tf7x":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7tf7x","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-7tf7x"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/baselineoffset(_:).json b/data/documentation/flow/vflow/baselineoffset(_:).json index a07ad401..dc75282c 100644 --- a/data/documentation/flow/vflow/baselineoffset(_:).json +++ b/data/documentation/flow/vflow/baselineoffset(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"baselineOffset"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/baselineoffset(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/baselineOffset(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.baselineOffset(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"baselineOffset(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14baselineOffsetyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/baselineOffset(_:)":{"role":"symbol","title":"baselineOffset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/baselineOffset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/baselineoffset(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"baselineOffset"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/baselineoffset(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/baselineOffset(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.baselineOffset(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"baselineOffset(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14baselineOffsetyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/baselineOffset(_:)":{"role":"symbol","title":"baselineOffset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/baselineOffset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/baselineoffset(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/blendmode(_:).json b/data/documentation/flow/vflow/blendmode(_:).json index 9733bddc..ebb31e64 100644 --- a/data/documentation/flow/vflow/blendmode(_:).json +++ b/data/documentation/flow/vflow/blendmode(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"blendMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/blendmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blendMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.blendMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"blendMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9blendModeyQrAA05BlendE0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/blendMode(_:)":{"role":"symbol","title":"blendMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blendMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/blendmode(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"blendMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/blendmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blendMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.blendMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"blendMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9blendModeyQrAA05BlendE0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/blendMode(_:)":{"role":"symbol","title":"blendMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blendMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/blendmode(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/blur(radius:opaque:).json b/data/documentation/flow/vflow/blur(radius:opaque:).json index d8d03f08..ea9128c8 100644 --- a/data/documentation/flow/vflow/blur(radius:opaque:).json +++ b/data/documentation/flow/vflow/blur(radius:opaque:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/blur(radius:opaque:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blur(radius:opaque:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.blur(radius:opaque:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"blur(radius:opaque:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4blur6radius6opaqueQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/blur(radius:opaque:)":{"role":"symbol","title":"blur(radius:opaque:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blur(radius:opaque:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/blur(radius:opaque:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/blur(radius:opaque:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blur(radius:opaque:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.blur(radius:opaque:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"blur(radius:opaque:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4blur6radius6opaqueQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/blur(radius:opaque:)":{"role":"symbol","title":"blur(radius:opaque:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blur(radius:opaque:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/blur(radius:opaque:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/body.json b/data/documentation/flow/vflow/body.json index a35681b4..fcacea0a 100644 --- a/data/documentation/flow/vflow/body.json +++ b/data/documentation/flow/vflow/body.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/body"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/body","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.body"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"body","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"property","externalID":"s:4Flow5VFlowV4bodyQrvp","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow/VFlow/body":{"role":"symbol","title":"body","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/body","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/body"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/body"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/body","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.body"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"body","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"property","externalID":"s:4Flow5VFlowV4bodyQrvp","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/body":{"role":"symbol","title":"body","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/body","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/body"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/bold(_:).json b/data/documentation/flow/vflow/bold(_:).json index e20ea03f..14db7856 100644 --- a/data/documentation/flow/vflow/bold(_:).json +++ b/data/documentation/flow/vflow/bold(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/bold(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/bold(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.bold(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"bold(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4boldyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/bold(_:)":{"role":"symbol","title":"bold(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/bold(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/bold(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/bold(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/bold(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.bold(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"bold(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4boldyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/bold(_:)":{"role":"symbol","title":"bold(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/bold(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/bold(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/border(_:width:).json b/data/documentation/flow/vflow/border(_:width:).json index 10a29576..12f3575f 100644 --- a/data/documentation/flow/vflow/border(_:width:).json +++ b/data/documentation/flow/vflow/border(_:width:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/border(_:width:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/border(_:width:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.border(_:width:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"border(_:width:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6border_5widthQrqd___14CoreFoundation7CGFloatVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/border(_:width:)":{"role":"symbol","title":"border(_:width:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/border(_:width:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/border(_:width:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/border(_:width:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/border(_:width:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.border(_:width:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"border(_:width:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6border_5widthQrqd___14CoreFoundation7CGFloatVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/border(_:width:)":{"role":"symbol","title":"border(_:width:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/border(_:width:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/border(_:width:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/brightness(_:).json b/data/documentation/flow/vflow/brightness(_:).json index 650de162..bf796775 100644 --- a/data/documentation/flow/vflow/brightness(_:).json +++ b/data/documentation/flow/vflow/brightness(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/brightness(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/brightness(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.brightness(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"brightness(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10brightnessyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/brightness(_:)":{"role":"symbol","title":"brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/brightness(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/brightness(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/brightness(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/brightness(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.brightness(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"brightness(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10brightnessyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/brightness(_:)":{"role":"symbol","title":"brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/brightness(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/brightness(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/buttonbordershape(_:).json b/data/documentation/flow/vflow/buttonbordershape(_:).json index d2a2a68c..e127cf90 100644 --- a/data/documentation/flow/vflow/buttonbordershape(_:).json +++ b/data/documentation/flow/vflow/buttonbordershape(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/buttonbordershape(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonBorderShape(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonBorderShape(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonBorderShape(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17buttonBorderShapeyQrAA06ButtoneF0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/buttonBorderShape(_:)":{"role":"symbol","title":"buttonBorderShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonBorderShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonbordershape(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/buttonbordershape(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonBorderShape(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonBorderShape(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonBorderShape(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17buttonBorderShapeyQrAA06ButtoneF0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/buttonBorderShape(_:)":{"role":"symbol","title":"buttonBorderShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonBorderShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonbordershape(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/buttonstyle(_:)-8eu27.json b/data/documentation/flow/vflow/buttonstyle(_:)-8eu27.json index 6d64655a..dbbcfa54 100644 --- a/data/documentation/flow/vflow/buttonstyle(_:)-8eu27.json +++ b/data/documentation/flow/vflow/buttonstyle(_:)-8eu27.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ButtonStyle","preciseIdentifier":"s:7SwiftUI11ButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/buttonstyle(_:)-8eu27"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-8eu27","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA06ButtonE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/buttonStyle(_:)-8eu27":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-8eu27","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonstyle(_:)-8eu27"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ButtonStyle","preciseIdentifier":"s:7SwiftUI11ButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/buttonstyle(_:)-8eu27"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-8eu27","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA06ButtonE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/buttonStyle(_:)-8eu27":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-8eu27","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonstyle(_:)-8eu27"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/buttonstyle(_:)-9b9z.json b/data/documentation/flow/vflow/buttonstyle(_:)-9b9z.json index 5c7a8400..a1494c33 100644 --- a/data/documentation/flow/vflow/buttonstyle(_:)-9b9z.json +++ b/data/documentation/flow/vflow/buttonstyle(_:)-9b9z.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PrimitiveButtonStyle","preciseIdentifier":"s:7SwiftUI20PrimitiveButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/buttonstyle(_:)-9b9z"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-9b9z","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/buttonStyle(_:)-9b9z":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-9b9z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonstyle(_:)-9b9z"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PrimitiveButtonStyle","preciseIdentifier":"s:7SwiftUI20PrimitiveButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/buttonstyle(_:)-9b9z"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-9b9z","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.buttonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"buttonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/buttonStyle(_:)-9b9z":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-9b9z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonstyle(_:)-9b9z"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/callasfunction(_:).json b/data/documentation/flow/vflow/callasfunction(_:).json index 59656133..d683e5b2 100644 --- a/data/documentation/flow/vflow/callasfunction(_:).json +++ b/data/documentation/flow/vflow/callasfunction(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/callasfunction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/callAsFunction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.callAsFunction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"callAsFunction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE14callAsFunctionyQrqd__yXEAA4ViewRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/callAsFunction(_:)":{"role":"symbol","title":"callAsFunction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/callAsFunction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/callasfunction(_:)"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/callasfunction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/callAsFunction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.callAsFunction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"callAsFunction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE14callAsFunctionyQrqd__yXEAA4ViewRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/callAsFunction(_:)":{"role":"symbol","title":"callAsFunction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/callAsFunction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/callasfunction(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/clipped(antialiased:).json b/data/documentation/flow/vflow/clipped(antialiased:).json index dd207824..9e4e2fb6 100644 --- a/data/documentation/flow/vflow/clipped(antialiased:).json +++ b/data/documentation/flow/vflow/clipped(antialiased:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/clipped(antialiased:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipped(antialiased:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.clipped(antialiased:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"clipped(antialiased:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7clipped11antialiasedQrSb_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/clipped(antialiased:)":{"role":"symbol","title":"clipped(antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipped(antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/clipped(antialiased:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/clipped(antialiased:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipped(antialiased:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.clipped(antialiased:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"clipped(antialiased:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7clipped11antialiasedQrSb_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/clipped(antialiased:)":{"role":"symbol","title":"clipped(antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipped(antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/clipped(antialiased:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/clipshape(_:style:).json b/data/documentation/flow/vflow/clipshape(_:style:).json index cf8bd992..04202620 100644 --- a/data/documentation/flow/vflow/clipshape(_:style:).json +++ b/data/documentation/flow/vflow/clipshape(_:style:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/clipshape(_:style:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipShape(_:style:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.clipShape(_:style:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"clipShape(_:style:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9clipShape_5styleQrqd___AA9FillStyleVtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/clipShape(_:style:)":{"role":"symbol","title":"clipShape(_:style:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipShape(_:style:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/clipshape(_:style:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/clipshape(_:style:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipShape(_:style:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.clipShape(_:style:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"clipShape(_:style:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9clipShape_5styleQrqd___AA9FillStyleVtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/clipShape(_:style:)":{"role":"symbol","title":"clipShape(_:style:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipShape(_:style:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/clipshape(_:style:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/colorinvert().json b/data/documentation/flow/vflow/colorinvert().json index 593e8aab..38de382a 100644 --- a/data/documentation/flow/vflow/colorinvert().json +++ b/data/documentation/flow/vflow/colorinvert().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/colorinvert()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorInvert()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorInvert()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"colorInvert()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11colorInvertQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/colorInvert()":{"role":"symbol","title":"colorInvert()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorInvert()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/colorinvert()"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/colorinvert()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorInvert()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorInvert()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"colorInvert()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11colorInvertQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/colorInvert()":{"role":"symbol","title":"colorInvert()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorInvert()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/colorinvert()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/colormultiply(_:).json b/data/documentation/flow/vflow/colormultiply(_:).json index 120b4a2a..08a7f8ac 100644 --- a/data/documentation/flow/vflow/colormultiply(_:).json +++ b/data/documentation/flow/vflow/colormultiply(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/colormultiply(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorMultiply(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorMultiply(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"colorMultiply(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13colorMultiplyyQrAA5ColorVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/colorMultiply(_:)":{"role":"symbol","title":"colorMultiply(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorMultiply(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/colormultiply(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/colormultiply(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorMultiply(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorMultiply(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"colorMultiply(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13colorMultiplyyQrAA5ColorVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/colorMultiply(_:)":{"role":"symbol","title":"colorMultiply(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorMultiply(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/colormultiply(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/colorscheme(_:).json b/data/documentation/flow/vflow/colorscheme(_:).json index 6036e8a0..18da50dc 100644 --- a/data/documentation/flow/vflow/colorscheme(_:).json +++ b/data/documentation/flow/vflow/colorscheme(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/colorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorScheme(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorScheme(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"colorScheme(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11colorSchemeyQrAA05ColorE0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/colorScheme(_:)":{"role":"symbol","title":"colorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorScheme(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/colorscheme(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/colorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorScheme(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.colorScheme(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"colorScheme(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11colorSchemeyQrAA05ColorE0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"preferredColorScheme(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/colorScheme(_:)":{"role":"symbol","title":"colorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorScheme(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/colorscheme(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/compositinggroup().json b/data/documentation/flow/vflow/compositinggroup().json index 30d3783b..0210b059 100644 --- a/data/documentation/flow/vflow/compositinggroup().json +++ b/data/documentation/flow/vflow/compositinggroup().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/compositinggroup()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/compositingGroup()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.compositingGroup()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"compositingGroup()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16compositingGroupQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/compositingGroup()":{"role":"symbol","title":"compositingGroup()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/compositingGroup()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/compositinggroup()"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/compositinggroup()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/compositingGroup()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.compositingGroup()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"compositingGroup()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16compositingGroupQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/compositingGroup()":{"role":"symbol","title":"compositingGroup()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/compositingGroup()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/compositinggroup()"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-2axdx.json b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-2axdx.json index 1e780e70..180af8b9 100644 --- a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-2axdx.json +++ b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-2axdx.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-2axdx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-2axdx"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-2axdx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEtSyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-2axdx"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-6ioad.json b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-6ioad.json index 431331bb..f6129f17 100644 --- a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-6ioad.json +++ b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-6ioad.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6ioad"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6ioad"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6ioad"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6ioad"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-9zkgj.json b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-9zkgj.json index 47637d9c..118a31b2 100644 --- a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-9zkgj.json +++ b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:)-9zkgj.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-9zkgj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-9zkgj"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-9zkgj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-9zkgj"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6soxv.json b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6soxv.json index e3ccf34f..a80d7be3 100644 --- a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6soxv.json +++ b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6soxv.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6soxv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6soxv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6soxv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd__yXEqd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6soxv"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-8f5px.json b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-8f5px.json index e1ff2f27..679924f0 100644 --- a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-8f5px.json +++ b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-8f5px.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-8f5px"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-8f5px"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-8f5px"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_0_yXEqd_1_yXEtSyRd__AaBRd_0_AaBRd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-8f5px"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-193i6.json b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-193i6.json index 5b8fce7b..85e5f370 100644 --- a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-193i6.json +++ b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-193i6.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-193i6"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrqd___AA7BindingVySbGAA0I0Oqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-193i6"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-193i6"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrqd___AA7BindingVySbGAA0I0Oqd_1_Sgqd_0_qd_1_XEtSyRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-193i6"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-3cpps.json b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-3cpps.json index 97b64127..f5acf46d 100644 --- a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-3cpps.json +++ b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-3cpps.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-3cpps"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-3cpps"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-3cpps"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA4TextV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-3cpps"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-vycq.json b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-vycq.json index 9712e731..ca53e203 100644 --- a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-vycq.json +++ b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-vycq.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-vycq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-vycq"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-vycq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actionsQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_0_Sgqd__qd_0_XEtAaBRd__r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-vycq"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-4exmg.json b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-4exmg.json index 9b5a5740..1a6ab981 100644 --- a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-4exmg.json +++ b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-4exmg.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-4exmg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-4exmg"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-4exmg"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrqd___AA7BindingVySbGAA0I0Oqd_2_Sgqd_0_qd_2_XEqd_1_qd_2_XEtSyRd__AaBRd_0_AaBRd_1_r2_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-4exmg"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6zp6g.json b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6zp6g.json index b4ce2487..ae3dda71 100644 --- a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6zp6g.json +++ b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6zp6g.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6zp6g"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6zp6g"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6zp6g"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA18LocalizedStringKeyV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6zp6g"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-80kga.json b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-80kga.json index 60aa8d15..2e137545 100644 --- a/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-80kga.json +++ b/data/documentation/flow/vflow/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-80kga.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-80kga"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-80kga"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-80kga"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18confirmationDialog_11isPresented15titleVisibility10presenting7actions7messageQrAA4TextV_AA7BindingVySbGAA0I0Oqd_1_Sgqd__qd_1_XEqd_0_qd_1_XEtAaBRd__AaBRd_0_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-80kga"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/containershape(_:).json b/data/documentation/flow/vflow/containershape(_:).json index 162fe520..3e29f6cc 100644 --- a/data/documentation/flow/vflow/containershape(_:).json +++ b/data/documentation/flow/vflow/containershape(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/containershape(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/containerShape(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.containerShape(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"containerShape(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14containerShapeyQrqd__AA010InsettableE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/containerShape(_:)":{"role":"symbol","title":"containerShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/containerShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/containershape(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"InsettableShape","preciseIdentifier":"s:7SwiftUI15InsettableShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/containershape(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/containerShape(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.containerShape(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"containerShape(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14containerShapeyQrqd__AA010InsettableE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/containerShape(_:)":{"role":"symbol","title":"containerShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/containerShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/containershape(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/contentshape(_:_:eofill:).json b/data/documentation/flow/vflow/contentshape(_:_:eofill:).json index 3a2ed09b..7091dfab 100644 --- a/data/documentation/flow/vflow/contentshape(_:_:eofill:).json +++ b/data/documentation/flow/vflow/contentshape(_:_:eofill:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"kind"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contentshape(_:_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:_:eoFill:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:_:eoFill:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentShape(_:_:eoFill:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12contentShape__6eoFillQrAA07ContentE5KindsV_qd__SbtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/contentShape(_:_:eoFill:)":{"role":"symbol","title":"contentShape(_:_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contentshape(_:_:eofill:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"kind"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contentshape(_:_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:_:eoFill:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:_:eoFill:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentShape(_:_:eoFill:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12contentShape__6eoFillQrAA07ContentE5KindsV_qd__SbtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/contentShape(_:_:eoFill:)":{"role":"symbol","title":"contentShape(_:_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contentshape(_:_:eofill:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/contentshape(_:eofill:).json b/data/documentation/flow/vflow/contentshape(_:eofill:).json index 09193616..4b4d3095 100644 --- a/data/documentation/flow/vflow/contentshape(_:eofill:).json +++ b/data/documentation/flow/vflow/contentshape(_:eofill:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contentshape(_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:eoFill:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:eoFill:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentShape(_:eoFill:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12contentShape_6eoFillQrqd___SbtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/contentShape(_:eoFill:)":{"role":"symbol","title":"contentShape(_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contentshape(_:eofill:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contentshape(_:eofill:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:eoFill:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentShape(_:eoFill:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentShape(_:eoFill:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12contentShape_6eoFillQrqd___SbtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/contentShape(_:eoFill:)":{"role":"symbol","title":"contentShape(_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contentshape(_:eofill:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/contenttransition(_:).json b/data/documentation/flow/vflow/contenttransition(_:).json index 19fa33dd..bf09c31e 100644 --- a/data/documentation/flow/vflow/contenttransition(_:).json +++ b/data/documentation/flow/vflow/contenttransition(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contenttransition(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentTransition(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentTransition(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentTransition(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17contentTransitionyQrAA07ContentE0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/contentTransition(_:)":{"role":"symbol","title":"contentTransition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentTransition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contenttransition(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contenttransition(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentTransition(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contentTransition(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contentTransition(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17contentTransitionyQrAA07ContentE0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/contentTransition(_:)":{"role":"symbol","title":"contentTransition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentTransition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contenttransition(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/contextmenu(_:).json b/data/documentation/flow/vflow/contextmenu(_:).json index c74d50d4..4f1efebc 100644 --- a/data/documentation/flow/vflow/contextmenu(_:).json +++ b/data/documentation/flow/vflow/contextmenu(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contextMenu"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contextmenu(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenuyQrAA07ContextE0Vyqd__GSgAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `contextMenu(menuItems:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `contextMenu(menuItems:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"deprecatedAt":"7.0","beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `contextMenu(menuItems:)` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/contextMenu(_:)":{"role":"symbol","title":"contextMenu(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/contextmenu(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contextMenu"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contextmenu(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenuyQrAA07ContextE0Vyqd__GSgAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `contextMenu(menuItems:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `contextMenu(menuItems:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"deprecatedAt":"7.0","beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `contextMenu(menuItems:)` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/contextMenu(_:)":{"role":"symbol","title":"contextMenu(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/contextmenu(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/contextmenu(forselectiontype:menu:primaryaction:).json b/data/documentation/flow/vflow/contextmenu(forselectiontype:menu:primaryaction:).json index 772ed436..009fa1bb 100644 --- a/data/documentation/flow/vflow/contextmenu(forselectiontype:menu:primaryaction:).json +++ b/data/documentation/flow/vflow/contextmenu(forselectiontype:menu:primaryaction:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":" "},{"kind":"internalParam","text":"itemType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type = I.self, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contextmenu(forselectiontype:menu:primaryaction:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(forSelectionType:menu:primaryAction:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(forSelectionType:menu:primaryAction:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu16forSelectionType4menu13primaryActionQrqd__m_qd_0_Shyqd__GcyAHcSgtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(forselectiontype:menu:primaryaction:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":" "},{"kind":"internalParam","text":"itemType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type = I.self, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contextmenu(forselectiontype:menu:primaryaction:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(forSelectionType:menu:primaryAction:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(forSelectionType:menu:primaryAction:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu16forSelectionType4menu13primaryActionQrqd__m_qd_0_Shyqd__GcyAHcSgtSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(forselectiontype:menu:primaryaction:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/contextmenu(menuitems:).json b/data/documentation/flow/vflow/contextmenu(menuitems:).json index 87bf49e6..24135552 100644 --- a/data/documentation/flow/vflow/contextmenu(menuitems:).json +++ b/data/documentation/flow/vflow/contextmenu(menuitems:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contextmenu(menuitems:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(menuItems:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItemsQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"deprecatedAt":"7.0","beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/contextMenu(menuItems:)":{"role":"symbol","title":"contextMenu(menuItems:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(menuitems:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contextmenu(menuitems:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(menuItems:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItemsQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"deprecatedAt":"7.0","beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/contextMenu(menuItems:)":{"role":"symbol","title":"contextMenu(menuItems:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(menuitems:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/contextmenu(menuitems:preview:).json b/data/documentation/flow/vflow/contextmenu(menuitems:preview:).json index 8ecb30cb..5f15b49a 100644 --- a/data/documentation/flow/vflow/contextmenu(menuitems:preview:).json +++ b/data/documentation/flow/vflow/contextmenu(menuitems:preview:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contextmenu(menuitems:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(menuItems:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItems7previewQrqd__yXE_qd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/contextMenu(menuItems:preview:)":{"role":"symbol","title":"contextMenu(menuItems:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(menuitems:preview:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contextmenu(menuitems:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contextMenu(menuItems:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contextMenu(menuItems:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11contextMenu9menuItems7previewQrqd__yXE_qd_0_yXEtAaBRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/contextMenu(menuItems:preview:)":{"role":"symbol","title":"contextMenu(menuItems:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(menuitems:preview:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/contrast(_:).json b/data/documentation/flow/vflow/contrast(_:).json index a67d5e31..8638366c 100644 --- a/data/documentation/flow/vflow/contrast(_:).json +++ b/data/documentation/flow/vflow/contrast(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contrast(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contrast(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contrast(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contrast(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8contrastyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/contrast(_:)":{"role":"symbol","title":"contrast(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contrast(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contrast(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/contrast(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contrast(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.contrast(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"contrast(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8contrastyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/contrast(_:)":{"role":"symbol","title":"contrast(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contrast(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contrast(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/controlgroupstyle(_:).json b/data/documentation/flow/vflow/controlgroupstyle(_:).json index a3b95d90..cee0ee92 100644 --- a/data/documentation/flow/vflow/controlgroupstyle(_:).json +++ b/data/documentation/flow/vflow/controlgroupstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ControlGroupStyle","preciseIdentifier":"s:7SwiftUI17ControlGroupStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/controlgroupstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlGroupStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.controlGroupStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"controlGroupStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17controlGroupStyleyQrqd__AA07ControleF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/controlGroupStyle(_:)":{"role":"symbol","title":"controlGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/controlgroupstyle(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ControlGroupStyle","preciseIdentifier":"s:7SwiftUI17ControlGroupStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/controlgroupstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlGroupStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.controlGroupStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"controlGroupStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17controlGroupStyleyQrqd__AA07ControleF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/controlGroupStyle(_:)":{"role":"symbol","title":"controlGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/controlgroupstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/controlsize(_:).json b/data/documentation/flow/vflow/controlsize(_:).json index a4fd7bb1..bd48b8bd 100644 --- a/data/documentation/flow/vflow/controlsize(_:).json +++ b/data/documentation/flow/vflow/controlsize(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"controlSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/controlsize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlSize(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.controlSize(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"controlSize(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11controlSizeyQrAA07ControlE0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/controlSize(_:)":{"role":"symbol","title":"controlSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/controlsize(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"controlSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/controlsize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlSize(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.controlSize(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"controlSize(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11controlSizeyQrAA07ControlE0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/controlSize(_:)":{"role":"symbol","title":"controlSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/controlsize(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/coordinatespace(name:).json b/data/documentation/flow/vflow/coordinatespace(name:).json index 30bf76a6..65b370f3 100644 --- a/data/documentation/flow/vflow/coordinatespace(name:).json +++ b/data/documentation/flow/vflow/coordinatespace(name:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/coordinatespace(name:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/coordinateSpace(name:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.coordinateSpace(name:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"coordinateSpace(name:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15coordinateSpace4nameQrqd___tSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/coordinateSpace(name:)":{"role":"symbol","title":"coordinateSpace(name:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/coordinateSpace(name:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/coordinatespace(name:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/coordinatespace(name:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/coordinateSpace(name:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.coordinateSpace(name:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"coordinateSpace(name:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15coordinateSpace4nameQrqd___tSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/coordinateSpace(name:)":{"role":"symbol","title":"coordinateSpace(name:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/coordinateSpace(name:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/coordinatespace(name:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/copyable(_:).json b/data/documentation/flow/vflow/copyable(_:).json index f9ce3059..18727e14 100644 --- a/data/documentation/flow/vflow/copyable(_:).json +++ b/data/documentation/flow/vflow/copyable(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/copyable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/copyable(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.copyable(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"copyable(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8copyableyQrSayqd__GyXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/copyable(_:)":{"role":"symbol","title":"copyable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/copyable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/copyable(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/copyable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/copyable(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.copyable(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"copyable(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8copyableyQrSayqd__GyXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/copyable(_:)":{"role":"symbol","title":"copyable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/copyable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/copyable(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/cornerradius(_:antialiased:).json b/data/documentation/flow/vflow/cornerradius(_:antialiased:).json index 9442d8cd..6c857b2e 100644 --- a/data/documentation/flow/vflow/cornerradius(_:antialiased:).json +++ b/data/documentation/flow/vflow/cornerradius(_:antialiased:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/cornerradius(_:antialiased:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cornerRadius(_:antialiased:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.cornerRadius(_:antialiased:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"cornerRadius(_:antialiased:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12cornerRadius_11antialiasedQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/cornerRadius(_:antialiased:)":{"role":"symbol","title":"cornerRadius(_:antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cornerRadius(_:antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/cornerradius(_:antialiased:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/cornerradius(_:antialiased:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cornerRadius(_:antialiased:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.cornerRadius(_:antialiased:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"cornerRadius(_:antialiased:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12cornerRadius_11antialiasedQr14CoreFoundation7CGFloatV_SbtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/cornerRadius(_:antialiased:)":{"role":"symbol","title":"cornerRadius(_:antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cornerRadius(_:antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/cornerradius(_:antialiased:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/cuttable(for:action:).json b/data/documentation/flow/vflow/cuttable(for:action:).json index c78bea6f..a94d4c2b 100644 --- a/data/documentation/flow/vflow/cuttable(for:action:).json +++ b/data/documentation/flow/vflow/cuttable(for:action:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/cuttable(for:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cuttable(for:action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.cuttable(for:action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"cuttable(for:action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8cuttable3for6actionQrqd__m_Sayqd__Gyct16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/cuttable(for:action:)":{"role":"symbol","title":"cuttable(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cuttable(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/cuttable(for:action:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/cuttable(for:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cuttable(for:action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.cuttable(for:action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"cuttable(for:action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8cuttable3for6actionQrqd__m_Sayqd__Gyct16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/cuttable(for:action:)":{"role":"symbol","title":"cuttable(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cuttable(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/cuttable(for:action:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/datepickerstyle(_:).json b/data/documentation/flow/vflow/datepickerstyle(_:).json index d1c488c6..0073c178 100644 --- a/data/documentation/flow/vflow/datepickerstyle(_:).json +++ b/data/documentation/flow/vflow/datepickerstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"DatePickerStyle","preciseIdentifier":"s:7SwiftUI15DatePickerStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/datepickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/datePickerStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.datePickerStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"datePickerStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15datePickerStyleyQrqd__AA04DateeF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/datePickerStyle(_:)":{"role":"symbol","title":"datePickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/datePickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/datepickerstyle(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"DatePickerStyle","preciseIdentifier":"s:7SwiftUI15DatePickerStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/datepickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/datePickerStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.datePickerStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"datePickerStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15datePickerStyleyQrqd__AA04DateeF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/datePickerStyle(_:)":{"role":"symbol","title":"datePickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/datePickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/datepickerstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/defaultappstorage(_:).json b/data/documentation/flow/vflow/defaultappstorage(_:).json index 3eee7239..1bacef16 100644 --- a/data/documentation/flow/vflow/defaultappstorage(_:).json +++ b/data/documentation/flow/vflow/defaultappstorage(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"store"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/defaultappstorage(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultAppStorage(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultAppStorage(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"defaultAppStorage(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17defaultAppStorageyQrSo14NSUserDefaultsCF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/defaultAppStorage(_:)":{"role":"symbol","title":"defaultAppStorage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultAppStorage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/defaultappstorage(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"store"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/defaultappstorage(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultAppStorage(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultAppStorage(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"defaultAppStorage(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17defaultAppStorageyQrSo14NSUserDefaultsCF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/defaultAppStorage(_:)":{"role":"symbol","title":"defaultAppStorage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultAppStorage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/defaultappstorage(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/defaultfocus(_:_:priority:).json b/data/documentation/flow/vflow/defaultfocus(_:_:priority:).json index f9b933d5..eaa79d8c 100644 --- a/data/documentation/flow/vflow/defaultfocus(_:_:priority:).json +++ b/data/documentation/flow/vflow/defaultfocus(_:_:priority:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":" = .automatic) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/defaultfocus(_:_:priority:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultFocus(_:_:priority:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultFocus(_:_:priority:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"defaultFocus(_:_:priority:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12defaultFocus__8priorityQrAA0E5StateV7BindingVyqd___G_qd__AA07DefaultE18EvaluationPriorityVtSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/defaultFocus(_:_:priority:)":{"role":"symbol","title":"defaultFocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultFocus(_:_:priority:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/defaultfocus(_:_:priority:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":" = .automatic) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/defaultfocus(_:_:priority:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultFocus(_:_:priority:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.defaultFocus(_:_:priority:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"defaultFocus(_:_:priority:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12defaultFocus__8priorityQrAA0E5StateV7BindingVyqd___G_qd__AA07DefaultE18EvaluationPriorityVtSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/defaultFocus(_:_:priority:)":{"role":"symbol","title":"defaultFocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultFocus(_:_:priority:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/defaultfocus(_:_:priority:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/deletedisabled(_:).json b/data/documentation/flow/vflow/deletedisabled(_:).json index 56757d2a..f6312282 100644 --- a/data/documentation/flow/vflow/deletedisabled(_:).json +++ b/data/documentation/flow/vflow/deletedisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/deletedisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/deleteDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.deleteDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"deleteDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14deleteDisabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/deleteDisabled(_:)":{"role":"symbol","title":"deleteDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/deleteDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/deletedisabled(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/deletedisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/deleteDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.deleteDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"deleteDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14deleteDisabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/deleteDisabled(_:)":{"role":"symbol","title":"deleteDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/deleteDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/deletedisabled(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/disableautocorrection(_:).json b/data/documentation/flow/vflow/disableautocorrection(_:).json index 5241dfd1..9fbd2c69 100644 --- a/data/documentation/flow/vflow/disableautocorrection(_:).json +++ b/data/documentation/flow/vflow/disableautocorrection(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/disableautocorrection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disableAutocorrection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disableAutocorrection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disableAutocorrection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21disableAutocorrectionyQrSbSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"8.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/disableAutocorrection(_:)":{"role":"symbol","title":"disableAutocorrection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disableAutocorrection(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/disableautocorrection(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/disableautocorrection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disableAutocorrection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disableAutocorrection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disableAutocorrection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21disableAutocorrectionyQrSbSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"autocorrectionDisabled(_:)","deprecated":false,"introducedAt":"8.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/disableAutocorrection(_:)":{"role":"symbol","title":"disableAutocorrection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disableAutocorrection(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/disableautocorrection(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/disabled(_:).json b/data/documentation/flow/vflow/disabled(_:).json index 91b1750c..a2923bdc 100644 --- a/data/documentation/flow/vflow/disabled(_:).json +++ b/data/documentation/flow/vflow/disabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/disabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8disabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/disabled(_:)":{"role":"symbol","title":"disabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/disabled(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/disabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8disabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/disabled(_:)":{"role":"symbol","title":"disabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/disabled(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/disclosuregroupstyle(_:).json b/data/documentation/flow/vflow/disclosuregroupstyle(_:).json index 732d9ab5..0170eb9f 100644 --- a/data/documentation/flow/vflow/disclosuregroupstyle(_:).json +++ b/data/documentation/flow/vflow/disclosuregroupstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"DisclosureGroupStyle","preciseIdentifier":"s:7SwiftUI20DisclosureGroupStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/disclosuregroupstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disclosureGroupStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disclosureGroupStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disclosureGroupStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20disclosureGroupStyleyQrqd__AA010DisclosureeF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/disclosureGroupStyle(_:)":{"role":"symbol","title":"disclosureGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disclosureGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/disclosuregroupstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"DisclosureGroupStyle","preciseIdentifier":"s:7SwiftUI20DisclosureGroupStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/disclosuregroupstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disclosureGroupStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.disclosureGroupStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"disclosureGroupStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20disclosureGroupStyleyQrqd__AA010DisclosureeF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/disclosureGroupStyle(_:)":{"role":"symbol","title":"disclosureGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disclosureGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/disclosuregroupstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/draggable(_:).json b/data/documentation/flow/vflow/draggable(_:).json index a6b76290..5a7b9a2c 100644 --- a/data/documentation/flow/vflow/draggable(_:).json +++ b/data/documentation/flow/vflow/draggable(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/draggable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"draggable(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9draggableyQrqd__yXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/draggable(_:)":{"role":"symbol","title":"draggable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/draggable(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/draggable(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"draggable(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9draggableyQrqd__yXA16CoreTransferable0F0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/draggable(_:)":{"role":"symbol","title":"draggable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/draggable(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/draggable(_:preview:).json b/data/documentation/flow/vflow/draggable(_:preview:).json index deec506e..425ff374 100644 --- a/data/documentation/flow/vflow/draggable(_:preview:).json +++ b/data/documentation/flow/vflow/draggable(_:preview:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/draggable(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"draggable(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9draggable_7previewQrqd_0_yXA_qd__yXEtAaBRd__16CoreTransferable0G0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/draggable(_:preview:)":{"role":"symbol","title":"draggable(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/draggable(_:preview:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/draggable(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.draggable(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"draggable(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9draggable_7previewQrqd_0_yXA_qd__yXEtAaBRd__16CoreTransferable0G0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/draggable(_:preview:)":{"role":"symbol","title":"draggable(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/draggable(_:preview:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/drawinggroup(opaque:colormode:).json b/data/documentation/flow/vflow/drawinggroup(opaque:colormode:).json index b2333b0c..7371377d 100644 --- a/data/documentation/flow/vflow/drawinggroup(opaque:colormode:).json +++ b/data/documentation/flow/vflow/drawinggroup(opaque:colormode:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false, "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":" = .nonLinear) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/drawinggroup(opaque:colormode:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/drawingGroup(opaque:colorMode:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.drawingGroup(opaque:colorMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"drawingGroup(opaque:colorMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12drawingGroup6opaque9colorModeQrSb_AA014ColorRenderingH0OtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/drawingGroup(opaque:colorMode:)":{"role":"symbol","title":"drawingGroup(opaque:colorMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/drawingGroup(opaque:colorMode:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/drawinggroup(opaque:colormode:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false, "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":" = .nonLinear) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/drawinggroup(opaque:colormode:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/drawingGroup(opaque:colorMode:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.drawingGroup(opaque:colorMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"drawingGroup(opaque:colorMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12drawingGroup6opaque9colorModeQrSb_AA014ColorRenderingH0OtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/drawingGroup(opaque:colorMode:)":{"role":"symbol","title":"drawingGroup(opaque:colorMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/drawingGroup(opaque:colorMode:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/drawinggroup(opaque:colormode:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/dropdestination(for:action:istargeted:).json b/data/documentation/flow/vflow/dropdestination(for:action:istargeted:).json index f3d8b4d4..65584d50 100644 --- a/data/documentation/flow/vflow/dropdestination(for:action:istargeted:).json +++ b/data/documentation/flow/vflow/dropdestination(for:action:istargeted:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":" = { _ in }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/dropdestination(for:action:istargeted:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dropDestination(for:action:isTargeted:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dropDestination(for:action:isTargeted:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"dropDestination(for:action:isTargeted:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15dropDestination3for6action10isTargetedQrqd__m_SbSayqd__G_So7CGPointVtcySbct16CoreTransferable0L0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/dropDestination(for:action:isTargeted:)":{"role":"symbol","title":"dropDestination(for:action:isTargeted:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dropDestination(for:action:isTargeted:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/dropdestination(for:action:istargeted:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":" = { _ in }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/dropdestination(for:action:istargeted:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dropDestination(for:action:isTargeted:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dropDestination(for:action:isTargeted:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"dropDestination(for:action:isTargeted:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15dropDestination3for6action10isTargetedQrqd__m_SbSayqd__G_So7CGPointVtcySbct16CoreTransferable0L0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/dropDestination(for:action:isTargeted:)":{"role":"symbol","title":"dropDestination(for:action:isTargeted:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dropDestination(for:action:isTargeted:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/dropdestination(for:action:istargeted:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/dynamictypesize(_:).json b/data/documentation/flow/vflow/dynamictypesize(_:).json index ef29e662..8f56cc36 100644 --- a/data/documentation/flow/vflow/dynamictypesize(_:).json +++ b/data/documentation/flow/vflow/dynamictypesize(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"size"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/dynamictypesize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dynamicTypeSize(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dynamicTypeSize(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"dynamicTypeSize(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15dynamicTypeSizeyQrAA07DynamiceF0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/dynamicTypeSize(_:)":{"role":"symbol","title":"dynamicTypeSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dynamicTypeSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/dynamictypesize(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"size"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/dynamictypesize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dynamicTypeSize(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.dynamicTypeSize(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"dynamicTypeSize(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15dynamicTypeSizeyQrAA07DynamiceF0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/dynamicTypeSize(_:)":{"role":"symbol","title":"dynamicTypeSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dynamicTypeSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/dynamictypesize(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/environment(_:_:).json b/data/documentation/flow/vflow/environment(_:_:).json index b738e762..8f5d731e 100644 --- a/data/documentation/flow/vflow/environment(_:_:).json +++ b/data/documentation/flow/vflow/environment(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/environment(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environment(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environment(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"environment(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrs15WritableKeyPathCyAA17EnvironmentValuesVqd__G_qd__tlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/environment(_:_:)":{"role":"symbol","title":"environment(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environment(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/environment(_:_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/environment(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environment(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environment(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"environment(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11environmentyQrs15WritableKeyPathCyAA17EnvironmentValuesVqd__G_qd__tlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/environment(_:_:)":{"role":"symbol","title":"environment(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environment(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/environment(_:_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/environmentobject(_:).json b/data/documentation/flow/vflow/environmentobject(_:).json index b0742c24..5b7d138a 100644 --- a/data/documentation/flow/vflow/environmentobject(_:).json +++ b/data/documentation/flow/vflow/environmentobject(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/environmentobject(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environmentObject(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environmentObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"environmentObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17environmentObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/environmentObject(_:)":{"role":"symbol","title":"environmentObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environmentObject(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/environmentobject(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/environmentobject(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environmentObject(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.environmentObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"environmentObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17environmentObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/environmentObject(_:)":{"role":"symbol","title":"environmentObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environmentObject(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/environmentobject(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/explicitalignment(of:in:proposal:subviews:cache:)-8s6bm.json b/data/documentation/flow/vflow/explicitalignment(of:in:proposal:subviews:cache:)-8s6bm.json index 6b512d49..a9e4cc42 100644 --- a/data/documentation/flow/vflow/explicitalignment(of:in:proposal:subviews:cache:)-8s6bm.json +++ b/data/documentation/flow/vflow/explicitalignment(of:in:proposal:subviews:cache:)-8s6bm.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-8s6bm"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.explicitAlignment(of:in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE17explicitAlignment2of2in8proposal8subviews5cache14CoreFoundation7CGFloatVSgAA010HorizontalE0V_So6CGRectVAA16ProposedViewSizeVAA0C8SubviewsV5CacheQzztF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-8s6bm"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-8s6bm"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.explicitAlignment(of:in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE17explicitAlignment2of2in8proposal8subviews5cache14CoreFoundation7CGFloatVSgAA010HorizontalE0V_So6CGRectVAA16ProposedViewSizeVAA0C8SubviewsV5CacheQzztF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-8s6bm"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/explicitalignment(of:in:proposal:subviews:cache:)-99mvt.json b/data/documentation/flow/vflow/explicitalignment(of:in:proposal:subviews:cache:)-99mvt.json index 177849b9..54f8adaa 100644 --- a/data/documentation/flow/vflow/explicitalignment(of:in:proposal:subviews:cache:)-99mvt.json +++ b/data/documentation/flow/vflow/explicitalignment(of:in:proposal:subviews:cache:)-99mvt.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-99mvt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.explicitAlignment(of:in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE17explicitAlignment2of2in8proposal8subviews5cache14CoreFoundation7CGFloatVSgAA08VerticalE0V_So6CGRectVAA16ProposedViewSizeVAA0C8SubviewsV5CacheQzztF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow/VFlow/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-99mvt"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"guide"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-99mvt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.explicitAlignment(of:in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE17explicitAlignment2of2in8proposal8subviews5cache14CoreFoundation7CGFloatVSgAA08VerticalE0V_So6CGRectVAA16ProposedViewSizeVAA0C8SubviewsV5CacheQzztF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow/VFlow/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-99mvt"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/exportabletoservices(_:).json b/data/documentation/flow/vflow/exportabletoservices(_:).json index 0918db8a..e8b38a08 100644 --- a/data/documentation/flow/vflow/exportabletoservices(_:).json +++ b/data/documentation/flow/vflow/exportabletoservices(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/exportabletoservices(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportableToServices(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServicesyQrSayqd__GyXA16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/exportableToServices(_:)":{"role":"symbol","title":"exportableToServices(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportabletoservices(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/exportabletoservices(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportableToServices(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServicesyQrSayqd__GyXA16CoreTransferable0H0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/exportableToServices(_:)":{"role":"symbol","title":"exportableToServices(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportabletoservices(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/exportabletoservices(_:onedit:).json b/data/documentation/flow/vflow/exportabletoservices(_:onedit:).json index 4b99c93f..a642323b 100644 --- a/data/documentation/flow/vflow/exportabletoservices(_:onedit:).json +++ b/data/documentation/flow/vflow/exportabletoservices(_:onedit:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/exportabletoservices(_:onedit:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:onEdit:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:onEdit:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportableToServices(_:onEdit:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServices_6onEditQrSayqd__GyXA_SbAFct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/exportableToServices(_:onEdit:)":{"role":"symbol","title":"exportableToServices(_:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportabletoservices(_:onedit:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payload"},{"kind":"text","text":": "},{"kind":"attribute","text":"@autoclosure "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/exportabletoservices(_:onedit:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:onEdit:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportableToServices(_:onEdit:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportableToServices(_:onEdit:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportableToServices_6onEditQrSayqd__GyXA_SbAFct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/exportableToServices(_:onEdit:)":{"role":"symbol","title":"exportableToServices(_:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportabletoservices(_:onedit:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/exportsitemproviders(_:onexport:).json b/data/documentation/flow/vflow/exportsitemproviders(_:onexport:).json index 8e1e7ef2..134612b4 100644 --- a/data/documentation/flow/vflow/exportsitemproviders(_:onexport:).json +++ b/data/documentation/flow/vflow/exportsitemproviders(_:onexport:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportsItemProviders(_:onExport:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExportQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/exportsItemProviders(_:onExport:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportsItemProviders(_:onExport:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExportQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/exportsItemProviders(_:onExport:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/exportsitemproviders(_:onexport:onedit:).json b/data/documentation/flow/vflow/exportsitemproviders(_:onexport:onedit:).json index 952b9843..42d17833 100644 --- a/data/documentation/flow/vflow/exportsitemproviders(_:onexport:onedit:).json +++ b/data/documentation/flow/vflow/exportsitemproviders(_:onexport:onedit:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:onedit:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:onEdit:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:onEdit:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExport0G4EditQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGycSbAMctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/exportsItemProviders(_:onExport:onEdit:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:onedit:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:onedit:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:onEdit:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.exportsItemProviders(_:onExport:onEdit:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20exportsItemProviders_8onExport0G4EditQrSay22UniformTypeIdentifiers6UTTypeVG_SaySo14NSItemProviderCGycSbAMctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/exportsItemProviders(_:onExport:onEdit:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:onedit:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3v87d.json b/data/documentation/flow/vflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3v87d.json index 02ac8817..d0c476cc 100644 --- a/data/documentation/flow/vflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3v87d.json +++ b/data/documentation/flow/vflow/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3v87d.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FileDocument","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3v87d"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA12FileDocumentRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3v87d"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FileDocument","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3v87d"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented8document11contentType15defaultFilename12onCompletionQrAA7BindingVySbG_qd__Sg07UniformJ11Identifiers6UTTypeVSSSgys6ResultOy10Foundation3URLVs5Error_pGctAA12FileDocumentRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3v87d"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-8bnhf.json b/data/documentation/flow/vflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-8bnhf.json index 625ccada..1452316a 100644 --- a/data/documentation/flow/vflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-8bnhf.json +++ b/data/documentation/flow/vflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-8bnhf.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ReferenceFileDocument","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-8bnhf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-8bnhf"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ReferenceFileDocument","preciseIdentifier":"s:7SwiftUI21ReferenceFileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-8bnhf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA21ReferenceFileDocument7ElementRpd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-8bnhf"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-9mz4l.json b/data/documentation/flow/vflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-9mz4l.json index fdc2b3cb..36330289 100644 --- a/data/documentation/flow/vflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-9mz4l.json +++ b/data/documentation/flow/vflow/fileexporter(ispresented:documents:contenttype:oncompletion:)-9mz4l.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FileDocument","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9mz4l"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA12FileDocument7ElementRpd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9mz4l"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FileDocument","preciseIdentifier":"s:7SwiftUI12FileDocumentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9mz4l"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileExporter(isPresented:documents:contentType:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileExporter11isPresented9documents11contentType12onCompletionQrAA7BindingVySbG_qd__07UniformJ11Identifiers6UTTypeVys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AA12FileDocument7ElementRpd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9mz4l"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json b/data/documentation/flow/vflow/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json index 29a592d2..bc390a2a 100644 --- a/data/documentation/flow/vflow/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json +++ b/data/documentation/flow/vflow/fileimporter(ispresented:allowedcontenttypes:oncompletion:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGys6ResultOy10Foundation3URLVs5Error_pGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileImporter(isPresented:allowedContentTypes:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12fileImporter11isPresented19allowedContentTypes12onCompletionQrAA7BindingVySbG_Say22UniformTypeIdentifiers6UTTypeVGys6ResultOy10Foundation3URLVs5Error_pGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/filemover(ispresented:file:oncompletion:).json b/data/documentation/flow/vflow/filemover(ispresented:file:oncompletion:).json index 71cf10d7..c30e1f7b 100644 --- a/data/documentation/flow/vflow/filemover(ispresented:file:oncompletion:).json +++ b/data/documentation/flow/vflow/filemover(ispresented:file:oncompletion:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/filemover(ispresented:file:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:file:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:file:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletionQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyAMs5Error_pGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/fileMover(isPresented:file:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:file:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/filemover(ispresented:file:oncompletion:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/filemover(ispresented:file:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:file:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:file:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented0D012onCompletionQrAA7BindingVySbG_10Foundation3URLVSgys6ResultOyAMs5Error_pGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/fileMover(isPresented:file:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:file:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/filemover(ispresented:file:oncompletion:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/filemover(ispresented:files:oncompletion:).json b/data/documentation/flow/vflow/filemover(ispresented:files:oncompletion:).json index 9e749acc..c18f47af 100644 --- a/data/documentation/flow/vflow/filemover(ispresented:files:oncompletion:).json +++ b/data/documentation/flow/vflow/filemover(ispresented:files:oncompletion:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" == "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/filemover(ispresented:files:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:files:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:files:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletionQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AO7ElementRtd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/fileMover(isPresented:files:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:files:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/filemover(ispresented:files:oncompletion:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Collection","preciseIdentifier":"s:Sl"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" == "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/filemover(ispresented:files:oncompletion:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:files:onCompletion:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fileMover(isPresented:files:onCompletion:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fileMover11isPresented5files12onCompletionQrAA7BindingVySbG_qd__ys6ResultOySay10Foundation3URLVGs5Error_pGctSlRd__AO7ElementRtd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/fileMover(isPresented:files:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:files:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/filemover(ispresented:files:oncompletion:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/fixedsize().json b/data/documentation/flow/vflow/fixedsize().json index 078e9ca3..e22c0055 100644 --- a/data/documentation/flow/vflow/fixedsize().json +++ b/data/documentation/flow/vflow/fixedsize().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fixedsize()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fixedSize()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fixedSize()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fixedSizeQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/fixedSize()":{"role":"symbol","title":"fixedSize()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fixedsize()"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fixedsize()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fixedSize()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fixedSize()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fixedSizeQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/fixedSize()":{"role":"symbol","title":"fixedSize()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fixedsize()"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/fixedsize(horizontal:vertical:).json b/data/documentation/flow/vflow/fixedsize(horizontal:vertical:).json index d7a84dac..ad986ba8 100644 --- a/data/documentation/flow/vflow/fixedsize(horizontal:vertical:).json +++ b/data/documentation/flow/vflow/fixedsize(horizontal:vertical:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fixedsize(horizontal:vertical:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize(horizontal:vertical:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fixedSize(horizontal:vertical:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fixedSize(horizontal:vertical:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fixedSize10horizontal8verticalQrSb_SbtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/fixedSize(horizontal:vertical:)":{"role":"symbol","title":"fixedSize(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize(horizontal:vertical:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fixedsize(horizontal:vertical:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fixedsize(horizontal:vertical:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize(horizontal:vertical:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fixedSize(horizontal:vertical:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fixedSize(horizontal:vertical:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fixedSize10horizontal8verticalQrSb_SbtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/fixedSize(horizontal:vertical:)":{"role":"symbol","title":"fixedSize(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize(horizontal:vertical:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fixedsize(horizontal:vertical:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/flipsforrighttoleftlayoutdirection(_:).json b/data/documentation/flow/vflow/flipsforrighttoleftlayoutdirection(_:).json index 80adcc9a..e924f327 100644 --- a/data/documentation/flow/vflow/flipsforrighttoleftlayoutdirection(_:).json +++ b/data/documentation/flow/vflow/flipsforrighttoleftlayoutdirection(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"enabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/flipsforrighttoleftlayoutdirection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/flipsForRightToLeftLayoutDirection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.flipsForRightToLeftLayoutDirection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE34flipsForRightToLeftLayoutDirectionyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/flipsForRightToLeftLayoutDirection(_:)":{"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/flipsForRightToLeftLayoutDirection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/flipsforrighttoleftlayoutdirection(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"enabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/flipsforrighttoleftlayoutdirection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/flipsForRightToLeftLayoutDirection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.flipsForRightToLeftLayoutDirection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE34flipsForRightToLeftLayoutDirectionyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/flipsForRightToLeftLayoutDirection(_:)":{"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/flipsForRightToLeftLayoutDirection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/flipsforrighttoleftlayoutdirection(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focusable(_:onfocuschange:).json b/data/documentation/flow/vflow/focusable(_:onfocuschange:).json index 8ff139be..c12c069a 100644 --- a/data/documentation/flow/vflow/focusable(_:onfocuschange:).json +++ b/data/documentation/flow/vflow/focusable(_:onfocuschange:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocusable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":" = { _ in }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusable(_:onfocuschange:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:onFocusChange:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusable(_:onFocusChange:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusable(_:onFocusChange:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9focusable_13onFocusChangeQrSb_ySbctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"12.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"15.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"8.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter."}]}],"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/focusable(_:onFocusChange:)":{"role":"symbol","title":"focusable(_:onFocusChange:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:onFocusChange:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/focusable(_:onfocuschange:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocusable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":" = { _ in }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusable(_:onfocuschange:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:onFocusChange:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusable(_:onFocusChange:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusable(_:onFocusChange:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9focusable_13onFocusChangeQrSb_ySbctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"12.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"15.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"8.0","message":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use FocusState and View.focused(_:equals) for functionality previously provided by the onChange parameter."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/focusable(_:onFocusChange:)":{"role":"symbol","title":"focusable(_:onFocusChange:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:onFocusChange:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/focusable(_:onfocuschange:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focused(_:).json b/data/documentation/flow/vflow/focused(_:).json index c7235b94..17fcea74 100644 --- a/data/documentation/flow/vflow/focused(_:).json +++ b/data/documentation/flow/vflow/focused(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"condition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focused(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focused(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focused(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7focusedyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/focused(_:)":{"role":"symbol","title":"focused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focused(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"condition"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focused(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focused(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focused(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7focusedyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/focused(_:)":{"role":"symbol","title":"focused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focused(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focused(_:equals:).json b/data/documentation/flow/vflow/focused(_:equals:).json index 7f92ff0c..e9186bb3 100644 --- a/data/documentation/flow/vflow/focused(_:equals:).json +++ b/data/documentation/flow/vflow/focused(_:equals:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focused(_:equals:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:equals:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focused(_:equals:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focused(_:equals:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7focused_6equalsQrAA10FocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/focused(_:equals:)":{"role":"symbol","title":"focused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focused(_:equals:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"binding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focused(_:equals:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:equals:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focused(_:equals:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focused(_:equals:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7focused_6equalsQrAA10FocusStateV7BindingVyqd___G_qd__tSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/focused(_:equals:)":{"role":"symbol","title":"focused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focused(_:equals:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focusedobject(_:)-2mezs.json b/data/documentation/flow/vflow/focusedobject(_:)-2mezs.json index b2cda2a7..29711475 100644 --- a/data/documentation/flow/vflow/focusedobject(_:)-2mezs.json +++ b/data/documentation/flow/vflow/focusedobject(_:)-2mezs.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedobject(_:)-2mezs"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-2mezs","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__Sg7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/focusedObject(_:)-2mezs":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-2mezs","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedobject(_:)-2mezs"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedobject(_:)-2mezs"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-2mezs","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__Sg7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/focusedObject(_:)-2mezs":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-2mezs","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedobject(_:)-2mezs"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focusedobject(_:)-6o9gz.json b/data/documentation/flow/vflow/focusedobject(_:)-6o9gz.json index bcd067b5..6c51617d 100644 --- a/data/documentation/flow/vflow/focusedobject(_:)-6o9gz.json +++ b/data/documentation/flow/vflow/focusedobject(_:)-6o9gz.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedobject(_:)-6o9gz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-6o9gz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/focusedObject(_:)-6o9gz":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-6o9gz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedobject(_:)-6o9gz"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedobject(_:)-6o9gz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-6o9gz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13focusedObjectyQrqd__7Combine010ObservableE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/focusedObject(_:)-6o9gz":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-6o9gz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedobject(_:)-6o9gz"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focusedsceneobject(_:)-28mg0.json b/data/documentation/flow/vflow/focusedsceneobject(_:)-28mg0.json index 9ea417e0..63052677 100644 --- a/data/documentation/flow/vflow/focusedsceneobject(_:)-28mg0.json +++ b/data/documentation/flow/vflow/focusedsceneobject(_:)-28mg0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedsceneobject(_:)-28mg0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-28mg0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/focusedSceneObject(_:)-28mg0":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-28mg0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedsceneobject(_:)-28mg0"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedsceneobject(_:)-28mg0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-28mg0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/focusedSceneObject(_:)-28mg0":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-28mg0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedsceneobject(_:)-28mg0"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focusedsceneobject(_:)-3ayn0.json b/data/documentation/flow/vflow/focusedsceneobject(_:)-3ayn0.json index 90eeafaa..c62d5c6a 100644 --- a/data/documentation/flow/vflow/focusedsceneobject(_:)-3ayn0.json +++ b/data/documentation/flow/vflow/focusedsceneobject(_:)-3ayn0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedsceneobject(_:)-3ayn0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-3ayn0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__Sg7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/focusedSceneObject(_:)-3ayn0":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-3ayn0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedsceneobject(_:)-3ayn0"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"object"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ObservableObject","preciseIdentifier":"s:7Combine16ObservableObjectP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedsceneobject(_:)-3ayn0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-3ayn0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneObject(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneObject(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18focusedSceneObjectyQrqd__Sg7Combine010ObservableF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/focusedSceneObject(_:)-3ayn0":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-3ayn0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedsceneobject(_:)-3ayn0"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focusedscenevalue(_:_:)-5429z.json b/data/documentation/flow/vflow/focusedscenevalue(_:_:)-5429z.json index d8daa60a..7d305a59 100644 --- a/data/documentation/flow/vflow/focusedscenevalue(_:_:)-5429z.json +++ b/data/documentation/flow/vflow/focusedscenevalue(_:_:)-5429z.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedscenevalue(_:_:)-5429z"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5429z","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/focusedSceneValue(_:_:)-5429z":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5429z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedscenevalue(_:_:)-5429z"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedscenevalue(_:_:)-5429z"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5429z","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedSceneValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedSceneValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17focusedSceneValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/focusedSceneValue(_:_:)-5429z":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5429z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedscenevalue(_:_:)-5429z"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focusedvalue(_:_:)-4lbna.json b/data/documentation/flow/vflow/focusedvalue(_:_:)-4lbna.json index f1ab7cc1..5beaac29 100644 --- a/data/documentation/flow/vflow/focusedvalue(_:_:)-4lbna.json +++ b/data/documentation/flow/vflow/focusedvalue(_:_:)-4lbna.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedvalue(_:_:)-4lbna"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-4lbna","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/focusedValue(_:_:)-4lbna":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-4lbna","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedvalue(_:_:)-4lbna"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedvalue(_:_:)-4lbna"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-4lbna","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_qd__tlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/focusedValue(_:_:)-4lbna":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-4lbna","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedvalue(_:_:)-4lbna"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focusedvalue(_:_:)-fde6.json b/data/documentation/flow/vflow/focusedvalue(_:_:)-fde6.json index 6e7815bc..c561ca9d 100644 --- a/data/documentation/flow/vflow/focusedvalue(_:_:)-fde6.json +++ b/data/documentation/flow/vflow/focusedvalue(_:_:)-fde6.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedvalue(_:_:)-fde6"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-fde6","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/focusedValue(_:_:)-fde6":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-fde6","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedvalue(_:_:)-fde6"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusedvalue(_:_:)-fde6"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-fde6","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusedValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusedValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusedValueyQrs15WritableKeyPathCyAA13FocusedValuesVqd__SgG_AItlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/focusedValue(_:_:)-fde6":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-fde6","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedvalue(_:_:)-fde6"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focusscope(_:).json b/data/documentation/flow/vflow/focusscope(_:).json index c4d4ddcd..49749e74 100644 --- a/data/documentation/flow/vflow/focusscope(_:).json +++ b/data/documentation/flow/vflow/focusscope(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusscope(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusScope(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusScope(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusScope(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10focusScopeyQrAA9NamespaceV2IDVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/focusScope(_:)":{"role":"symbol","title":"focusScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusscope(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focusscope(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusScope(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusScope(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusScope(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10focusScopeyQrAA9NamespaceV2IDVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/focusScope(_:)":{"role":"symbol","title":"focusScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusscope(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/focussection().json b/data/documentation/flow/vflow/focussection().json index 8b36e8f8..0b875a90 100644 --- a/data/documentation/flow/vflow/focussection().json +++ b/data/documentation/flow/vflow/focussection().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focussection()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusSection()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusSection()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusSection()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusSectionQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/focusSection()":{"role":"symbol","title":"focusSection()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusSection()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focussection()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/focussection()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusSection()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.focusSection()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"focusSection()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12focusSectionQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/focusSection()":{"role":"symbol","title":"focusSection()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusSection()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focussection()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/font(_:).json b/data/documentation/flow/vflow/font(_:).json index 01f01934..41bcaeba 100644 --- a/data/documentation/flow/vflow/font(_:).json +++ b/data/documentation/flow/vflow/font(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"font"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/font(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/font(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.font(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"font(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4fontyQrAA4FontVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/font(_:)":{"role":"symbol","title":"font(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/font(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/font(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"font"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/font(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/font(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.font(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"font(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4fontyQrAA4FontVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/font(_:)":{"role":"symbol","title":"font(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/font(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/font(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/fontdesign(_:).json b/data/documentation/flow/vflow/fontdesign(_:).json index 8d10871a..d8edc591 100644 --- a/data/documentation/flow/vflow/fontdesign(_:).json +++ b/data/documentation/flow/vflow/fontdesign(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"design"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fontdesign(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontDesign(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontDesign(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontDesign(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10fontDesignyQrAA4FontV0E0OSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.1","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.1","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.1","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/fontDesign(_:)":{"role":"symbol","title":"fontDesign(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontDesign(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontdesign(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"design"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fontdesign(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontDesign(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontDesign(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontDesign(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10fontDesignyQrAA4FontV0E0OSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.1","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.1","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.1","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/fontDesign(_:)":{"role":"symbol","title":"fontDesign(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontDesign(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontdesign(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/fontweight(_:).json b/data/documentation/flow/vflow/fontweight(_:).json index 36270ea7..858847ab 100644 --- a/data/documentation/flow/vflow/fontweight(_:).json +++ b/data/documentation/flow/vflow/fontweight(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"weight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fontweight(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWeight(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontWeight(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontWeight(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10fontWeightyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/fontWeight(_:)":{"role":"symbol","title":"fontWeight(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWeight(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontweight(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"weight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fontweight(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWeight(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontWeight(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontWeight(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10fontWeightyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/fontWeight(_:)":{"role":"symbol","title":"fontWeight(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWeight(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontweight(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/fontwidth(_:).json b/data/documentation/flow/vflow/fontwidth(_:).json index b19d2c50..e090769b 100644 --- a/data/documentation/flow/vflow/fontwidth(_:).json +++ b/data/documentation/flow/vflow/fontwidth(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fontwidth(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWidth(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontWidth(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontWidth(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fontWidthyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/fontWidth(_:)":{"role":"symbol","title":"fontWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontwidth(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/fontwidth(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWidth(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.fontWidth(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"fontWidth(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9fontWidthyQrAA4FontV0E0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/fontWidth(_:)":{"role":"symbol","title":"fontWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontwidth(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/foregroundcolor(_:).json b/data/documentation/flow/vflow/foregroundcolor(_:).json index a6ffea3b..6223085d 100644 --- a/data/documentation/flow/vflow/foregroundcolor(_:).json +++ b/data/documentation/flow/vflow/foregroundcolor(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/foregroundcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundColor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundColor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundColor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundColoryQrAA0E0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/foregroundColor(_:)":{"role":"symbol","title":"foregroundColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundColor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundcolor(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/foregroundcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundColor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundColor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundColor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundColoryQrAA0E0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/foregroundColor(_:)":{"role":"symbol","title":"foregroundColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundColor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundcolor(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/foregroundstyle(_:).json b/data/documentation/flow/vflow/foregroundstyle(_:).json index 0fa60a1d..415a0100 100644 --- a/data/documentation/flow/vflow/foregroundstyle(_:).json +++ b/data/documentation/flow/vflow/foregroundstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/foregroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:)":{"role":"symbol","title":"foregroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/foregroundstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd__AA05ShapeE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:)":{"role":"symbol","title":"foregroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/foregroundstyle(_:_:).json b/data/documentation/flow/vflow/foregroundstyle(_:_:).json index 05334fdc..a9547504 100644 --- a/data/documentation/flow/vflow/foregroundstyle(_:_:).json +++ b/data/documentation/flow/vflow/foregroundstyle(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"primary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"secondary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/foregroundstyle(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_tAA05ShapeE0Rd__AaERd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"primary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"secondary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/foregroundstyle(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_tAA05ShapeE0Rd__AaERd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/foregroundstyle(_:_:_:).json b/data/documentation/flow/vflow/foregroundstyle(_:_:_:).json index e747bc2f..b8a71048 100644 --- a/data/documentation/flow/vflow/foregroundstyle(_:_:_:).json +++ b/data/documentation/flow/vflow/foregroundstyle(_:_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"primary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"secondary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tertiary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/foregroundstyle(_:_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_qd_1_tAA05ShapeE0Rd__AaERd_0_AaERd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:_:_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"primary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"secondary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tertiary"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/foregroundstyle(_:_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.foregroundStyle(_:_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"foregroundStyle(_:_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15foregroundStyleyQrqd___qd_0_qd_1_tAA05ShapeE0Rd__AaERd_0_AaERd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:_:_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/formstyle(_:).json b/data/documentation/flow/vflow/formstyle(_:).json index 9669380f..142c2bd0 100644 --- a/data/documentation/flow/vflow/formstyle(_:).json +++ b/data/documentation/flow/vflow/formstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FormStyle","preciseIdentifier":"s:7SwiftUI9FormStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/formstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/formStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.formStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"formStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9formStyleyQrqd__AA04FormE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/formStyle(_:)":{"role":"symbol","title":"formStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/formStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/formstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"FormStyle","preciseIdentifier":"s:7SwiftUI9FormStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/formstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/formStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.formStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"formStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9formStyleyQrqd__AA04FormE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/formStyle(_:)":{"role":"symbol","title":"formStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/formStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/formstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/frame().json b/data/documentation/flow/vflow/frame().json index e12ec7bb..fd57e820 100644 --- a/data/documentation/flow/vflow/frame().json +++ b/data/documentation/flow/vflow/frame().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/frame()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frameQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Please pass one or more parameters."}]}],"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/frame()":{"role":"symbol","title":"frame()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame()","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/frame()"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/frame()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frameQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Please pass one or more parameters."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/frame()":{"role":"symbol","title":"frame()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame()","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/frame()"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json b/data/documentation/flow/vflow/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json index 08be378a..e51c1f29 100644 --- a/data/documentation/flow/vflow/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json +++ b/data/documentation/flow/vflow/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frame8minWidth05idealF003maxF00E6Height0gI00hI09alignmentQr14CoreFoundation7CGFloatVSg_A5oA9AlignmentVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frame8minWidth05idealF003maxF00E6Height0gI00hI09alignmentQr14CoreFoundation7CGFloatVSg_A5oA9AlignmentVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/frame(width:height:alignment:).json b/data/documentation/flow/vflow/frame(width:height:alignment:).json index 15c3f36b..0ca49721 100644 --- a/data/documentation/flow/vflow/frame(width:height:alignment:).json +++ b/data/documentation/flow/vflow/frame(width:height:alignment:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/frame(width:height:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(width:height:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(width:height:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame(width:height:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frame5width6height9alignmentQr14CoreFoundation7CGFloatVSg_AkA9AlignmentVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/frame(width:height:alignment:)":{"role":"symbol","title":"frame(width:height:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(width:height:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/frame(width:height:alignment:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/frame(width:height:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(width:height:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.frame(width:height:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"frame(width:height:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5frame5width6height9alignmentQr14CoreFoundation7CGFloatVSg_AkA9AlignmentVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/frame(width:height:alignment:)":{"role":"symbol","title":"frame(width:height:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(width:height:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/frame(width:height:alignment:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/gaugestyle(_:).json b/data/documentation/flow/vflow/gaugestyle(_:).json index ce9a5348..c4e7a2a5 100644 --- a/data/documentation/flow/vflow/gaugestyle(_:).json +++ b/data/documentation/flow/vflow/gaugestyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"GaugeStyle","preciseIdentifier":"s:7SwiftUI10GaugeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/gaugestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gaugeStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gaugeStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gaugeStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10gaugeStyleyQrqd__AA05GaugeE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/gaugeStyle(_:)":{"role":"symbol","title":"gaugeStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gaugeStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gaugestyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"GaugeStyle","preciseIdentifier":"s:7SwiftUI10GaugeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/gaugestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gaugeStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gaugeStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gaugeStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10gaugeStyleyQrqd__AA05GaugeE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/gaugeStyle(_:)":{"role":"symbol","title":"gaugeStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gaugeStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gaugestyle(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/gesture(_:including:).json b/data/documentation/flow/vflow/gesture(_:including:).json index 0d9c698c..dd62c375 100644 --- a/data/documentation/flow/vflow/gesture(_:including:).json +++ b/data/documentation/flow/vflow/gesture(_:including:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"gesture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Gesture","preciseIdentifier":"s:7SwiftUI7GestureP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/gesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gesture(_:including:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gesture(_:including:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gesture(_:including:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0F0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/gesture(_:including:)":{"role":"symbol","title":"gesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gesture(_:including:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"gesture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Gesture","preciseIdentifier":"s:7SwiftUI7GestureP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/gesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gesture(_:including:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gesture(_:including:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gesture(_:including:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0F0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/gesture(_:including:)":{"role":"symbol","title":"gesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gesture(_:including:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/grayscale(_:).json b/data/documentation/flow/vflow/grayscale(_:).json index 34c66058..df415419 100644 --- a/data/documentation/flow/vflow/grayscale(_:).json +++ b/data/documentation/flow/vflow/grayscale(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/grayscale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/grayscale(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.grayscale(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"grayscale(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9grayscaleyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/grayscale(_:)":{"role":"symbol","title":"grayscale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/grayscale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/grayscale(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/grayscale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/grayscale(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.grayscale(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"grayscale(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9grayscaleyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/grayscale(_:)":{"role":"symbol","title":"grayscale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/grayscale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/grayscale(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/gridcellanchor(_:).json b/data/documentation/flow/vflow/gridcellanchor(_:).json index a53b3901..c02fcbce 100644 --- a/data/documentation/flow/vflow/gridcellanchor(_:).json +++ b/data/documentation/flow/vflow/gridcellanchor(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/gridcellanchor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellAnchor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellAnchor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellAnchor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14gridCellAnchoryQrAA9UnitPointVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/gridCellAnchor(_:)":{"role":"symbol","title":"gridCellAnchor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellAnchor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellanchor(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/gridcellanchor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellAnchor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellAnchor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellAnchor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14gridCellAnchoryQrAA9UnitPointVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/gridCellAnchor(_:)":{"role":"symbol","title":"gridCellAnchor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellAnchor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellanchor(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/gridcellcolumns(_:).json b/data/documentation/flow/vflow/gridcellcolumns(_:).json index a2d3c766..6f680dff 100644 --- a/data/documentation/flow/vflow/gridcellcolumns(_:).json +++ b/data/documentation/flow/vflow/gridcellcolumns(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/gridcellcolumns(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellColumns(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellColumns(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellColumns(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15gridCellColumnsyQrSiF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/gridCellColumns(_:)":{"role":"symbol","title":"gridCellColumns(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellColumns(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellcolumns(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/gridcellcolumns(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellColumns(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellColumns(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellColumns(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15gridCellColumnsyQrSiF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/gridCellColumns(_:)":{"role":"symbol","title":"gridCellColumns(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellColumns(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellcolumns(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/gridcellunsizedaxes(_:).json b/data/documentation/flow/vflow/gridcellunsizedaxes(_:).json index 87a05cbe..6457eef5 100644 --- a/data/documentation/flow/vflow/gridcellunsizedaxes(_:).json +++ b/data/documentation/flow/vflow/gridcellunsizedaxes(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/gridcellunsizedaxes(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellUnsizedAxes(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellUnsizedAxes(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellUnsizedAxes(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19gridCellUnsizedAxesyQrAA4AxisO3SetVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/gridCellUnsizedAxes(_:)":{"role":"symbol","title":"gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellUnsizedAxes(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellunsizedaxes(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/gridcellunsizedaxes(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellUnsizedAxes(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.gridCellUnsizedAxes(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"gridCellUnsizedAxes(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19gridCellUnsizedAxesyQrAA4AxisO3SetVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/gridCellUnsizedAxes(_:)":{"role":"symbol","title":"gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellUnsizedAxes(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellunsizedaxes(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/headerprominence(_:).json b/data/documentation/flow/vflow/headerprominence(_:).json index de689259..1f6fc122 100644 --- a/data/documentation/flow/vflow/headerprominence(_:).json +++ b/data/documentation/flow/vflow/headerprominence(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"prominence"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/headerprominence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/headerProminence(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.headerProminence(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"headerProminence(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16headerProminenceyQrAA0E0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/headerProminence(_:)":{"role":"symbol","title":"headerProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/headerProminence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/headerprominence(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"prominence"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/headerprominence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/headerProminence(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.headerProminence(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"headerProminence(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16headerProminenceyQrAA0E0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/headerProminence(_:)":{"role":"symbol","title":"headerProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/headerProminence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/headerprominence(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/help(_:)-1qu8j.json b/data/documentation/flow/vflow/help(_:)-1qu8j.json index 515e3659..33ad2047 100644 --- a/data/documentation/flow/vflow/help(_:)-1qu8j.json +++ b/data/documentation/flow/vflow/help(_:)-1qu8j.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/help(_:)-1qu8j"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-1qu8j","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/help(_:)-1qu8j":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-1qu8j","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-1qu8j"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/help(_:)-1qu8j"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-1qu8j","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/help(_:)-1qu8j":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-1qu8j","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-1qu8j"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/help(_:)-9w4fl.json b/data/documentation/flow/vflow/help(_:)-9w4fl.json index 1166e2b6..75f70ed8 100644 --- a/data/documentation/flow/vflow/help(_:)-9w4fl.json +++ b/data/documentation/flow/vflow/help(_:)-9w4fl.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/help(_:)-9w4fl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-9w4fl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/help(_:)-9w4fl":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-9w4fl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-9w4fl"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/help(_:)-9w4fl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-9w4fl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/help(_:)-9w4fl":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-9w4fl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-9w4fl"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/help(_:)-zq71.json b/data/documentation/flow/vflow/help(_:)-zq71.json index 6ba9afd2..1f7eaaa3 100644 --- a/data/documentation/flow/vflow/help(_:)-zq71.json +++ b/data/documentation/flow/vflow/help(_:)-zq71.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/help(_:)-zq71"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-zq71","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/help(_:)-zq71":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-zq71","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-zq71"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/help(_:)-zq71"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-zq71","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.help(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"help(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4helpyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/help(_:)-zq71":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-zq71","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-zq71"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/hidden().json b/data/documentation/flow/vflow/hidden().json index 5f295245..4a609b67 100644 --- a/data/documentation/flow/vflow/hidden().json +++ b/data/documentation/flow/vflow/hidden().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/hidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hidden()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.hidden()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"hidden()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6hiddenQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/hidden()":{"role":"symbol","title":"hidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/hidden()"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/hidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hidden()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.hidden()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"hidden()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6hiddenQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/hidden()":{"role":"symbol","title":"hidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/hidden()"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/highprioritygesture(_:including:).json b/data/documentation/flow/vflow/highprioritygesture(_:including:).json index e856e1d3..d386e739 100644 --- a/data/documentation/flow/vflow/highprioritygesture(_:including:).json +++ b/data/documentation/flow/vflow/highprioritygesture(_:including:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"gesture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Gesture","preciseIdentifier":"s:7SwiftUI7GestureP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/highprioritygesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/highPriorityGesture(_:including:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.highPriorityGesture(_:including:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"highPriorityGesture(_:including:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19highPriorityGesture_9includingQrqd___AA0F4MaskVtAA0F0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/highPriorityGesture(_:including:)":{"role":"symbol","title":"highPriorityGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/highPriorityGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/highprioritygesture(_:including:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"gesture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Gesture","preciseIdentifier":"s:7SwiftUI7GestureP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/highprioritygesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/highPriorityGesture(_:including:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.highPriorityGesture(_:including:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"highPriorityGesture(_:including:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19highPriorityGesture_9includingQrqd___AA0F4MaskVtAA0F0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/highPriorityGesture(_:including:)":{"role":"symbol","title":"highPriorityGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/highPriorityGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/highprioritygesture(_:including:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/horizontalradiogrouplayout().json b/data/documentation/flow/vflow/horizontalradiogrouplayout().json index 9148798a..411962cf 100644 --- a/data/documentation/flow/vflow/horizontalradiogrouplayout().json +++ b/data/documentation/flow/vflow/horizontalradiogrouplayout().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/horizontalradiogrouplayout()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/horizontalRadioGroupLayout()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.horizontalRadioGroupLayout()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"horizontalRadioGroupLayout()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26horizontalRadioGroupLayoutQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/horizontalRadioGroupLayout()":{"role":"symbol","title":"horizontalRadioGroupLayout()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/horizontalRadioGroupLayout()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/horizontalradiogrouplayout()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/horizontalradiogrouplayout()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/horizontalRadioGroupLayout()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.horizontalRadioGroupLayout()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"horizontalRadioGroupLayout()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26horizontalRadioGroupLayoutQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/horizontalRadioGroupLayout()":{"role":"symbol","title":"horizontalRadioGroupLayout()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/horizontalRadioGroupLayout()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/horizontalradiogrouplayout()"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/huerotation(_:).json b/data/documentation/flow/vflow/huerotation(_:).json index 515714ec..0fa9675e 100644 --- a/data/documentation/flow/vflow/huerotation(_:).json +++ b/data/documentation/flow/vflow/huerotation(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/huerotation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hueRotation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.hueRotation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"hueRotation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11hueRotationyQrAA5AngleVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/hueRotation(_:)":{"role":"symbol","title":"hueRotation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hueRotation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/huerotation(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/huerotation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hueRotation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.hueRotation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"hueRotation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11hueRotationyQrAA5AngleVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/hueRotation(_:)":{"role":"symbol","title":"hueRotation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hueRotation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/huerotation(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/id(_:).json b/data/documentation/flow/vflow/id(_:).json index a3e95e4e..3e9243b5 100644 --- a/data/documentation/flow/vflow/id(_:).json +++ b/data/documentation/flow/vflow/id(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/id(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/id(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.id(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"id(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE2idyQrqd__SHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/id(_:)":{"role":"symbol","title":"id(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/id(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/id(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/id(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/id(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.id(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"id(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE2idyQrqd__SHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/id(_:)":{"role":"symbol","title":"id(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/id(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/id(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ignoressafearea(_:edges:).json b/data/documentation/flow/vflow/ignoressafearea(_:edges:).json index 34ac70b7..7b4537df 100644 --- a/data/documentation/flow/vflow/ignoressafearea(_:edges:).json +++ b/data/documentation/flow/vflow/ignoressafearea(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"regions"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ignoressafearea(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/ignoresSafeArea(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.ignoresSafeArea(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"ignoresSafeArea(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15ignoresSafeArea_5edgesQrAA0eF7RegionsV_AA4EdgeO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/ignoresSafeArea(_:edges:)":{"role":"symbol","title":"ignoresSafeArea(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/ignoresSafeArea(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ignoressafearea(_:edges:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"regions"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ignoressafearea(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/ignoresSafeArea(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.ignoresSafeArea(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"ignoresSafeArea(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15ignoresSafeArea_5edgesQrAA0eF7RegionsV_AA4EdgeO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/ignoresSafeArea(_:edges:)":{"role":"symbol","title":"ignoresSafeArea(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/ignoresSafeArea(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ignoressafearea(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/imagescale(_:).json b/data/documentation/flow/vflow/imagescale(_:).json index c769ce00..877e70fe 100644 --- a/data/documentation/flow/vflow/imagescale(_:).json +++ b/data/documentation/flow/vflow/imagescale(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"scale"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/imagescale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/imageScale(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.imageScale(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"imageScale(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10imageScaleyQrAA5ImageV0E0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/imageScale(_:)":{"role":"symbol","title":"imageScale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/imageScale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/imagescale(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"scale"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/imagescale(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/imageScale(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.imageScale(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"imageScale(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10imageScaleyQrAA5ImageV0E0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/imageScale(_:)":{"role":"symbol","title":"imageScale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/imageScale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/imagescale(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/importablefromservices(for:action:).json b/data/documentation/flow/vflow/importablefromservices(for:action:).json index 754ed83a..ad187933 100644 --- a/data/documentation/flow/vflow/importablefromservices(for:action:).json +++ b/data/documentation/flow/vflow/importablefromservices(for:action:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/importablefromservices(for:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importableFromServices(for:action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.importableFromServices(for:action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"importableFromServices(for:action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22importableFromServices3for6actionQrqd__m_SbSayqd__Gct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/importableFromServices(for:action:)":{"role":"symbol","title":"importableFromServices(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importableFromServices(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/importablefromservices(for:action:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/importablefromservices(for:action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importableFromServices(for:action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.importableFromServices(for:action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"importableFromServices(for:action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22importableFromServices3for6actionQrqd__m_SbSayqd__Gct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/importableFromServices(for:action:)":{"role":"symbol","title":"importableFromServices(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importableFromServices(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/importablefromservices(for:action:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/importsitemproviders(_:onimport:).json b/data/documentation/flow/vflow/importsitemproviders(_:onimport:).json index 3a15a1a8..ef886eb0 100644 --- a/data/documentation/flow/vflow/importsitemproviders(_:onimport:).json +++ b/data/documentation/flow/vflow/importsitemproviders(_:onimport:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/importsitemproviders(_:onimport:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importsItemProviders(_:onImport:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.importsItemProviders(_:onImport:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"importsItemProviders(_:onImport:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20importsItemProviders_8onImportQrSay22UniformTypeIdentifiers6UTTypeVG_SbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/importsItemProviders(_:onImport:)":{"role":"symbol","title":"importsItemProviders(_:onImport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importsItemProviders(_:onImport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/importsitemproviders(_:onimport:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/importsitemproviders(_:onimport:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importsItemProviders(_:onImport:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.importsItemProviders(_:onImport:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"importsItemProviders(_:onImport:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20importsItemProviders_8onImportQrSay22UniformTypeIdentifiers6UTTypeVG_SbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/importsItemProviders(_:onImport:)":{"role":"symbol","title":"importsItemProviders(_:onImport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importsItemProviders(_:onImport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/importsitemproviders(_:onimport:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/init(alignment:itemspacing:columnspacing:).json b/data/documentation/flow/vflow/init(alignment:itemspacing:columnspacing:).json index a7353c05..a14f73bd 100644 --- a/data/documentation/flow/vflow/init(alignment:itemspacing:columnspacing:).json +++ b/data/documentation/flow/vflow/init(alignment:itemspacing:columnspacing:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil)"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"itemSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]},{"name":"columnSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent columns, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of columns."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"symbolKind":"init","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE9alignment11itemSpacing06columnI0ACyAFGAD19HorizontalAlignmentV_14CoreFoundation7CGFloatVSgAPtcfc","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/init(alignment:itemSpacing:columnSpacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil)"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"itemSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]},{"name":"columnSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent columns, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of columns."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"symbolKind":"init","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE9alignment11itemSpacing06columnI0ACyAFGAD19HorizontalAlignmentV_14CoreFoundation7CGFloatVSgAPtcfc","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow/VFlow/init(alignment:itemSpacing:columnSpacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/init(alignment:itemspacing:columnspacing:content:).json b/data/documentation/flow/vflow/init(alignment:itemspacing:columnspacing:content:).json index d636b3cc..197a9887 100644 --- a/data/documentation/flow/vflow/init(alignment:itemspacing:columnspacing:content:).json +++ b/data/documentation/flow/vflow/init(alignment:itemspacing:columnspacing:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentBuilder"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"itemSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]},{"name":"columnSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent columns, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of columns."}]}]},{"name":"content","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"A view builder that creates the content of this flow."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"kind":"symbol","metadata":{"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:content:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"symbolKind":"init","externalID":"s:4Flow5VFlowV9alignment11itemSpacing06columnE07contentACyxG7SwiftUI19HorizontalAlignmentV_14CoreFoundation7CGFloatVSgAOxyXEtcfc","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow/VFlow/init(alignment:itemSpacing:columnSpacing:content:)":{"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:content:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentBuilder"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"itemSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]},{"name":"columnSpacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent columns, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of columns."}]}]},{"name":"content","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"A view builder that creates the content of this flow."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"kind":"symbol","metadata":{"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:content:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"symbolKind":"init","externalID":"s:4Flow5VFlowV9alignment11itemSpacing06columnE07contentACyxG7SwiftUI19HorizontalAlignmentV_14CoreFoundation7CGFloatVSgAOxyXEtcfc","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/init(alignment:itemSpacing:columnSpacing:content:)":{"role":"symbol","title":"init(alignment:itemSpacing:columnSpacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"itemSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columnSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:itemSpacing:columnSpacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:itemspacing:columnspacing:content:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/init(alignment:spacing:).json b/data/documentation/flow/vflow/init(alignment:spacing:).json index ac1c4c11..d4a4fe03 100644 --- a/data/documentation/flow/vflow/init(alignment:spacing:).json +++ b/data/documentation/flow/vflow/init(alignment:spacing:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil)"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"spacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/init(alignment:spacing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"symbolKind":"init","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE9alignment7spacingACyAFGAD19HorizontalAlignmentV_14CoreFoundation7CGFloatVSgtcfc","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/init(alignment:spacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:spacing:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil)"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"spacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/init(alignment:spacing:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"symbolKind":"init","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE9alignment7spacingACyAFGAD19HorizontalAlignmentV_14CoreFoundation7CGFloatVSgtcfc","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/init(alignment:spacing:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(alignment:spacing:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?)"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:spacing:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/init(alignment:spacing:content:).json b/data/documentation/flow/vflow/init(alignment:spacing:content:).json index 1a5bc350..f79d5eb6 100644 --- a/data/documentation/flow/vflow/init(alignment:spacing:content:).json +++ b/data/documentation/flow/vflow/init(alignment:spacing:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentBuilder"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"spacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]},{"name":"content","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"A view builder that creates the content of this flow."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/init(alignment:spacing:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"kind":"symbol","metadata":{"role":"symbol","title":"init(alignment:spacing:content:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"symbolKind":"init","externalID":"s:4Flow5VFlowV9alignment7spacing7contentACyxG7SwiftUI19HorizontalAlignmentV_14CoreFoundation7CGFloatVSgxyXEtcfc","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow/VFlow/init(alignment:spacing:content:)":{"role":"symbol","title":"init(alignment:spacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:spacing:content:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":" "},{"kind":"internalParam","text":"contentBuilder"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"alignment","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The guide for aligning the subviews in this flow. This"},{"type":"text","text":" "},{"type":"text","text":"guide has the same vertical screen coordinate for every child view."}]}]},{"name":"spacing","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The distance between adjacent subviews, or "},{"type":"codeVoice","code":"nil"},{"type":"text","text":" if you"},{"type":"text","text":" "},{"type":"text","text":"want the flow to choose a default distance for each pair of subviews."}]}]},{"name":"content","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"A view builder that creates the content of this flow."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/init(alignment:spacing:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"kind":"symbol","metadata":{"role":"symbol","title":"init(alignment:spacing:content:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"symbolKind":"init","externalID":"s:4Flow5VFlowV9alignment7spacing7contentACyxG7SwiftUI19HorizontalAlignmentV_14CoreFoundation7CGFloatVSgxyXEtcfc","modules":[{"name":"Flow"}],"platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow/VFlow/init(alignment:spacing:content:)":{"role":"symbol","title":"init(alignment:spacing:content:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates an instance with the given spacing and horizontal alignment."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/init(alignment:spacing:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/init(alignment:spacing:content:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/interactionactivitytrackingtag(_:).json b/data/documentation/flow/vflow/interactionactivitytrackingtag(_:).json index 7d423d4a..e3d0e8dd 100644 --- a/data/documentation/flow/vflow/interactionactivitytrackingtag(_:).json +++ b/data/documentation/flow/vflow/interactionactivitytrackingtag(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/interactionactivitytrackingtag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactionActivityTrackingTag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.interactionActivityTrackingTag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"interactionActivityTrackingTag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE30interactionActivityTrackingTagyQrSSF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/interactionActivityTrackingTag(_:)":{"role":"symbol","title":"interactionActivityTrackingTag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactionActivityTrackingTag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/interactionactivitytrackingtag(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/interactionactivitytrackingtag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactionActivityTrackingTag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.interactionActivityTrackingTag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"interactionActivityTrackingTag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE30interactionActivityTrackingTagyQrSSF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/interactionActivityTrackingTag(_:)":{"role":"symbol","title":"interactionActivityTrackingTag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactionActivityTrackingTag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/interactionactivitytrackingtag(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/interactivedismissdisabled(_:).json b/data/documentation/flow/vflow/interactivedismissdisabled(_:).json index 7df4f377..0e7f18b9 100644 --- a/data/documentation/flow/vflow/interactivedismissdisabled(_:).json +++ b/data/documentation/flow/vflow/interactivedismissdisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/interactivedismissdisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactiveDismissDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.interactiveDismissDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"interactiveDismissDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26interactiveDismissDisabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/interactiveDismissDisabled(_:)":{"role":"symbol","title":"interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactiveDismissDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/interactivedismissdisabled(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/interactivedismissdisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactiveDismissDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.interactiveDismissDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"interactiveDismissDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26interactiveDismissDisabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/interactiveDismissDisabled(_:)":{"role":"symbol","title":"interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactiveDismissDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/interactivedismissdisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/italic(_:).json b/data/documentation/flow/vflow/italic(_:).json index 82d10e6e..5d13073a 100644 --- a/data/documentation/flow/vflow/italic(_:).json +++ b/data/documentation/flow/vflow/italic(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/italic(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/italic(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.italic(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"italic(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6italicyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/italic(_:)":{"role":"symbol","title":"italic(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/italic(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/italic(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/italic(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/italic(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.italic(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"italic(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6italicyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/italic(_:)":{"role":"symbol","title":"italic(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/italic(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/italic(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/itemprovider(_:).json b/data/documentation/flow/vflow/itemprovider(_:).json index 36b23ba5..8f27935b 100644 --- a/data/documentation/flow/vflow/itemprovider(_:).json +++ b/data/documentation/flow/vflow/itemprovider(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/itemprovider(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/itemProvider(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.itemProvider(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"itemProvider(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12itemProvideryQrSo06NSItemE0CSgycSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/itemProvider(_:)":{"role":"symbol","title":"itemProvider(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/itemProvider(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/itemprovider(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/itemprovider(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/itemProvider(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.itemProvider(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"itemProvider(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12itemProvideryQrSo06NSItemE0CSgycSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/itemProvider(_:)":{"role":"symbol","title":"itemProvider(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/itemProvider(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/itemprovider(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/kerning(_:).json b/data/documentation/flow/vflow/kerning(_:).json index 3a82da4e..79e2f252 100644 --- a/data/documentation/flow/vflow/kerning(_:).json +++ b/data/documentation/flow/vflow/kerning(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"kerning"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/kerning(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/kerning(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.kerning(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"kerning(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7kerningyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/kerning(_:)":{"role":"symbol","title":"kerning(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/kerning(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/kerning(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"kerning"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/kerning(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/kerning(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.kerning(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"kerning(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7kerningyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/kerning(_:)":{"role":"symbol","title":"kerning(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/kerning(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/kerning(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/keyboardshortcut(_:)-5fz36.json b/data/documentation/flow/vflow/keyboardshortcut(_:)-5fz36.json index bd0d4d56..9723f55f 100644 --- a/data/documentation/flow/vflow/keyboardshortcut(_:)-5fz36.json +++ b/data/documentation/flow/vflow/keyboardshortcut(_:)-5fz36.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shortcut"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/keyboardshortcut(_:)-5fz36"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-5fz36","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.3","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:)-5fz36":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-5fz36","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:)-5fz36"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shortcut"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/keyboardshortcut(_:)-5fz36"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-5fz36","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.3","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:)-5fz36":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-5fz36","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:)-5fz36"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/keyboardshortcut(_:)-6qav2.json b/data/documentation/flow/vflow/keyboardshortcut(_:)-6qav2.json index 7e9fef09..2ded81db 100644 --- a/data/documentation/flow/vflow/keyboardshortcut(_:)-6qav2.json +++ b/data/documentation/flow/vflow/keyboardshortcut(_:)-6qav2.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shortcut"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/keyboardshortcut(_:)-6qav2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-6qav2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:)-6qav2":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-6qav2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:)-6qav2"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shortcut"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/keyboardshortcut(_:)-6qav2"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-6qav2","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcutyQrAA08KeyboardE0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:)-6qav2":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-6qav2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:)-6qav2"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/keyboardshortcut(_:modifiers:).json b/data/documentation/flow/vflow/keyboardshortcut(_:modifiers:).json index 1d439466..67349f67 100644 --- a/data/documentation/flow/vflow/keyboardshortcut(_:modifiers:).json +++ b/data/documentation/flow/vflow/keyboardshortcut(_:modifiers:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":" = .command) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:modifiers:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:modifiers:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":" = .command) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:modifiers:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:modifiers:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/keyboardshortcut(_:modifiers:localization:).json b/data/documentation/flow/vflow/keyboardshortcut(_:modifiers:localization:).json index da81392a..4d686926 100644 --- a/data/documentation/flow/vflow/keyboardshortcut(_:modifiers:localization:).json +++ b/data/documentation/flow/vflow/keyboardshortcut(_:modifiers:localization:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":" = .command, "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:localization:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:localization:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:localization:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiers12localizationQrAA13KeyEquivalentV_AA14EventModifiersVAA08KeyboardE0V12LocalizationVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:modifiers:localization:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:localization:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:localization:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":" = .command, "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:localization:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:localization:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.keyboardShortcut(_:modifiers:localization:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16keyboardShortcut_9modifiers12localizationQrAA13KeyEquivalentV_AA14EventModifiersVAA08KeyboardE0V12LocalizationVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:modifiers:localization:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:localization:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:localization:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/labeledcontentstyle(_:).json b/data/documentation/flow/vflow/labeledcontentstyle(_:).json index bf4e6d01..35e8097d 100644 --- a/data/documentation/flow/vflow/labeledcontentstyle(_:).json +++ b/data/documentation/flow/vflow/labeledcontentstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LabeledContentStyle","preciseIdentifier":"s:7SwiftUI19LabeledContentStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/labeledcontentstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labeledContentStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labeledContentStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labeledContentStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19labeledContentStyleyQrqd__AA07LabeledeF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/labeledContentStyle(_:)":{"role":"symbol","title":"labeledContentStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labeledContentStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labeledcontentstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LabeledContentStyle","preciseIdentifier":"s:7SwiftUI19LabeledContentStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/labeledcontentstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labeledContentStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labeledContentStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labeledContentStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19labeledContentStyleyQrqd__AA07LabeledeF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/labeledContentStyle(_:)":{"role":"symbol","title":"labeledContentStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labeledContentStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labeledcontentstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/labelshidden().json b/data/documentation/flow/vflow/labelshidden().json index 9a299f3c..05cabbdc 100644 --- a/data/documentation/flow/vflow/labelshidden().json +++ b/data/documentation/flow/vflow/labelshidden().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/labelshidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelsHidden()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelsHidden()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labelsHidden()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12labelsHiddenQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/labelsHidden()":{"role":"symbol","title":"labelsHidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelsHidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labelshidden()"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/labelshidden()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelsHidden()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelsHidden()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labelsHidden()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12labelsHiddenQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/labelsHidden()":{"role":"symbol","title":"labelsHidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelsHidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labelshidden()"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/labelstyle(_:).json b/data/documentation/flow/vflow/labelstyle(_:).json index 7570eced..d14c4ff3 100644 --- a/data/documentation/flow/vflow/labelstyle(_:).json +++ b/data/documentation/flow/vflow/labelstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LabelStyle","preciseIdentifier":"s:7SwiftUI10LabelStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/labelstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labelStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10labelStyleyQrqd__AA05LabelE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/labelStyle(_:)":{"role":"symbol","title":"labelStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labelstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LabelStyle","preciseIdentifier":"s:7SwiftUI10LabelStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/labelstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.labelStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"labelStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10labelStyleyQrqd__AA05LabelE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/labelStyle(_:)":{"role":"symbol","title":"labelStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labelstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/layout-implementations.json b/data/documentation/flow/vflow/layout-implementations.json index 40a943e6..2fe54914 100644 --- a/data/documentation/flow/vflow/layout-implementations.json +++ b/data/documentation/flow/vflow/layout-implementations.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/flow\/vflow\/layout-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Methods","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/callAsFunction(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm","doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt","doc:\/\/Flow\/documentation\/Flow\/VFlow\/makeCache(subviews:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/placeSubviews(in:proposal:subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/sizeThatFits(proposal:subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/spacing(subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/updateCache(_:subviews:)"],"generated":true},{"title":"Type Properties","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-5xp7g","doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-6ln0h"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Flow"}],"role":"collectionGroup","title":"Layout Implementations"},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/updateCache(_:subviews:)":{"role":"symbol","title":"updateCache(_:subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/updateCache(_:subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/updatecache(_:subviews:)"},"doc://Flow/documentation/Flow/VFlow/placeSubviews(in:proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/placeSubviews(in:proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/placesubviews(in:proposal:subviews:cache:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/spacing(subviews:cache:)":{"role":"symbol","title":"spacing(subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/spacing(subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/spacing(subviews:cache:)"},"doc://Flow/documentation/Flow/VFlow/sizeThatFits(proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sizeThatFits(proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sizethatfits(proposal:subviews:cache:)"},"doc://Flow/documentation/Flow/VFlow/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-8s6bm"},"doc://Flow/documentation/Flow/VFlow/layoutProperties-6ln0h":{"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-6ln0h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutproperties-6ln0h"},"doc://Flow/documentation/Flow/VFlow/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-99mvt"},"doc://Flow/documentation/Flow/VFlow/callAsFunction(_:)":{"role":"symbol","title":"callAsFunction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/callAsFunction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/callasfunction(_:)"},"doc://Flow/documentation/Flow/VFlow/makeCache(subviews:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/makeCache(subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/makecache(subviews:)"},"doc://Flow/documentation/Flow/VFlow/layoutProperties-5xp7g":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-5xp7g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutproperties-5xp7g"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/flow\/vflow\/layout-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Methods","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/callAsFunction(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm","doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt","doc:\/\/Flow\/documentation\/Flow\/VFlow\/makeCache(subviews:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/placeSubviews(in:proposal:subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/sizeThatFits(proposal:subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/spacing(subviews:cache:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/updateCache(_:subviews:)"],"generated":true},{"title":"Type Properties","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-5xp7g","doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-6ln0h"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Flow"}],"role":"collectionGroup","title":"Layout Implementations"},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow/VFlow/callAsFunction(_:)":{"role":"symbol","title":"callAsFunction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"callAsFunction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/callAsFunction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/callasfunction(_:)"},"doc://Flow/documentation/Flow/VFlow/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-8s6bm","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-8s6bm"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/layoutProperties-5xp7g":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-5xp7g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutproperties-5xp7g"},"doc://Flow/documentation/Flow/VFlow/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt":{"role":"symbol","title":"explicitAlignment(of:in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"explicitAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/explicitAlignment(of:in:proposal:subviews:cache:)-99mvt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/explicitalignment(of:in:proposal:subviews:cache:)-99mvt"},"doc://Flow/documentation/Flow/VFlow/spacing(subviews:cache:)":{"role":"symbol","title":"spacing(subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/spacing(subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/spacing(subviews:cache:)"},"doc://Flow/documentation/Flow/VFlow/layoutProperties-6ln0h":{"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-6ln0h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutproperties-6ln0h"},"doc://Flow/documentation/Flow/VFlow/sizeThatFits(proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sizeThatFits(proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sizethatfits(proposal:subviews:cache:)"},"doc://Flow/documentation/Flow/VFlow/makeCache(subviews:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/makeCache(subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/makecache(subviews:)"},"doc://Flow/documentation/Flow/VFlow/placeSubviews(in:proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/placeSubviews(in:proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/placesubviews(in:proposal:subviews:cache:)"},"doc://Flow/documentation/Flow/VFlow/updateCache(_:subviews:)":{"role":"symbol","title":"updateCache(_:subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/updateCache(_:subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/updatecache(_:subviews:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/layoutpriority(_:).json b/data/documentation/flow/vflow/layoutpriority(_:).json index 93c8b011..38b746a1 100644 --- a/data/documentation/flow/vflow/layoutpriority(_:).json +++ b/data/documentation/flow/vflow/layoutpriority(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/layoutpriority(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutPriority(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutPriority(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutPriority(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14layoutPriorityyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/layoutPriority(_:)":{"role":"symbol","title":"layoutPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutpriority(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/layoutpriority(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutPriority(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutPriority(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutPriority(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14layoutPriorityyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/layoutPriority(_:)":{"role":"symbol","title":"layoutPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutpriority(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/layoutproperties-5xp7g.json b/data/documentation/flow/vflow/layoutproperties-5xp7g.json index 56e9dc12..a6d8a6e3 100644 --- a/data/documentation/flow/vflow/layoutproperties-5xp7g.json +++ b/data/documentation/flow/vflow/layoutproperties-5xp7g.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/layoutproperties-5xp7g"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-5xp7g","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.layoutProperties"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"symbolKind":"property","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE16layoutPropertiesAD06LayoutH0VvpZ","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/layoutProperties-5xp7g":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-5xp7g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutproperties-5xp7g"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/layoutproperties-5xp7g"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-5xp7g","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.layoutProperties"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"symbolKind":"property","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE16layoutPropertiesAD06LayoutH0VvpZ","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow/VFlow/layoutProperties-5xp7g":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-5xp7g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutproperties-5xp7g"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/layoutproperties-6ln0h.json b/data/documentation/flow/vflow/layoutproperties-6ln0h.json index 1eb0c652..846972eb 100644 --- a/data/documentation/flow/vflow/layoutproperties-6ln0h.json +++ b/data/documentation/flow/vflow/layoutproperties-6ln0h.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/layoutproperties-6ln0h"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-6ln0h","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.layoutProperties"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutProperties","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"symbolKind":"property","externalID":"s:7SwiftUI6LayoutPAAE16layoutPropertiesAA0cE0VvpZ::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/layoutProperties-6ln0h":{"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-6ln0h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutproperties-6ln0h"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/layoutproperties-6ln0h"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-6ln0h","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.layoutProperties"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutProperties","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"symbolKind":"property","externalID":"s:7SwiftUI6LayoutPAAE16layoutPropertiesAA0cE0VvpZ::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow/VFlow/layoutProperties-6ln0h":{"role":"symbol","title":"layoutProperties","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutProperties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutProperties","preciseIdentifier":"s:7SwiftUI16LayoutPropertiesV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutProperties-6ln0h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutproperties-6ln0h"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/layoutvalue(key:value:).json b/data/documentation/flow/vflow/layoutvalue(key:value:).json index bed58fe5..0fff2254 100644 --- a/data/documentation/flow/vflow/layoutvalue(key:value:).json +++ b/data/documentation/flow/vflow/layoutvalue(key:value:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LayoutValueKey","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/layoutvalue(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutValue(key:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutValue(key:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutValue(key:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11layoutValue3key5valueQrqd__m_0E0Qyd__tAA06LayoutE3KeyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/layoutValue(key:value:)":{"role":"symbol","title":"layoutValue(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutValue(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutvalue(key:value:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"LayoutValueKey","preciseIdentifier":"s:7SwiftUI14LayoutValueKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/layoutvalue(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutValue(key:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.layoutValue(key:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"layoutValue(key:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11layoutValue3key5valueQrqd__m_0E0Qyd__tAA06LayoutE3KeyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/layoutValue(key:value:)":{"role":"symbol","title":"layoutValue(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutValue(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutvalue(key:value:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/linelimit(_:)-3jo4w.json b/data/documentation/flow/vflow/linelimit(_:)-3jo4w.json index 3c243d97..2401f756 100644 --- a/data/documentation/flow/vflow/linelimit(_:)-3jo4w.json +++ b/data/documentation/flow/vflow/linelimit(_:)-3jo4w.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linelimit(_:)-3jo4w"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-3jo4w","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs16PartialRangeFromVySiGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-3jo4w":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-3jo4w","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-3jo4w"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linelimit(_:)-3jo4w"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-3jo4w","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs16PartialRangeFromVySiGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-3jo4w":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-3jo4w","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-3jo4w"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/linelimit(_:)-7dzlk.json b/data/documentation/flow/vflow/linelimit(_:)-7dzlk.json index 824969ab..fa40c911 100644 --- a/data/documentation/flow/vflow/linelimit(_:)-7dzlk.json +++ b/data/documentation/flow/vflow/linelimit(_:)-7dzlk.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linelimit(_:)-7dzlk"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-7dzlk","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs19PartialRangeThroughVySiGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-7dzlk":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-7dzlk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-7dzlk"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linelimit(_:)-7dzlk"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-7dzlk","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrs19PartialRangeThroughVySiGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-7dzlk":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-7dzlk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-7dzlk"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/linelimit(_:)-80jsd.json b/data/documentation/flow/vflow/linelimit(_:)-80jsd.json index eba04126..accc349b 100644 --- a/data/documentation/flow/vflow/linelimit(_:)-80jsd.json +++ b/data/documentation/flow/vflow/linelimit(_:)-80jsd.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linelimit(_:)-80jsd"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-80jsd","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSNySiGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-80jsd":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-80jsd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-80jsd"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linelimit(_:)-80jsd"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-80jsd","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSNySiGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-80jsd":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-80jsd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-80jsd"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/linelimit(_:)-9nxap.json b/data/documentation/flow/vflow/linelimit(_:)-9nxap.json index 384a361e..db181eba 100644 --- a/data/documentation/flow/vflow/linelimit(_:)-9nxap.json +++ b/data/documentation/flow/vflow/linelimit(_:)-9nxap.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"number"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linelimit(_:)-9nxap"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-9nxap","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSiSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-9nxap":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-9nxap","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-9nxap"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"number"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linelimit(_:)-9nxap"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-9nxap","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimityQrSiSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-9nxap":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-9nxap","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-9nxap"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/linelimit(_:reservesspace:).json b/data/documentation/flow/vflow/linelimit(_:reservesspace:).json index 909a5689..6b31187a 100644 --- a/data/documentation/flow/vflow/linelimit(_:reservesspace:).json +++ b/data/documentation/flow/vflow/linelimit(_:reservesspace:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linelimit(_:reservesspace:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:reservesSpace:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:reservesSpace:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:reservesSpace:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimit_13reservesSpaceQrSi_SbtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:reservesSpace:)":{"role":"symbol","title":"lineLimit(_:reservesSpace:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:reservesSpace:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:reservesspace:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"limit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linelimit(_:reservesspace:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:reservesSpace:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineLimit(_:reservesSpace:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineLimit(_:reservesSpace:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9lineLimit_13reservesSpaceQrSi_SbtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:reservesSpace:)":{"role":"symbol","title":"lineLimit(_:reservesSpace:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:reservesSpace:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:reservesspace:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/linespacing(_:).json b/data/documentation/flow/vflow/linespacing(_:).json index 1bab925a..77111af8 100644 --- a/data/documentation/flow/vflow/linespacing(_:).json +++ b/data/documentation/flow/vflow/linespacing(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"lineSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linespacing(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineSpacing(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineSpacing(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineSpacing(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11lineSpacingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/lineSpacing(_:)":{"role":"symbol","title":"lineSpacing(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineSpacing(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linespacing(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"lineSpacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/linespacing(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineSpacing(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.lineSpacing(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"lineSpacing(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11lineSpacingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/lineSpacing(_:)":{"role":"symbol","title":"lineSpacing(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineSpacing(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linespacing(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/listitemtint(_:)-48zqj.json b/data/documentation/flow/vflow/listitemtint(_:)-48zqj.json index 5667863b..87c2f5c4 100644 --- a/data/documentation/flow/vflow/listitemtint(_:)-48zqj.json +++ b/data/documentation/flow/vflow/listitemtint(_:)-48zqj.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listitemtint(_:)-48zqj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-48zqj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listItemTint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA5ColorVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/listItemTint(_:)-48zqj":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-48zqj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listitemtint(_:)-48zqj"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listitemtint(_:)-48zqj"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-48zqj","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listItemTint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA5ColorVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/listItemTint(_:)-48zqj":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-48zqj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listitemtint(_:)-48zqj"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/listitemtint(_:)-9pqni.json b/data/documentation/flow/vflow/listitemtint(_:)-9pqni.json index 592a6e33..32db1db4 100644 --- a/data/documentation/flow/vflow/listitemtint(_:)-9pqni.json +++ b/data/documentation/flow/vflow/listitemtint(_:)-9pqni.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listitemtint(_:)-9pqni"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-9pqni","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listItemTint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA04ListeF0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/listItemTint(_:)-9pqni":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-9pqni","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listitemtint(_:)-9pqni"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listitemtint(_:)-9pqni"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-9pqni","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listItemTint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listItemTint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12listItemTintyQrAA04ListeF0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/listItemTint(_:)-9pqni":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-9pqni","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listitemtint(_:)-9pqni"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/listrowbackground(_:).json b/data/documentation/flow/vflow/listrowbackground(_:).json index 567faa33..bfdf82ed 100644 --- a/data/documentation/flow/vflow/listrowbackground(_:).json +++ b/data/documentation/flow/vflow/listrowbackground(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"view"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listrowbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowBackground(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowBackground(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowBackground(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17listRowBackgroundyQrqd__SgAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/listRowBackground(_:)":{"role":"symbol","title":"listRowBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowbackground(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"view"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listrowbackground(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowBackground(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowBackground(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowBackground(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17listRowBackgroundyQrqd__SgAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/listRowBackground(_:)":{"role":"symbol","title":"listRowBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowbackground(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/listrowinsets(_:).json b/data/documentation/flow/vflow/listrowinsets(_:).json index 4bfbe2fe..771e6fc1 100644 --- a/data/documentation/flow/vflow/listrowinsets(_:).json +++ b/data/documentation/flow/vflow/listrowinsets(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listrowinsets(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowInsets(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowInsets(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowInsets(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13listRowInsetsyQrAA04EdgeF0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/listRowInsets(_:)":{"role":"symbol","title":"listRowInsets(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowInsets(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowinsets(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listrowinsets(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowInsets(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowInsets(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowInsets(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13listRowInsetsyQrAA04EdgeF0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/listRowInsets(_:)":{"role":"symbol","title":"listRowInsets(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowInsets(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowinsets(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/listrowseparator(_:edges:).json b/data/documentation/flow/vflow/listrowseparator(_:edges:).json index 3125b4a0..0e574a97 100644 --- a/data/documentation/flow/vflow/listrowseparator(_:edges:).json +++ b/data/documentation/flow/vflow/listrowseparator(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listrowseparator(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparator(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowSeparator(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowSeparator(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16listRowSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/listRowSeparator(_:edges:)":{"role":"symbol","title":"listRowSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowseparator(_:edges:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listrowseparator(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparator(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowSeparator(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowSeparator(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16listRowSeparator_5edgesQrAA10VisibilityO_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/listRowSeparator(_:edges:)":{"role":"symbol","title":"listRowSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowseparator(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/listrowseparatortint(_:edges:).json b/data/documentation/flow/vflow/listrowseparatortint(_:edges:).json index 688f6ec2..7056696e 100644 --- a/data/documentation/flow/vflow/listrowseparatortint(_:edges:).json +++ b/data/documentation/flow/vflow/listrowseparatortint(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listrowseparatortint(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowSeparatorTint(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowSeparatorTint(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20listRowSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/listRowSeparatorTint(_:edges:)":{"role":"symbol","title":"listRowSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listrowseparatortint(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listRowSeparatorTint(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listRowSeparatorTint(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20listRowSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/listRowSeparatorTint(_:edges:)":{"role":"symbol","title":"listRowSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/listsectionseparatortint(_:edges:).json b/data/documentation/flow/vflow/listsectionseparatortint(_:edges:).json index 85f798ef..f6f477c7 100644 --- a/data/documentation/flow/vflow/listsectionseparatortint(_:edges:).json +++ b/data/documentation/flow/vflow/listsectionseparatortint(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listsectionseparatortint(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listSectionSeparatorTint(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24listSectionSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/listSectionSeparatorTint(_:edges:)":{"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listsectionseparatortint(_:edges:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/listsectionseparatortint(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparatorTint(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listSectionSeparatorTint(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE24listSectionSeparatorTint_5edgesQrAA5ColorVSg_AA12VerticalEdgeO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/listSectionSeparatorTint(_:edges:)":{"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listsectionseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/liststyle(_:).json b/data/documentation/flow/vflow/liststyle(_:).json index a439d9a1..e3c0df75 100644 --- a/data/documentation/flow/vflow/liststyle(_:).json +++ b/data/documentation/flow/vflow/liststyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ListStyle","preciseIdentifier":"s:7SwiftUI9ListStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/liststyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9listStyleyQrqd__AA04ListE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/listStyle(_:)":{"role":"symbol","title":"listStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/liststyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ListStyle","preciseIdentifier":"s:7SwiftUI9ListStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/liststyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.listStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"listStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9listStyleyQrqd__AA04ListE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/listStyle(_:)":{"role":"symbol","title":"listStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/liststyle(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/luminancetoalpha().json b/data/documentation/flow/vflow/luminancetoalpha().json index b0f91502..56f85802 100644 --- a/data/documentation/flow/vflow/luminancetoalpha().json +++ b/data/documentation/flow/vflow/luminancetoalpha().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/luminancetoalpha()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/luminanceToAlpha()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.luminanceToAlpha()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"luminanceToAlpha()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16luminanceToAlphaQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/luminanceToAlpha()":{"role":"symbol","title":"luminanceToAlpha()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/luminanceToAlpha()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/luminancetoalpha()"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/luminancetoalpha()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/luminanceToAlpha()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.luminanceToAlpha()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"luminanceToAlpha()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16luminanceToAlphaQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/luminanceToAlpha()":{"role":"symbol","title":"luminanceToAlpha()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/luminanceToAlpha()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/luminancetoalpha()"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/makecache(subviews:).json b/data/documentation/flow/vflow/makecache(subviews:).json index 6bcbe787..01c4a74c 100644 --- a/data/documentation/flow/vflow/makecache(subviews:).json +++ b/data/documentation/flow/vflow/makecache(subviews:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/makecache(subviews:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/makeCache(subviews:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.makeCache(subviews:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAyt5CacheRtzrlE04makeD08subviewsyAA0C8SubviewsV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/makeCache(subviews:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/makeCache(subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/makecache(subviews:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/makecache(subviews:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/makeCache(subviews:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.makeCache(subviews:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAyt5CacheRtzrlE04makeD08subviewsyAA0C8SubviewsV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/makeCache(subviews:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Cache"},{"type":"text","text":" is "},{"type":"codeVoice","code":"()"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"makeCache(subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"makeCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/makeCache(subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/makecache(subviews:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/mask(_:).json b/data/documentation/flow/vflow/mask(_:).json index 06872c00..350ac28e 100644 --- a/data/documentation/flow/vflow/mask(_:).json +++ b/data/documentation/flow/vflow/mask(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/mask(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.mask(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"mask(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4maskyQrqd__AaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use overload where mask accepts a @ViewBuilder instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/mask(_:)":{"role":"symbol","title":"mask(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/mask(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/mask(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.mask(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"mask(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4maskyQrqd__AaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use overload where mask accepts a @ViewBuilder instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use overload where mask accepts a @ViewBuilder instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/mask(_:)":{"role":"symbol","title":"mask(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/mask(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/matchedgeometryeffect(id:in:properties:anchor:issource:).json b/data/documentation/flow/vflow/matchedgeometryeffect(id:in:properties:anchor:issource:).json index d3f6180a..053797f4 100644 --- a/data/documentation/flow/vflow/matchedgeometryeffect(id:in:properties:anchor:issource:).json +++ b/data/documentation/flow/vflow/matchedgeometryeffect(id:in:properties:anchor:issource:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":" = .frame, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.matchedGeometryEffect(id:in:properties:anchor:isSource:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21matchedGeometryEffect2id2in10properties6anchor8isSourceQrqd___AA9NamespaceV2IDVAA07MatchedE10PropertiesVAA9UnitPointVSbtSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":" = .frame, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.matchedGeometryEffect(id:in:properties:anchor:isSource:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21matchedGeometryEffect2id2in10properties6anchor8isSourceQrqd___AA9NamespaceV2IDVAA07MatchedE10PropertiesVAA9UnitPointVSbtSHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/menubuttonstyle(_:).json b/data/documentation/flow/vflow/menubuttonstyle(_:).json index e9f5aed5..46f78d0e 100644 --- a/data/documentation/flow/vflow/menubuttonstyle(_:).json +++ b/data/documentation/flow/vflow/menubuttonstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MenuButtonStyle","preciseIdentifier":"s:7SwiftUI15MenuButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/menubuttonstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuButtonStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuButtonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuButtonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15menuButtonStyleyQrqd__AA04MenueF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `menuStyle(_:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `menuStyle(_:)` instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/menuButtonStyle(_:)":{"role":"symbol","title":"menuButtonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuButtonStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/menubuttonstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MenuButtonStyle","preciseIdentifier":"s:7SwiftUI15MenuButtonStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/menubuttonstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuButtonStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuButtonStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuButtonStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15menuButtonStyleyQrqd__AA04MenueF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `menuStyle(_:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `menuStyle(_:)` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/menuButtonStyle(_:)":{"role":"symbol","title":"menuButtonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuButtonStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/menubuttonstyle(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/menuindicator(_:).json b/data/documentation/flow/vflow/menuindicator(_:).json index 44154756..935fb7b0 100644 --- a/data/documentation/flow/vflow/menuindicator(_:).json +++ b/data/documentation/flow/vflow/menuindicator(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/menuindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuIndicator(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuIndicator(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuIndicator(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13menuIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/menuIndicator(_:)":{"role":"symbol","title":"menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menuindicator(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/menuindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuIndicator(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuIndicator(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuIndicator(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13menuIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/menuIndicator(_:)":{"role":"symbol","title":"menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menuindicator(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/menuorder(_:).json b/data/documentation/flow/vflow/menuorder(_:).json index 1e3e003f..a539d6fc 100644 --- a/data/documentation/flow/vflow/menuorder(_:).json +++ b/data/documentation/flow/vflow/menuorder(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"order"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/menuorder(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuOrder(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuOrder(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuOrder(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9menuOrderyQrAA04MenuE0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/menuOrder(_:)":{"role":"symbol","title":"menuOrder(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuOrder(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menuorder(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"order"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/menuorder(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuOrder(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuOrder(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuOrder(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9menuOrderyQrAA04MenuE0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/menuOrder(_:)":{"role":"symbol","title":"menuOrder(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuOrder(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menuorder(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/menustyle(_:).json b/data/documentation/flow/vflow/menustyle(_:).json index 4cdc2d68..3f5ca421 100644 --- a/data/documentation/flow/vflow/menustyle(_:).json +++ b/data/documentation/flow/vflow/menustyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MenuStyle","preciseIdentifier":"s:7SwiftUI9MenuStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/menustyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9menuStyleyQrqd__AA04MenuE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/menuStyle(_:)":{"role":"symbol","title":"menuStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menustyle(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MenuStyle","preciseIdentifier":"s:7SwiftUI9MenuStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/menustyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.menuStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"menuStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9menuStyleyQrqd__AA04MenuE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/menuStyle(_:)":{"role":"symbol","title":"menuStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menustyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/minimumscalefactor(_:).json b/data/documentation/flow/vflow/minimumscalefactor(_:).json index 1999e0c6..7e52f7c7 100644 --- a/data/documentation/flow/vflow/minimumscalefactor(_:).json +++ b/data/documentation/flow/vflow/minimumscalefactor(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"factor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/minimumscalefactor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/minimumScaleFactor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.minimumScaleFactor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"minimumScaleFactor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18minimumScaleFactoryQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/minimumScaleFactor(_:)":{"role":"symbol","title":"minimumScaleFactor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/minimumScaleFactor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/minimumscalefactor(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"factor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/minimumscalefactor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/minimumScaleFactor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.minimumScaleFactor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"minimumScaleFactor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18minimumScaleFactoryQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/minimumScaleFactor(_:)":{"role":"symbol","title":"minimumScaleFactor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/minimumScaleFactor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/minimumscalefactor(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/modifier(_:).json b/data/documentation/flow/vflow/modifier(_:).json index 6b329870..8b439608 100644 --- a/data/documentation/flow/vflow/modifier(_:).json +++ b/data/documentation/flow/vflow/modifier(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"modifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/modifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/modifier(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.modifier(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"modifier(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8modifieryAA15ModifiedContentVyxqd__Gqd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/modifier(_:)":{"role":"symbol","title":"modifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/modifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/modifier(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"modifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/modifier(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/modifier(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.modifier(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"modifier(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8modifieryAA15ModifiedContentVyxqd__Gqd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/modifier(_:)":{"role":"symbol","title":"modifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/modifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/modifier(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/monospaced(_:).json b/data/documentation/flow/vflow/monospaced(_:).json index cc0b5861..f91840d7 100644 --- a/data/documentation/flow/vflow/monospaced(_:).json +++ b/data/documentation/flow/vflow/monospaced(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/monospaced(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospaced(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.monospaced(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"monospaced(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10monospacedyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/monospaced(_:)":{"role":"symbol","title":"monospaced(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospaced(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/monospaced(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/monospaced(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospaced(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.monospaced(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"monospaced(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10monospacedyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/monospaced(_:)":{"role":"symbol","title":"monospaced(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospaced(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/monospaced(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/monospaceddigit().json b/data/documentation/flow/vflow/monospaceddigit().json index 2280d5ee..3549b733 100644 --- a/data/documentation/flow/vflow/monospaceddigit().json +++ b/data/documentation/flow/vflow/monospaceddigit().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/monospaceddigit()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospacedDigit()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.monospacedDigit()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"monospacedDigit()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15monospacedDigitQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/monospacedDigit()":{"role":"symbol","title":"monospacedDigit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospacedDigit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/monospaceddigit()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/monospaceddigit()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospacedDigit()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.monospacedDigit()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"monospacedDigit()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15monospacedDigitQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/monospacedDigit()":{"role":"symbol","title":"monospacedDigit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospacedDigit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/monospaceddigit()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/movedisabled(_:).json b/data/documentation/flow/vflow/movedisabled(_:).json index b3b753a8..7092656c 100644 --- a/data/documentation/flow/vflow/movedisabled(_:).json +++ b/data/documentation/flow/vflow/movedisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/movedisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/moveDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.moveDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"moveDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12moveDisabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/moveDisabled(_:)":{"role":"symbol","title":"moveDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/moveDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/movedisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isDisabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/movedisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/moveDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.moveDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"moveDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12moveDisabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/moveDisabled(_:)":{"role":"symbol","title":"moveDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/moveDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/movedisabled(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/multilinetextalignment(_:).json b/data/documentation/flow/vflow/multilinetextalignment(_:).json index c6e8a4f4..85e24ac3 100644 --- a/data/documentation/flow/vflow/multilinetextalignment(_:).json +++ b/data/documentation/flow/vflow/multilinetextalignment(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/multilinetextalignment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/multilineTextAlignment(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.multilineTextAlignment(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"multilineTextAlignment(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22multilineTextAlignmentyQrAA0eF0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/multilineTextAlignment(_:)":{"role":"symbol","title":"multilineTextAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/multilineTextAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/multilinetextalignment(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/multilinetextalignment(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/multilineTextAlignment(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.multilineTextAlignment(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"multilineTextAlignment(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22multilineTextAlignmentyQrAA0eF0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/multilineTextAlignment(_:)":{"role":"symbol","title":"multilineTextAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/multilineTextAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/multilinetextalignment(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationbarbackbuttonhidden(_:).json b/data/documentation/flow/vflow/navigationbarbackbuttonhidden(_:).json index 7ef6a8a6..a8ee587e 100644 --- a/data/documentation/flow/vflow/navigationbarbackbuttonhidden(_:).json +++ b/data/documentation/flow/vflow/navigationbarbackbuttonhidden(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidesBackButton"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbarbackbuttonhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarBackButtonHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarBackButtonHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarBackButtonHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE29navigationBarBackButtonHiddenyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/navigationBarBackButtonHidden(_:)":{"role":"symbol","title":"navigationBarBackButtonHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarBackButtonHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationbarbackbuttonhidden(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidesBackButton"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbarbackbuttonhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarBackButtonHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarBackButtonHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarBackButtonHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE29navigationBarBackButtonHiddenyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationBarBackButtonHidden(_:)":{"role":"symbol","title":"navigationBarBackButtonHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarBackButtonHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationbarbackbuttonhidden(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationbarhidden(_:).json b/data/documentation/flow/vflow/navigationbarhidden(_:).json index 1ccf929c..7f59a068 100644 --- a/data/documentation/flow/vflow/navigationbarhidden(_:).json +++ b/data/documentation/flow/vflow/navigationbarhidden(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbarhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19navigationBarHiddenyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use toolbar(.hidden)"}]}],"references":{"doc://Flow/documentation/Flow/VFlow/navigationBarHidden(_:)":{"role":"symbol","title":"navigationBarHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarHidden(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbarhidden(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbarhidden(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarHidden(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarHidden(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarHidden(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19navigationBarHiddenyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use toolbar(.hidden)","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use toolbar(.hidden)"}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationBarHidden(_:)":{"role":"symbol","title":"navigationBarHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarHidden(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbarhidden(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationbartitle(_:)-1so2a.json b/data/documentation/flow/vflow/navigationbartitle(_:)-1so2a.json index 72873eea..adfb3603 100644 --- a/data/documentation/flow/vflow/navigationbartitle(_:)-1so2a.json +++ b/data/documentation/flow/vflow/navigationbartitle(_:)-1so2a.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbartitle(_:)-1so2a"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-1so2a","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-1so2a":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-1so2a","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-1so2a"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbartitle(_:)-1so2a"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-1so2a","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-1so2a":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-1so2a","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-1so2a"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationbartitle(_:)-32efy.json b/data/documentation/flow/vflow/navigationbartitle(_:)-32efy.json index c448e490..fa767bc8 100644 --- a/data/documentation/flow/vflow/navigationbartitle(_:)-32efy.json +++ b/data/documentation/flow/vflow/navigationbartitle(_:)-32efy.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbartitle(_:)-32efy"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-32efy","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-32efy":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-32efy","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-32efy"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbartitle(_:)-32efy"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-32efy","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-32efy":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-32efy","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-32efy"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationbartitle(_:)-6trk5.json b/data/documentation/flow/vflow/navigationbartitle(_:)-6trk5.json index f1b648dc..cbb4d3c2 100644 --- a/data/documentation/flow/vflow/navigationbartitle(_:)-6trk5.json +++ b/data/documentation/flow/vflow/navigationbartitle(_:)-6trk5.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbartitle(_:)-6trk5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-6trk5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-6trk5":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-6trk5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-6trk5"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbartitle(_:)-6trk5"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-6trk5","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"13.0","name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"navigationTitle(_:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-6trk5":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-6trk5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-6trk5"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationbartitle(_:displaymode:)-1ycu0.json b/data/documentation/flow/vflow/navigationbartitle(_:displaymode:)-1ycu0.json index 1a6cd41f..ba58c994 100644 --- a/data/documentation/flow/vflow/navigationbartitle(_:displaymode:)-1ycu0.json +++ b/data/documentation/flow/vflow/navigationbartitle(_:displaymode:)-1ycu0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-1ycu0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-1ycu0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:displayMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA4TextV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:displayMode:)-1ycu0":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-1ycu0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-1ycu0"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-1ycu0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-1ycu0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:displayMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrAA4TextV_AA010NavigationE4ItemV0f7DisplayH0OtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:displayMode:)-1ycu0":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-1ycu0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-1ycu0"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationbartitle(_:displaymode:)-7v30g.json b/data/documentation/flow/vflow/navigationbartitle(_:displaymode:)-7v30g.json index d4189b44..8f07ea76 100644 --- a/data/documentation/flow/vflow/navigationbartitle(_:displaymode:)-7v30g.json +++ b/data/documentation/flow/vflow/navigationbartitle(_:displaymode:)-7v30g.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-7v30g"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-7v30g","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:displayMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrqd___AA010NavigationE4ItemV0f7DisplayH0OtSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"14.0","deprecated":false,"name":"iOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:displayMode:)-7v30g":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-7v30g","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-7v30g"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-7v30g"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-7v30g","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationBarTitle(_:displayMode:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationBarTitle(_:displayMode:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationBarTitle_11displayModeQrqd___AA010NavigationE4ItemV0f7DisplayH0OtSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)","introducedAt":"14.0","deprecated":false,"name":"iOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use navigationTitle(_:) with navigationBarTitleDisplayMode(_:)"}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:displayMode:)-7v30g":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-7v30g","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-7v30g"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationdestination(for:destination:).json b/data/documentation/flow/vflow/navigationdestination(for:destination:).json index 61dff066..eab31198 100644 --- a/data/documentation/flow/vflow/navigationdestination(for:destination:).json +++ b/data/documentation/flow/vflow/navigationdestination(for:destination:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdestination(for:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(for:destination:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDestination(for:destination:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDestination(for:destination:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination3for11destinationQrqd__m_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationDestination(for:destination:)":{"role":"symbol","title":"navigationDestination(for:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(for:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdestination(for:destination:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdestination(for:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(for:destination:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDestination(for:destination:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDestination(for:destination:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination3for11destinationQrqd__m_qd_0_qd__ctSHRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationDestination(for:destination:)":{"role":"symbol","title":"navigationDestination(for:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(for:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdestination(for:destination:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationdestination(ispresented:destination:).json b/data/documentation/flow/vflow/navigationdestination(ispresented:destination:).json index cb68574c..a97d382a 100644 --- a/data/documentation/flow/vflow/navigationdestination(ispresented:destination:).json +++ b/data/documentation/flow/vflow/navigationdestination(ispresented:destination:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdestination(ispresented:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(isPresented:destination:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDestination(isPresented:destination:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDestination(isPresented:destination:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination11isPresented11destinationQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationDestination(isPresented:destination:)":{"role":"symbol","title":"navigationDestination(isPresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(isPresented:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdestination(ispresented:destination:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdestination(ispresented:destination:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(isPresented:destination:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDestination(isPresented:destination:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDestination(isPresented:destination:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21navigationDestination11isPresented11destinationQrAA7BindingVySbG_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/navigationDestination(isPresented:destination:)":{"role":"symbol","title":"navigationDestination(isPresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(isPresented:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdestination(ispresented:destination:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationdocument(_:).json b/data/documentation/flow/vflow/navigationdocument(_:).json index 6d9d6561..a532d28e 100644 --- a/data/documentation/flow/vflow/navigationdocument(_:).json +++ b/data/documentation/flow/vflow/navigationdocument(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdocument(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocumentyQr10Foundation3URLVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:)":{"role":"symbol","title":"navigationDocument(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdocument(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocumentyQr10Foundation3URLVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:)":{"role":"symbol","title":"navigationDocument(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationdocument(_:preview:)-1bw00.json b/data/documentation/flow/vflow/navigationdocument(_:preview:)-1bw00.json index cb084581..d80f299f 100644 --- a/data/documentation/flow/vflow/navigationdocument(_:preview:)-1bw00.json +++ b/data/documentation/flow/vflow/navigationdocument(_:preview:)-1bw00.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-1bw00"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-1bw00","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_s5NeverOGt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-1bw00":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-1bw00","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-1bw00"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-1bw00"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-1bw00","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_s5NeverOGt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-1bw00":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-1bw00","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-1bw00"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationdocument(_:preview:)-3usj0.json b/data/documentation/flow/vflow/navigationdocument(_:preview:)-3usj0.json index 45f31afc..37bc0959 100644 --- a/data/documentation/flow/vflow/navigationdocument(_:preview:)-3usj0.json +++ b/data/documentation/flow/vflow/navigationdocument(_:preview:)-3usj0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-3usj0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-3usj0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOqd_0_Gt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-3usj0":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-3usj0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-3usj0"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-3usj0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-3usj0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOqd_0_Gt16CoreTransferable0K0Rd__AkLRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-3usj0":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-3usj0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-3usj0"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationdocument(_:preview:)-7xvnq.json b/data/documentation/flow/vflow/navigationdocument(_:preview:)-7xvnq.json index 6c34b39d..ca0f9436 100644 --- a/data/documentation/flow/vflow/navigationdocument(_:preview:)-7xvnq.json +++ b/data/documentation/flow/vflow/navigationdocument(_:preview:)-7xvnq.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-7xvnq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-7xvnq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_qd_1_Gt16CoreTransferable0J0Rd__AiJRd_0_AiJRd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-7xvnq":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-7xvnq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-7xvnq"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-7xvnq"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-7xvnq","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVyqd_0_qd_1_Gt16CoreTransferable0J0Rd__AiJRd_0_AiJRd_1_r1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-7xvnq":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-7xvnq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-7xvnq"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationdocument(_:preview:)-82wbn.json b/data/documentation/flow/vflow/navigationdocument(_:preview:)-82wbn.json index 32720518..31d9b82a 100644 --- a/data/documentation/flow/vflow/navigationdocument(_:preview:)-82wbn.json +++ b/data/documentation/flow/vflow/navigationdocument(_:preview:)-82wbn.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-82wbn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-82wbn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOAIGt16CoreTransferable0K0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-82wbn":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-82wbn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-82wbn"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-82wbn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-82wbn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationDocument(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationDocument(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationDocument_7previewQrqd___AA12SharePreviewVys5NeverOAIGt16CoreTransferable0K0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-82wbn":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-82wbn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-82wbn"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationsplitviewcolumnwidth(_:).json b/data/documentation/flow/vflow/navigationsplitviewcolumnwidth(_:).json index b84ca5b8..7b2b90df 100644 --- a/data/documentation/flow/vflow/navigationsplitviewcolumnwidth(_:).json +++ b/data/documentation/flow/vflow/navigationsplitviewcolumnwidth(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewColumnWidth(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSplitViewColumnWidth(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidthyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/navigationSplitViewColumnWidth(_:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewColumnWidth(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSplitViewColumnWidth(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidthyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationSplitViewColumnWidth(_:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationsplitviewcolumnwidth(min:ideal:max:).json b/data/documentation/flow/vflow/navigationsplitviewcolumnwidth(min:ideal:max:).json index 31d9c723..9f26b888 100644 --- a/data/documentation/flow/vflow/navigationsplitviewcolumnwidth(min:ideal:max:).json +++ b/data/documentation/flow/vflow/navigationsplitviewcolumnwidth(min:ideal:max:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewColumnWidth(min:ideal:max:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/navigationSplitViewColumnWidth(min:ideal:max:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewColumnWidth(min:ideal:max:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC11ColumnWidth3min5ideal3maxQr14CoreFoundation7CGFloatVSg_AjKtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationSplitViewColumnWidth(min:ideal:max:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationsplitviewstyle(_:).json b/data/documentation/flow/vflow/navigationsplitviewstyle(_:).json index 24fc93f9..38b07788 100644 --- a/data/documentation/flow/vflow/navigationsplitviewstyle(_:).json +++ b/data/documentation/flow/vflow/navigationsplitviewstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"NavigationSplitViewStyle","preciseIdentifier":"s:7SwiftUI24NavigationSplitViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsplitviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSplitViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC5StyleyQrqd__AA010NavigationecF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationSplitViewStyle(_:)":{"role":"symbol","title":"navigationSplitViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"NavigationSplitViewStyle","preciseIdentifier":"s:7SwiftUI24NavigationSplitViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsplitviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSplitViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSplitViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE015navigationSplitC5StyleyQrqd__AA010NavigationecF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationSplitViewStyle(_:)":{"role":"symbol","title":"navigationSplitViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationsubtitle(_:)-5teyi.json b/data/documentation/flow/vflow/navigationsubtitle(_:)-5teyi.json index a6f4e587..e63de8bf 100644 --- a/data/documentation/flow/vflow/navigationsubtitle(_:)-5teyi.json +++ b/data/documentation/flow/vflow/navigationsubtitle(_:)-5teyi.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsubtitle(_:)-5teyi"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-5teyi","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-5teyi":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-5teyi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-5teyi"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsubtitle(_:)-5teyi"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-5teyi","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-5teyi":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-5teyi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-5teyi"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationsubtitle(_:)-6oqyx.json b/data/documentation/flow/vflow/navigationsubtitle(_:)-6oqyx.json index b5339681..1d764748 100644 --- a/data/documentation/flow/vflow/navigationsubtitle(_:)-6oqyx.json +++ b/data/documentation/flow/vflow/navigationsubtitle(_:)-6oqyx.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsubtitle(_:)-6oqyx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-6oqyx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-6oqyx":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-6oqyx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-6oqyx"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsubtitle(_:)-6oqyx"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-6oqyx","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-6oqyx":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-6oqyx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-6oqyx"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationsubtitle(_:)-7ej53.json b/data/documentation/flow/vflow/navigationsubtitle(_:)-7ej53.json index 6344641d..0b576336 100644 --- a/data/documentation/flow/vflow/navigationsubtitle(_:)-7ej53.json +++ b/data/documentation/flow/vflow/navigationsubtitle(_:)-7ej53.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsubtitle(_:)-7ej53"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-7ej53","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-7ej53":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-7ej53","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-7ej53"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"subtitle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationsubtitle(_:)-7ej53"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-7ej53","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationSubtitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationSubtitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18navigationSubtitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"Mac Catalyst","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-7ej53":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-7ej53","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-7ej53"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationtitle(_:)-51uop.json b/data/documentation/flow/vflow/navigationtitle(_:)-51uop.json index 26b1a90c..0fbac9db 100644 --- a/data/documentation/flow/vflow/navigationtitle(_:)-51uop.json +++ b/data/documentation/flow/vflow/navigationtitle(_:)-51uop.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationtitle(_:)-51uop"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-51uop","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-51uop":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-51uop","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-51uop"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"titleKey"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationtitle(_:)-51uop"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-51uop","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA18LocalizedStringKeyVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-51uop":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-51uop","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-51uop"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationtitle(_:)-5b77s.json b/data/documentation/flow/vflow/navigationtitle(_:)-5b77s.json index 6824ab63..31eaa573 100644 --- a/data/documentation/flow/vflow/navigationtitle(_:)-5b77s.json +++ b/data/documentation/flow/vflow/navigationtitle(_:)-5b77s.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationtitle(_:)-5b77s"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-5b77s","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA7BindingVySSGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-5b77s":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-5b77s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-5b77s"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationtitle(_:)-5b77s"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-5b77s","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA7BindingVySSGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-5b77s":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-5b77s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-5b77s"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationtitle(_:)-648on.json b/data/documentation/flow/vflow/navigationtitle(_:)-648on.json index 41bd8a14..91150521 100644 --- a/data/documentation/flow/vflow/navigationtitle(_:)-648on.json +++ b/data/documentation/flow/vflow/navigationtitle(_:)-648on.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationtitle(_:)-648on"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-648on","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-648on":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-648on","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-648on"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationtitle(_:)-648on"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-648on","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-648on":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-648on","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-648on"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationtitle(_:)-756bz.json b/data/documentation/flow/vflow/navigationtitle(_:)-756bz.json index 8d70b0ae..85899c03 100644 --- a/data/documentation/flow/vflow/navigationtitle(_:)-756bz.json +++ b/data/documentation/flow/vflow/navigationtitle(_:)-756bz.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationtitle(_:)-756bz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-756bz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-756bz":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-756bz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-756bz"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationtitle(_:)-756bz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-756bz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-756bz":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-756bz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-756bz"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationtitle(_:)-7za07.json b/data/documentation/flow/vflow/navigationtitle(_:)-7za07.json index 9bce5732..9e6db60a 100644 --- a/data/documentation/flow/vflow/navigationtitle(_:)-7za07.json +++ b/data/documentation/flow/vflow/navigationtitle(_:)-7za07.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationtitle(_:)-7za07"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-7za07","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-7za07":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-7za07","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-7za07"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationtitle(_:)-7za07"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-7za07","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationTitle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationTitle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15navigationTitleyQrqd__SyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-7za07":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-7za07","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-7za07"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/navigationviewstyle(_:).json b/data/documentation/flow/vflow/navigationviewstyle(_:).json index 1883b184..2fc734e8 100644 --- a/data/documentation/flow/vflow/navigationviewstyle(_:).json +++ b/data/documentation/flow/vflow/navigationviewstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"NavigationViewStyle","preciseIdentifier":"s:7SwiftUI19NavigationViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE010navigationC5StyleyQrqd__AA010NavigationcE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"7.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"replace styled NavigationView with NavigationStack or NavigationSplitView instead"}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/navigationViewStyle(_:)":{"role":"symbol","title":"navigationViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationViewStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"NavigationViewStyle","preciseIdentifier":"s:7SwiftUI19NavigationViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/navigationviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.navigationViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"navigationViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE010navigationC5StyleyQrqd__AA010NavigationcE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"replace styled NavigationView with NavigationStack or NavigationSplitView instead","introducedAt":"7.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"replace styled NavigationView with NavigationStack or NavigationSplitView instead"}]}],"references":{"doc://Flow/documentation/Flow/VFlow/navigationViewStyle(_:)":{"role":"symbol","title":"navigationViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationViewStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/offset(_:).json b/data/documentation/flow/vflow/offset(_:).json index 927c0da8..c1404710 100644 --- a/data/documentation/flow/vflow/offset(_:).json +++ b/data/documentation/flow/vflow/offset(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"offset"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/offset(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.offset(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"offset(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6offsetyQrSo6CGSizeVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/offset(_:)":{"role":"symbol","title":"offset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/offset(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"offset"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/offset(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.offset(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"offset(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6offsetyQrSo6CGSizeVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/offset(_:)":{"role":"symbol","title":"offset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/offset(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/offset(x:y:).json b/data/documentation/flow/vflow/offset(x:y:).json index d3181155..9a1fd4a9 100644 --- a/data/documentation/flow/vflow/offset(x:y:).json +++ b/data/documentation/flow/vflow/offset(x:y:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/offset(x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.offset(x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"offset(x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6offset1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/offset(x:y:)":{"role":"symbol","title":"offset(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/offset(x:y:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/offset(x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.offset(x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"offset(x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6offset1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/offset(x:y:)":{"role":"symbol","title":"offset(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/offset(x:y:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onappear(perform:).json b/data/documentation/flow/vflow/onappear(perform:).json index e27774a7..07449e51 100644 --- a/data/documentation/flow/vflow/onappear(perform:).json +++ b/data/documentation/flow/vflow/onappear(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onAppear(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onAppear(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onAppear(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onAppear7performQryycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onAppear(perform:)":{"role":"symbol","title":"onAppear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onAppear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onappear(perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onAppear(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onAppear(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onAppear(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onAppear7performQryycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onAppear(perform:)":{"role":"symbol","title":"onAppear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onAppear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onappear(perform:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onchange(of:perform:).json b/data/documentation/flow/vflow/onchange(of:perform:).json index 847d0ae3..097e923f 100644 --- a/data/documentation/flow/vflow/onchange(of:perform:).json +++ b/data/documentation/flow/vflow/onchange(of:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onchange(of:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onChange(of:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onChange(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onChange(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onChange2of7performQrqd___yqd__ctSQRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onChange(of:perform:)":{"role":"symbol","title":"onChange(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onChange(of:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onchange(of:perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onchange(of:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onChange(of:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onChange(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onChange(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onChange2of7performQrqd___yqd__ctSQRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onChange(of:perform:)":{"role":"symbol","title":"onChange(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onChange(of:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onchange(of:perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/oncommand(_:perform:).json b/data/documentation/flow/vflow/oncommand(_:perform:).json index 37ae3424..0c0ba731 100644 --- a/data/documentation/flow/vflow/oncommand(_:perform:).json +++ b/data/documentation/flow/vflow/oncommand(_:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"selector"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/oncommand(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCommand(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCommand(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCommand(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9onCommand_7performQr10ObjectiveC8SelectorV_yycSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onCommand(_:perform:)":{"role":"symbol","title":"onCommand(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCommand(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncommand(_:perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"selector"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/oncommand(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCommand(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCommand(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCommand(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9onCommand_7performQr10ObjectiveC8SelectorV_yycSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onCommand(_:perform:)":{"role":"symbol","title":"onCommand(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCommand(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncommand(_:perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/oncontinueuseractivity(_:perform:).json b/data/documentation/flow/vflow/oncontinueuseractivity(_:perform:).json index 2e50b325..bfa2d3e9 100644 --- a/data/documentation/flow/vflow/oncontinueuseractivity(_:perform:).json +++ b/data/documentation/flow/vflow/oncontinueuseractivity(_:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/oncontinueuseractivity(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinueUserActivity(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onContinueUserActivity(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onContinueUserActivity(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22onContinueUserActivity_7performQrSS_ySo06NSUserG0CctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onContinueUserActivity(_:perform:)":{"role":"symbol","title":"onContinueUserActivity(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinueUserActivity(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncontinueuseractivity(_:perform:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/oncontinueuseractivity(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinueUserActivity(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onContinueUserActivity(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onContinueUserActivity(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22onContinueUserActivity_7performQrSS_ySo06NSUserG0CctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onContinueUserActivity(_:perform:)":{"role":"symbol","title":"onContinueUserActivity(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinueUserActivity(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncontinueuseractivity(_:perform:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/oncontinuoushover(coordinatespace:perform:).json b/data/documentation/flow/vflow/oncontinuoushover(coordinatespace:perform:).json index b0c5ddad..a7f5d6cf 100644 --- a/data/documentation/flow/vflow/oncontinuoushover(coordinatespace:perform:).json +++ b/data/documentation/flow/vflow/oncontinuoushover(coordinatespace:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":" = .local, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/oncontinuoushover(coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinuousHover(coordinateSpace:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onContinuousHover(coordinateSpace:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17onContinuousHover15coordinateSpace7performQrAA010CoordinateH0O_yAA0F5PhaseOctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onContinuousHover(coordinateSpace:perform:)":{"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinuousHover(coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncontinuoushover(coordinatespace:perform:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":" = .local, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/oncontinuoushover(coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinuousHover(coordinateSpace:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onContinuousHover(coordinateSpace:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17onContinuousHover15coordinateSpace7performQrAA010CoordinateH0O_yAA0F5PhaseOctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onContinuousHover(coordinateSpace:perform:)":{"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinuousHover(coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncontinuoushover(coordinatespace:perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/oncopycommand(perform:).json b/data/documentation/flow/vflow/oncopycommand(perform:).json index 054a68af..403dc7b6 100644 --- a/data/documentation/flow/vflow/oncopycommand(perform:).json +++ b/data/documentation/flow/vflow/oncopycommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/oncopycommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCopyCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCopyCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCopyCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onCopyCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onCopyCommand(perform:)":{"role":"symbol","title":"onCopyCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCopyCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncopycommand(perform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/oncopycommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCopyCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCopyCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCopyCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onCopyCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onCopyCommand(perform:)":{"role":"symbol","title":"onCopyCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCopyCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncopycommand(perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/oncutcommand(perform:).json b/data/documentation/flow/vflow/oncutcommand(perform:).json index 4786c7f0..d24e2b3d 100644 --- a/data/documentation/flow/vflow/oncutcommand(perform:).json +++ b/data/documentation/flow/vflow/oncutcommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/oncutcommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCutCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCutCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCutCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onCutCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onCutCommand(perform:)":{"role":"symbol","title":"onCutCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCutCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncutcommand(perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/oncutcommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCutCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onCutCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onCutCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onCutCommand7performQrSaySo14NSItemProviderCGycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onCutCommand(perform:)":{"role":"symbol","title":"onCutCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCutCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncutcommand(perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ondeletecommand(perform:).json b/data/documentation/flow/vflow/ondeletecommand(perform:).json index a5d484b7..fcb686cf 100644 --- a/data/documentation/flow/vflow/ondeletecommand(perform:).json +++ b/data/documentation/flow/vflow/ondeletecommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondeletecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDeleteCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDeleteCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDeleteCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15onDeleteCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onDeleteCommand(perform:)":{"role":"symbol","title":"onDeleteCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDeleteCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondeletecommand(perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondeletecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDeleteCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDeleteCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDeleteCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15onDeleteCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onDeleteCommand(perform:)":{"role":"symbol","title":"onDeleteCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDeleteCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondeletecommand(perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ondisappear(perform:).json b/data/documentation/flow/vflow/ondisappear(perform:).json index 7052bb38..3b4b1e21 100644 --- a/data/documentation/flow/vflow/ondisappear(perform:).json +++ b/data/documentation/flow/vflow/ondisappear(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondisappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDisappear(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDisappear(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDisappear(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11onDisappear7performQryycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onDisappear(perform:)":{"role":"symbol","title":"onDisappear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDisappear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondisappear(perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondisappear(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDisappear(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDisappear(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDisappear(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11onDisappear7performQryycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onDisappear(perform:)":{"role":"symbol","title":"onDisappear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDisappear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondisappear(perform:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ondrag(_:).json b/data/documentation/flow/vflow/ondrag(_:).json index fe7f46ed..e97c4b33 100644 --- a/data/documentation/flow/vflow/ondrag(_:).json +++ b/data/documentation/flow/vflow/ondrag(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDragyQrSo14NSItemProviderCycF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onDrag(_:)":{"role":"symbol","title":"onDrag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrag(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDragyQrSo14NSItemProviderCycF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onDrag(_:)":{"role":"symbol","title":"onDrag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrag(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ondrag(_:preview:).json b/data/documentation/flow/vflow/ondrag(_:preview:).json index cf39652e..2566127c 100644 --- a/data/documentation/flow/vflow/ondrag(_:preview:).json +++ b/data/documentation/flow/vflow/ondrag(_:preview:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrag(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrag(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrag(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrag_7previewQrSo14NSItemProviderCyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onDrag(_:preview:)":{"role":"symbol","title":"onDrag(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrag(_:preview:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrag(_:preview:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:preview:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrag(_:preview:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrag(_:preview:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrag_7previewQrSo14NSItemProviderCyc_qd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onDrag(_:preview:)":{"role":"symbol","title":"onDrag(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrag(_:preview:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ondrop(of:delegate:)-3xvlp.json b/data/documentation/flow/vflow/ondrop(of:delegate:)-3xvlp.json index 217fcde8..2aea935b 100644 --- a/data/documentation/flow/vflow/ondrop(of:delegate:)-3xvlp.json +++ b/data/documentation/flow/vflow/ondrop(of:delegate:)-3xvlp.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:delegate:)-3xvlp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-3xvlp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:delegate:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSaySSG_AA0E8Delegate_ptF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:delegate:)-3xvlp":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-3xvlp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:delegate:)-3xvlp"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:delegate:)-3xvlp"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-3xvlp","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:delegate:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSaySSG_AA0E8Delegate_ptF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/onDrop(of:delegate:)-3xvlp":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-3xvlp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:delegate:)-3xvlp"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ondrop(of:delegate:)-6fwv.json b/data/documentation/flow/vflow/ondrop(of:delegate:)-6fwv.json index 570ce887..68148fab 100644 --- a/data/documentation/flow/vflow/ondrop(of:delegate:)-6fwv.json +++ b/data/documentation/flow/vflow/ondrop(of:delegate:)-6fwv.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:delegate:)-6fwv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-6fwv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:delegate:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSay22UniformTypeIdentifiers6UTTypeVG_AA0E8Delegate_ptF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onDrop(of:delegate:)-6fwv":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-6fwv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:delegate:)-6fwv"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:delegate:)-6fwv"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-6fwv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:delegate:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:delegate:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of8delegateQrSay22UniformTypeIdentifiers6UTTypeVG_AA0E8Delegate_ptF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:delegate:)-6fwv":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-6fwv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:delegate:)-6fwv"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-392m0.json b/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-392m0.json index 281a2911..db9110d2 100644 --- a/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-392m0.json +++ b/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-392m0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-392m0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-392m0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-392m0":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-392m0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-392m0"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-392m0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-392m0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-392m0":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-392m0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-392m0"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-5y218.json b/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-5y218.json index dae39e81..f61a13b0 100644 --- a/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-5y218.json +++ b/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-5y218.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-5y218"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-5y218","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-5y218":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-5y218","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-5y218"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-5y218"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-5y218","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-5y218":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-5y218","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-5y218"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-6bbt0.json b/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-6bbt0.json index da4c57fa..53b999e0 100644 --- a/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-6bbt0.json +++ b/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-6bbt0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-6bbt0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-6bbt0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-6bbt0":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-6bbt0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-6bbt0"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-6bbt0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-6bbt0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSaySSG_AA7BindingVySbGSgSbSaySo14NSItemProviderCG_So7CGPointVtctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"13.4","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-6bbt0":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-6bbt0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-6bbt0"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-7ds8d.json b/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-7ds8d.json index 8ad0c3ad..927e7cd2 100644 --- a/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-7ds8d.json +++ b/data/documentation/flow/vflow/ondrop(of:istargeted:perform:)-7ds8d.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-7ds8d"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-7ds8d","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-7ds8d":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-7ds8d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-7ds8d"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-7ds8d"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-7ds8d","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onDrop(of:isTargeted:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onDrop(of:isTargeted:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6onDrop2of10isTargeted7performQrSay22UniformTypeIdentifiers6UTTypeVG_AA7BindingVySbGSgSbSaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-7ds8d":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-7ds8d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-7ds8d"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onexitcommand(perform:).json b/data/documentation/flow/vflow/onexitcommand(perform:).json index d2edf4c0..ca7fe2d5 100644 --- a/data/documentation/flow/vflow/onexitcommand(perform:).json +++ b/data/documentation/flow/vflow/onexitcommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onexitcommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onExitCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onExitCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onExitCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onExitCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onExitCommand(perform:)":{"role":"symbol","title":"onExitCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onExitCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onexitcommand(perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onexitcommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onExitCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onExitCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onExitCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onExitCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onExitCommand(perform:)":{"role":"symbol","title":"onExitCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onExitCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onexitcommand(perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onhover(perform:).json b/data/documentation/flow/vflow/onhover(perform:).json index cdd9bc83..4f029dbf 100644 --- a/data/documentation/flow/vflow/onhover(perform:).json +++ b/data/documentation/flow/vflow/onhover(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onhover(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onHover(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onHover(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onHover(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7onHover7performQrySbc_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onHover(perform:)":{"role":"symbol","title":"onHover(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onHover(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onhover(perform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onhover(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onHover(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onHover(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onHover(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7onHover7performQrySbc_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.4","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onHover(perform:)":{"role":"symbol","title":"onHover(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onHover(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onhover(perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json b/data/documentation/flow/vflow/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json index c95f43d5..becbe052 100644 --- a/data/documentation/flow/vflow/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json +++ b/data/documentation/flow/vflow/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 10, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance7perform0D15PressingChangedQrSd_14CoreFoundation7CGFloatVyycySbcSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 10, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance7perform0D15PressingChangedQrSd_14CoreFoundation7CGFloatVyycySbcSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json b/data/documentation/flow/vflow/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json index c0419a35..7e146233 100644 --- a/data/documentation/flow/vflow/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json +++ b/data/documentation/flow/vflow/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 10, "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance8pressing7performQrSd_14CoreFoundation7CGFloatVySbcSgyyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 10, "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration15maximumDistance8pressing7performQrSd_14CoreFoundation7CGFloatVySbcSgyyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"13.0","name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"10.15","name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:maximumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"6.0","name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onlongpressgesture(minimumduration:perform:onpressingchanged:).json b/data/documentation/flow/vflow/onlongpressgesture(minimumduration:perform:onpressingchanged:).json index 14d6a063..24190df9 100644 --- a/data/documentation/flow/vflow/onlongpressgesture(minimumduration:perform:onpressingchanged:).json +++ b/data/documentation/flow/vflow/onlongpressgesture(minimumduration:perform:onpressingchanged:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:perform:onPressingChanged:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration7perform0D15PressingChangedQrSd_yycySbcSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:perform:onPressingChanged:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration7perform0D15PressingChangedQrSd_yycySbcSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onlongpressgesture(minimumduration:pressing:perform:).json b/data/documentation/flow/vflow/onlongpressgesture(minimumduration:pressing:perform:).json index d73b708a..8cedb4a3 100644 --- a/data/documentation/flow/vflow/onlongpressgesture(minimumduration:pressing:perform:).json +++ b/data/documentation/flow/vflow/onlongpressgesture(minimumduration:pressing:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:pressing:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:pressing:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration8pressing7performQrSd_ySbcSgyyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"14.0","name":"tvOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:pressing:perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" = 0.5, "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:pressing:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onLongPressGesture(minimumDuration:pressing:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onLongPressGesture15minimumDuration8pressing7performQrSd_ySbcSgyyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","renamed":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","deprecated":false,"introducedAt":"14.0","name":"tvOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:pressing:perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onmovecommand(perform:).json b/data/documentation/flow/vflow/onmovecommand(perform:).json index 68625697..0e279a3e 100644 --- a/data/documentation/flow/vflow/onmovecommand(perform:).json +++ b/data/documentation/flow/vflow/onmovecommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onmovecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onMoveCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onMoveCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onMoveCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onMoveCommand7performQryAA0eF9DirectionOcSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onMoveCommand(perform:)":{"role":"symbol","title":"onMoveCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onMoveCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onmovecommand(perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onmovecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onMoveCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onMoveCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onMoveCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13onMoveCommand7performQryAA0eF9DirectionOcSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onMoveCommand(perform:)":{"role":"symbol","title":"onMoveCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onMoveCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onmovecommand(perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onpastecommand(of:perform:)-64e3w.json b/data/documentation/flow/vflow/onpastecommand(of:perform:)-64e3w.json index 71bd7a30..749d6bfa 100644 --- a/data/documentation/flow/vflow/onpastecommand(of:perform:)-64e3w.json +++ b/data/documentation/flow/vflow/onpastecommand(of:perform:)-64e3w.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-64e3w"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-64e3w","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSaySSG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:perform:)-64e3w":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-64e3w","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-64e3w"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-64e3w"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-64e3w","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSaySSG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:perform:)-64e3w":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-64e3w","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-64e3w"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onpastecommand(of:perform:)-68bvd.json b/data/documentation/flow/vflow/onpastecommand(of:perform:)-68bvd.json index b7cda1fd..b2d1b052 100644 --- a/data/documentation/flow/vflow/onpastecommand(of:perform:)-68bvd.json +++ b/data/documentation/flow/vflow/onpastecommand(of:perform:)-68bvd.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-68bvd"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-68bvd","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSay22UniformTypeIdentifiers6UTTypeVG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:perform:)-68bvd":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-68bvd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-68bvd"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-68bvd"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-68bvd","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of7performQrSay22UniformTypeIdentifiers6UTTypeVG_ySaySo14NSItemProviderCGctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:perform:)-68bvd":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-68bvd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-68bvd"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onpastecommand(of:validator:perform:)-1e5ja.json b/data/documentation/flow/vflow/onpastecommand(of:validator:perform:)-1e5ja.json index 7d2f0b46..b911e8ab 100644 --- a/data/documentation/flow/vflow/onpastecommand(of:validator:perform:)-1e5ja.json +++ b/data/documentation/flow/vflow/onpastecommand(of:validator:perform:)-1e5ja.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-1e5ja"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-1e5ja","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:validator:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSaySSG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:validator:perform:)-1e5ja":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-1e5ja","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-1e5ja"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-1e5ja"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-1e5ja","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:validator:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSaySSG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Provide `UTType`s as the `supportedContentTypes` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Provide `UTType`s as the `supportedContentTypes` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:validator:perform:)-1e5ja":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-1e5ja","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-1e5ja"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onpastecommand(of:validator:perform:)-9z4ur.json b/data/documentation/flow/vflow/onpastecommand(of:validator:perform:)-9z4ur.json index 400c4e70..d11260e7 100644 --- a/data/documentation/flow/vflow/onpastecommand(of:validator:perform:)-9z4ur.json +++ b/data/documentation/flow/vflow/onpastecommand(of:validator:perform:)-9z4ur.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-9z4ur"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-9z4ur","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:validator:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSay22UniformTypeIdentifiers6UTTypeVG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:validator:perform:)-9z4ur":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-9z4ur","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-9z4ur"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"supportedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadAction"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-9z4ur"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-9z4ur","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPasteCommand(of:validator:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPasteCommand(of:validator:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14onPasteCommand2of9validator7performQrSay22UniformTypeIdentifiers6UTTypeVG_qd__SgSaySo14NSItemProviderCGcyqd__ctlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:validator:perform:)-9z4ur":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-9z4ur","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-9z4ur"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onplaypausecommand(perform:).json b/data/documentation/flow/vflow/onplaypausecommand(perform:).json index 19e3d327..db8f046c 100644 --- a/data/documentation/flow/vflow/onplaypausecommand(perform:).json +++ b/data/documentation/flow/vflow/onplaypausecommand(perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onplaypausecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPlayPauseCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPlayPauseCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPlayPauseCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onPlayPauseCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onPlayPauseCommand(perform:)":{"role":"symbol","title":"onPlayPauseCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPlayPauseCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onplaypausecommand(perform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onplaypausecommand(perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPlayPauseCommand(perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPlayPauseCommand(perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPlayPauseCommand(perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onPlayPauseCommand7performQryycSg_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onPlayPauseCommand(perform:)":{"role":"symbol","title":"onPlayPauseCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPlayPauseCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onplaypausecommand(perform:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onpreferencechange(_:perform:).json b/data/documentation/flow/vflow/onpreferencechange(_:perform:).json index 13122c95..33e9f221 100644 --- a/data/documentation/flow/vflow/onpreferencechange(_:perform:).json +++ b/data/documentation/flow/vflow/onpreferencechange(_:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onpreferencechange(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPreferenceChange(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPreferenceChange(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPreferenceChange(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAA0E3KeyRd__SQAGRQlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/onPreferenceChange(_:perform:)":{"role":"symbol","title":"onPreferenceChange(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPreferenceChange(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpreferencechange(_:perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onpreferencechange(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPreferenceChange(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onPreferenceChange(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onPreferenceChange(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAA0E3KeyRd__SQAGRQlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onPreferenceChange(_:perform:)":{"role":"symbol","title":"onPreferenceChange(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPreferenceChange(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpreferencechange(_:perform:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onreceive(_:perform:).json b/data/documentation/flow/vflow/onreceive(_:perform:).json index 6df41903..44593d11 100644 --- a/data/documentation/flow/vflow/onreceive(_:perform:).json +++ b/data/documentation/flow/vflow/onreceive(_:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"publisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Publisher","preciseIdentifier":"s:7Combine9PublisherP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Failure"},{"kind":"text","text":" == "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onreceive(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onReceive(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onReceive(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onReceive(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9onReceive_7performQrqd___y6OutputQyd__ct7Combine9PublisherRd__s5NeverO7FailureRtd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onReceive(_:perform:)":{"role":"symbol","title":"onReceive(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onReceive(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onreceive(_:perform:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"publisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Publisher","preciseIdentifier":"s:7Combine9PublisherP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Failure"},{"kind":"text","text":" == "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onreceive(_:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onReceive(_:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onReceive(_:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onReceive(_:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9onReceive_7performQrqd___y6OutputQyd__ct7Combine9PublisherRd__s5NeverO7FailureRtd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/onReceive(_:perform:)":{"role":"symbol","title":"onReceive(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onReceive(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onreceive(_:perform:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/onsubmit(of:_:).json b/data/documentation/flow/vflow/onsubmit(of:_:).json index 99107294..87b5bf5b 100644 --- a/data/documentation/flow/vflow/onsubmit(of:_:).json +++ b/data/documentation/flow/vflow/onsubmit(of:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"triggers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":" = .text, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onsubmit(of:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onSubmit(of:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onSubmit(of:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onSubmit(of:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onSubmit2of_QrAA0E8TriggersV_yyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/onSubmit(of:_:)":{"role":"symbol","title":"onSubmit(of:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onSubmit(of:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onsubmit(of:_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":" "},{"kind":"internalParam","text":"triggers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":" = .text, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/onsubmit(of:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onSubmit(of:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onSubmit(of:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onSubmit(of:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8onSubmit2of_QrAA0E8TriggersV_yyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onSubmit(of:_:)":{"role":"symbol","title":"onSubmit(of:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onSubmit(of:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onsubmit(of:_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ontapgesture(count:coordinatespace:perform:).json b/data/documentation/flow/vflow/ontapgesture(count:coordinatespace:perform:).json index e75964cb..5755ba1c 100644 --- a/data/documentation/flow/vflow/ontapgesture(count:coordinatespace:perform:).json +++ b/data/documentation/flow/vflow/ontapgesture(count:coordinatespace:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":" = .local, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ontapgesture(count:coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:coordinateSpace:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:coordinateSpace:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count15coordinateSpace7performQrSi_AA010CoordinateI0OySo7CGPointVctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onTapGesture(count:coordinateSpace:perform:)":{"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ontapgesture(count:coordinatespace:perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":" = .local, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ontapgesture(count:coordinatespace:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:coordinateSpace:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:coordinateSpace:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count15coordinateSpace7performQrSi_AA010CoordinateI0OySo7CGPointVctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onTapGesture(count:coordinateSpace:perform:)":{"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ontapgesture(count:coordinatespace:perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/ontapgesture(count:perform:).json b/data/documentation/flow/vflow/ontapgesture(count:perform:).json index 6d68996d..767c8b2d 100644 --- a/data/documentation/flow/vflow/ontapgesture(count:perform:).json +++ b/data/documentation/flow/vflow/ontapgesture(count:perform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ontapgesture(count:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onTapGesture(count:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count7performQrSi_yyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onTapGesture(count:perform:)":{"role":"symbol","title":"onTapGesture(count:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ontapgesture(count:perform:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":" = 1, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/ontapgesture(count:perform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:perform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.onTapGesture(count:perform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"onTapGesture(count:perform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12onTapGesture5count7performQrSi_yyctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/onTapGesture(count:perform:)":{"role":"symbol","title":"onTapGesture(count:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ontapgesture(count:perform:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/opacity(_:).json b/data/documentation/flow/vflow/opacity(_:).json index fa558bf8..361919e3 100644 --- a/data/documentation/flow/vflow/opacity(_:).json +++ b/data/documentation/flow/vflow/opacity(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"opacity"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/opacity(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/opacity(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.opacity(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"opacity(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7opacityyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/opacity(_:)":{"role":"symbol","title":"opacity(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/opacity(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/opacity(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"opacity"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/opacity(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/opacity(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.opacity(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"opacity(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7opacityyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/opacity(_:)":{"role":"symbol","title":"opacity(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/opacity(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/opacity(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/overlay(_:alignment:).json b/data/documentation/flow/vflow/overlay(_:alignment:).json index 0d8d1587..996e8939 100644 --- a/data/documentation/flow/vflow/overlay(_:alignment:).json +++ b/data/documentation/flow/vflow/overlay(_:alignment:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"overlay"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/overlay(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `overlay(alignment:content:)` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/overlay(_:alignment:)":{"role":"symbol","title":"overlay(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/overlay(_:alignment:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"overlay"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/overlay(_:alignment:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:alignment:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:alignment:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:alignment:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_9alignmentQrqd___AA9AlignmentVtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use `overlay(alignment:content:)` instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use `overlay(alignment:content:)` instead."}]}],"references":{"doc://Flow/documentation/Flow/VFlow/overlay(_:alignment:)":{"role":"symbol","title":"overlay(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/overlay(_:alignment:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/overlay(_:ignoressafeareaedges:).json b/data/documentation/flow/vflow/overlay(_:ignoressafeareaedges:).json index 630b847c..c08ac941 100644 --- a/data/documentation/flow/vflow/overlay(_:ignoressafeareaedges:).json +++ b/data/documentation/flow/vflow/overlay(_:ignoressafeareaedges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/overlay(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/overlay(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlay(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/overlay(_:ignoressafeareaedges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:ignoresSafeAreaEdges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:ignoresSafeAreaEdges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/overlay(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlay(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/overlay(_:in:fillstyle:).json b/data/documentation/flow/vflow/overlay(_:in:fillstyle:).json index f87ebe63..2139a1f0 100644 --- a/data/documentation/flow/vflow/overlay(_:in:fillstyle:).json +++ b/data/documentation/flow/vflow/overlay(_:in:fillstyle:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/overlay(_:in:fillstyle:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:in:fillStyle:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/overlay(_:in:fillStyle:)":{"role":"symbol","title":"overlay(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:in:fillStyle:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlay(_:in:fillstyle:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"shape"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":" = FillStyle()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ShapeStyle","preciseIdentifier":"s:7SwiftUI10ShapeStyleP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Shape","preciseIdentifier":"s:7SwiftUI5ShapeP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/overlay(_:in:fillstyle:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:in:fillStyle:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlay(_:in:fillStyle:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlay(_:in:fillStyle:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7overlay_2in9fillStyleQrqd___qd_0_AA04FillG0VtAA05ShapeG0Rd__AA0I0Rd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/overlay(_:in:fillStyle:)":{"role":"symbol","title":"overlay(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:in:fillStyle:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlay(_:in:fillstyle:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/overlaypreferencevalue(_:_:).json b/data/documentation/flow/vflow/overlaypreferencevalue(_:_:).json index 3a6e9158..938bd9be 100644 --- a/data/documentation/flow/vflow/overlaypreferencevalue(_:_:).json +++ b/data/documentation/flow/vflow/overlaypreferencevalue(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type = Key.self, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/overlaypreferencevalue(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlayPreferenceValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/overlayPreferenceValue(_:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlaypreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type = Key.self, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/overlaypreferencevalue(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlayPreferenceValue(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValueyQrqd__m_qd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/overlayPreferenceValue(_:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlaypreferencevalue(_:_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/overlaypreferencevalue(_:alignment:_:).json b/data/documentation/flow/vflow/overlaypreferencevalue(_:alignment:_:).json index 3bac6660..b3521e92 100644 --- a/data/documentation/flow/vflow/overlaypreferencevalue(_:alignment:_:).json +++ b/data/documentation/flow/vflow/overlaypreferencevalue(_:alignment:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/overlaypreferencevalue(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/overlayPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlaypreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/overlaypreferencevalue(_:alignment:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:alignment:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.overlayPreferenceValue(_:alignment:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE22overlayPreferenceValue_9alignment_Qrqd__m_AA9AlignmentVqd_0_0F0Qyd__ctAA0E3KeyRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/overlayPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlaypreferencevalue(_:alignment:_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/padding(_:)-2e3se.json b/data/documentation/flow/vflow/padding(_:)-2e3se.json index 885f5490..40852116 100644 --- a/data/documentation/flow/vflow/padding(_:)-2e3se.json +++ b/data/documentation/flow/vflow/padding(_:)-2e3se.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/padding(_:)-2e3se"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-2e3se","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/padding(_:)-2e3se":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-2e3se","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:)-2e3se"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"insets"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/padding(_:)-2e3se"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-2e3se","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA10EdgeInsetsVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/padding(_:)-2e3se":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-2e3se","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:)-2e3se"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/padding(_:)-36kz7.json b/data/documentation/flow/vflow/padding(_:)-36kz7.json index 9bfaace3..36c0a033 100644 --- a/data/documentation/flow/vflow/padding(_:)-36kz7.json +++ b/data/documentation/flow/vflow/padding(_:)-36kz7.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/padding(_:)-36kz7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-36kz7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/padding(_:)-36kz7":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-36kz7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:)-36kz7"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/padding(_:)-36kz7"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-36kz7","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/padding(_:)-36kz7":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-36kz7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:)-36kz7"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/padding(_:_:).json b/data/documentation/flow/vflow/padding(_:_:).json index 63283f00..c1295f2a 100644 --- a/data/documentation/flow/vflow/padding(_:_:).json +++ b/data/documentation/flow/vflow/padding(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/padding(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/padding(_:_:)":{"role":"symbol","title":"padding(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"length"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/padding(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.padding(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"padding(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7paddingyQrAA4EdgeO3SetV_14CoreFoundation7CGFloatVSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/padding(_:_:)":{"role":"symbol","title":"padding(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/pagecommand(value:in:step:).json b/data/documentation/flow/vflow/pagecommand(value:in:step:).json index 2346626f..229d3cd3 100644 --- a/data/documentation/flow/vflow/pagecommand(value:in:step:).json +++ b/data/documentation/flow/vflow/pagecommand(value:in:step:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"BinaryInteger","preciseIdentifier":"s:Sz"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/pagecommand(value:in:step:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pageCommand(value:in:step:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pageCommand(value:in:step:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pageCommand(value:in:step:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11pageCommand5value2in4stepQrAA7BindingVyqd__G_SNyqd__Gqd__tSzRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.3","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/pageCommand(value:in:step:)":{"role":"symbol","title":"pageCommand(value:in:step:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pageCommand(value:in:step:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pagecommand(value:in:step:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"BinaryInteger","preciseIdentifier":"s:Sz"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/pagecommand(value:in:step:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pageCommand(value:in:step:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pageCommand(value:in:step:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pageCommand(value:in:step:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11pageCommand5value2in4stepQrAA7BindingVyqd__G_SNyqd__Gqd__tSzRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.3","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/pageCommand(value:in:step:)":{"role":"symbol","title":"pageCommand(value:in:step:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pageCommand(value:in:step:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pagecommand(value:in:step:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/pastedestination(for:action:validator:).json b/data/documentation/flow/vflow/pastedestination(for:action:validator:).json index 4a00e1c2..bddff72b 100644 --- a/data/documentation/flow/vflow/pastedestination(for:action:validator:).json +++ b/data/documentation/flow/vflow/pastedestination(for:action:validator:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"] = { $0 }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/pastedestination(for:action:validator:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pasteDestination(for:action:validator:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pasteDestination(for:action:validator:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pasteDestination(for:action:validator:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16pasteDestination3for6action9validatorQrqd__m_ySayqd__GcA2Hct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/pasteDestination(for:action:validator:)":{"role":"symbol","title":"pasteDestination(for:action:validator:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pasteDestination(for:action:validator:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pastedestination(for:action:validator:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"payloadType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type = T.self, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"] = { $0 }) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Transferable","preciseIdentifier":"s:16CoreTransferable0B0P"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/pastedestination(for:action:validator:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pasteDestination(for:action:validator:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pasteDestination(for:action:validator:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pasteDestination(for:action:validator:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16pasteDestination3for6action9validatorQrqd__m_ySayqd__GcA2Hct16CoreTransferable0J0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/pasteDestination(for:action:validator:)":{"role":"symbol","title":"pasteDestination(for:action:validator:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pasteDestination(for:action:validator:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pastedestination(for:action:validator:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/pickerstyle(_:).json b/data/documentation/flow/vflow/pickerstyle(_:).json index fa39bca5..953ba5c2 100644 --- a/data/documentation/flow/vflow/pickerstyle(_:).json +++ b/data/documentation/flow/vflow/pickerstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PickerStyle","preciseIdentifier":"s:7SwiftUI11PickerStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/pickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pickerStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pickerStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pickerStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11pickerStyleyQrqd__AA06PickerE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/pickerStyle(_:)":{"role":"symbol","title":"pickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pickerstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PickerStyle","preciseIdentifier":"s:7SwiftUI11PickerStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/pickerstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pickerStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.pickerStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"pickerStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11pickerStyleyQrqd__AA06PickerE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/pickerStyle(_:)":{"role":"symbol","title":"pickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pickerstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/placesubviews(in:proposal:subviews:cache:).json b/data/documentation/flow/vflow/placesubviews(in:proposal:subviews:cache:).json index 6825eeeb..cfaae581 100644 --- a/data/documentation/flow/vflow/placesubviews(in:proposal:subviews:cache:).json +++ b/data/documentation/flow/vflow/placesubviews(in:proposal:subviews:cache:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/placesubviews(in:proposal:subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/placeSubviews(in:proposal:subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.placeSubviews(in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"symbolKind":"method","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE13placeSubviews2in8proposal8subviews5cacheySo6CGRectV_AD08ProposedF4SizeVAD06LayoutH0VytztF","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow/VFlow/placeSubviews(in:proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/placeSubviews(in:proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/placesubviews(in:proposal:subviews:cache:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bounds"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/placesubviews(in:proposal:subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/placeSubviews(in:proposal:subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.placeSubviews(in:proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"symbolKind":"method","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE13placeSubviews2in8proposal8subviews5cacheySo6CGRectV_AD08ProposedF4SizeVAD06LayoutH0VytztF","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/placeSubviews(in:proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"placeSubviews(in:proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"placeSubviews"},{"kind":"text","text":"("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGRect","preciseIdentifier":"c:@S@CGRect"},{"kind":"text","text":", "},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ())"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/placeSubviews(in:proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/placesubviews(in:proposal:subviews:cache:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/popover(ispresented:attachmentanchor:arrowedge:content:).json b/data/documentation/flow/vflow/popover(ispresented:attachmentanchor:arrowedge:content:).json index 98a4ee68..2e598fb2 100644 --- a/data/documentation/flow/vflow/popover(ispresented:attachmentanchor:arrowedge:content:).json +++ b/data/documentation/flow/vflow/popover(ispresented:attachmentanchor:arrowedge:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":" = .top, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.popover(isPresented:attachmentAnchor:arrowEdge:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAA7BindingVySbG_AA017PopoverAttachmentH0OAA0J0Oqd__yctAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":" = .top, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.popover(isPresented:attachmentAnchor:arrowEdge:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAA7BindingVySbG_AA017PopoverAttachmentH0OAA0J0Oqd__yctAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/popover(item:attachmentanchor:arrowedge:content:).json b/data/documentation/flow/vflow/popover(item:attachmentanchor:arrowedge:content:).json index 58e64fc9..f403cd78 100644 --- a/data/documentation/flow/vflow/popover(item:attachmentanchor:arrowedge:content:).json +++ b/data/documentation/flow/vflow/popover(item:attachmentanchor:arrowedge:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":" = .top, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/popover(item:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.popover(item:attachmentAnchor:arrowEdge:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7popover4item16attachmentAnchor9arrowEdge7contentQrAA7BindingVyqd__SgG_AA017PopoverAttachmentG0OAA0I0Oqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/popover(item:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/popover(item:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":" = .rect(.bounds), "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":" = .top, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/popover(item:attachmentanchor:arrowedge:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.popover(item:attachmentAnchor:arrowEdge:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7popover4item16attachmentAnchor9arrowEdge7contentQrAA7BindingVyqd__SgG_AA017PopoverAttachmentG0OAA0I0Oqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/popover(item:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/popover(item:attachmentanchor:arrowedge:content:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/position(_:).json b/data/documentation/flow/vflow/position(_:).json index 03a74292..90ca68e9 100644 --- a/data/documentation/flow/vflow/position(_:).json +++ b/data/documentation/flow/vflow/position(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"position"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/position(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.position(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"position(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8positionyQrSo7CGPointVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/position(_:)":{"role":"symbol","title":"position(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/position(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"position"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/position(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.position(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"position(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8positionyQrSo7CGPointVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/position(_:)":{"role":"symbol","title":"position(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/position(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/position(x:y:).json b/data/documentation/flow/vflow/position(x:y:).json index f33f751e..8b8c1d91 100644 --- a/data/documentation/flow/vflow/position(x:y:).json +++ b/data/documentation/flow/vflow/position(x:y:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/position(x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.position(x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"position(x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8position1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/position(x:y:)":{"role":"symbol","title":"position(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/position(x:y:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/position(x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.position(x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"position(x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8position1x1yQr14CoreFoundation7CGFloatV_AItF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/position(x:y:)":{"role":"symbol","title":"position(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/position(x:y:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/preference(key:value:).json b/data/documentation/flow/vflow/preference(key:value:).json index 2da5ba06..6e0299d0 100644 --- a/data/documentation/flow/vflow/preference(key:value:).json +++ b/data/documentation/flow/vflow/preference(key:value:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/preference(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preference(key:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.preference(key:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"preference(key:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10preference3key5valueQrqd__m_5ValueQyd__tAA13PreferenceKeyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/preference(key:value:)":{"role":"symbol","title":"preference(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preference(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/preference(key:value:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/preference(key:value:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preference(key:value:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.preference(key:value:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"preference(key:value:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10preference3key5valueQrqd__m_5ValueQyd__tAA13PreferenceKeyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/preference(key:value:)":{"role":"symbol","title":"preference(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preference(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/preference(key:value:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/preferredcolorscheme(_:).json b/data/documentation/flow/vflow/preferredcolorscheme(_:).json index 35d5b01b..e54d3d3a 100644 --- a/data/documentation/flow/vflow/preferredcolorscheme(_:).json +++ b/data/documentation/flow/vflow/preferredcolorscheme(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/preferredcolorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preferredColorScheme(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.preferredColorScheme(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"preferredColorScheme(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20preferredColorSchemeyQrAA0eF0OSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/preferredColorScheme(_:)":{"role":"symbol","title":"preferredColorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preferredColorScheme(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/preferredcolorscheme(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/preferredcolorscheme(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preferredColorScheme(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.preferredColorScheme(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"preferredColorScheme(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20preferredColorSchemeyQrAA0eF0OSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/preferredColorScheme(_:)":{"role":"symbol","title":"preferredColorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preferredColorScheme(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/preferredcolorscheme(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/prefersdefaultfocus(_:in:).json b/data/documentation/flow/vflow/prefersdefaultfocus(_:in:).json index 4bb9857e..4c206907 100644 --- a/data/documentation/flow/vflow/prefersdefaultfocus(_:in:).json +++ b/data/documentation/flow/vflow/prefersdefaultfocus(_:in:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"prefersDefaultFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/prefersdefaultfocus(_:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/prefersDefaultFocus(_:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.prefersDefaultFocus(_:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"prefersDefaultFocus(_:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19prefersDefaultFocus_2inQrSb_AA9NamespaceV2IDVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/prefersDefaultFocus(_:in:)":{"role":"symbol","title":"prefersDefaultFocus(_:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/prefersDefaultFocus(_:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/prefersdefaultfocus(_:in:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"prefersDefaultFocus"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":" "},{"kind":"internalParam","text":"namespace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/prefersdefaultfocus(_:in:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/prefersDefaultFocus(_:in:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.prefersDefaultFocus(_:in:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"prefersDefaultFocus(_:in:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19prefersDefaultFocus_2inQrSb_AA9NamespaceV2IDVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/prefersDefaultFocus(_:in:)":{"role":"symbol","title":"prefersDefaultFocus(_:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/prefersDefaultFocus(_:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/prefersdefaultfocus(_:in:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/presentationdetents(_:).json b/data/documentation/flow/vflow/presentationdetents(_:).json index d16ec447..f1fca379 100644 --- a/data/documentation/flow/vflow/presentationdetents(_:).json +++ b/data/documentation/flow/vflow/presentationdetents(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"detents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/presentationdetents(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDetents(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentationDetents(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19presentationDetentsyQrShyAA18PresentationDetentVGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/presentationDetents(_:)":{"role":"symbol","title":"presentationDetents(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdetents(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"detents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/presentationdetents(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDetents(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentationDetents(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19presentationDetentsyQrShyAA18PresentationDetentVGF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/presentationDetents(_:)":{"role":"symbol","title":"presentationDetents(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdetents(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/presentationdetents(_:selection:).json b/data/documentation/flow/vflow/presentationdetents(_:selection:).json index 6eecf93b..93b03000 100644 --- a/data/documentation/flow/vflow/presentationdetents(_:selection:).json +++ b/data/documentation/flow/vflow/presentationdetents(_:selection:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"detents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/presentationdetents(_:selection:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:selection:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDetents(_:selection:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentationDetents(_:selection:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19presentationDetents_9selectionQrShyAA18PresentationDetentVG_AA7BindingVyAGGtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/presentationDetents(_:selection:)":{"role":"symbol","title":"presentationDetents(_:selection:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:selection:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdetents(_:selection:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"detents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/presentationdetents(_:selection:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:selection:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDetents(_:selection:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentationDetents(_:selection:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19presentationDetents_9selectionQrShyAA18PresentationDetentVG_AA7BindingVyAGGtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/presentationDetents(_:selection:)":{"role":"symbol","title":"presentationDetents(_:selection:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:selection:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdetents(_:selection:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/presentationdragindicator(_:).json b/data/documentation/flow/vflow/presentationdragindicator(_:).json index bd1afda8..5c5e477f 100644 --- a/data/documentation/flow/vflow/presentationdragindicator(_:).json +++ b/data/documentation/flow/vflow/presentationdragindicator(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/presentationdragindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDragIndicator(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDragIndicator(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentationDragIndicator(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25presentationDragIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/presentationDragIndicator(_:)":{"role":"symbol","title":"presentationDragIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDragIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdragindicator(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/presentationdragindicator(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDragIndicator(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentationDragIndicator(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentationDragIndicator(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25presentationDragIndicatoryQrAA10VisibilityOF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/presentationDragIndicator(_:)":{"role":"symbol","title":"presentationDragIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDragIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdragindicator(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/presentedwindowstyle(_:).json b/data/documentation/flow/vflow/presentedwindowstyle(_:).json index 30799816..34c3a248 100644 --- a/data/documentation/flow/vflow/presentedwindowstyle(_:).json +++ b/data/documentation/flow/vflow/presentedwindowstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"WindowStyle","preciseIdentifier":"s:7SwiftUI11WindowStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/presentedwindowstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentedWindowStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentedWindowStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20presentedWindowStyleyQrqd__AA0eF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/presentedWindowStyle(_:)":{"role":"symbol","title":"presentedWindowStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentedwindowstyle(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"WindowStyle","preciseIdentifier":"s:7SwiftUI11WindowStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/presentedwindowstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentedWindowStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentedWindowStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20presentedWindowStyleyQrqd__AA0eF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/presentedWindowStyle(_:)":{"role":"symbol","title":"presentedWindowStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentedwindowstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/presentedwindowtoolbarstyle(_:).json b/data/documentation/flow/vflow/presentedwindowtoolbarstyle(_:).json index 69992540..3a40a968 100644 --- a/data/documentation/flow/vflow/presentedwindowtoolbarstyle(_:).json +++ b/data/documentation/flow/vflow/presentedwindowtoolbarstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"WindowToolbarStyle","preciseIdentifier":"s:7SwiftUI18WindowToolbarStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/presentedwindowtoolbarstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowToolbarStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentedWindowToolbarStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentedWindowToolbarStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27presentedWindowToolbarStyleyQrqd__AA0efG0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/presentedWindowToolbarStyle(_:)":{"role":"symbol","title":"presentedWindowToolbarStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowToolbarStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentedwindowtoolbarstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"WindowToolbarStyle","preciseIdentifier":"s:7SwiftUI18WindowToolbarStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/presentedwindowtoolbarstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowToolbarStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.presentedWindowToolbarStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"presentedWindowToolbarStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27presentedWindowToolbarStyleyQrqd__AA0efG0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/presentedWindowToolbarStyle(_:)":{"role":"symbol","title":"presentedWindowToolbarStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowToolbarStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentedwindowtoolbarstyle(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/previewcontext(_:).json b/data/documentation/flow/vflow/previewcontext(_:).json index 2a8936fe..b911e772 100644 --- a/data/documentation/flow/vflow/previewcontext(_:).json +++ b/data/documentation/flow/vflow/previewcontext(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreviewContext","preciseIdentifier":"s:7SwiftUI14PreviewContextP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/previewcontext(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewContext(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewContext(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewContext(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14previewContextyQrqd__AA07PreviewE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/previewContext(_:)":{"role":"symbol","title":"previewContext(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewContext(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewcontext(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreviewContext","preciseIdentifier":"s:7SwiftUI14PreviewContextP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/previewcontext(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewContext(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewContext(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewContext(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14previewContextyQrqd__AA07PreviewE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/previewContext(_:)":{"role":"symbol","title":"previewContext(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewContext(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewcontext(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/previewdevice(_:).json b/data/documentation/flow/vflow/previewdevice(_:).json index 8a3434b1..02cdcc1c 100644 --- a/data/documentation/flow/vflow/previewdevice(_:).json +++ b/data/documentation/flow/vflow/previewdevice(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/previewdevice(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDevice(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewDevice(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewDevice(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13previewDeviceyQrAA07PreviewE0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/previewDevice(_:)":{"role":"symbol","title":"previewDevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDevice(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewdevice(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/previewdevice(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDevice(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewDevice(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewDevice(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13previewDeviceyQrAA07PreviewE0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/previewDevice(_:)":{"role":"symbol","title":"previewDevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDevice(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewdevice(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/previewdisplayname(_:).json b/data/documentation/flow/vflow/previewdisplayname(_:).json index a487b9a6..ba38d120 100644 --- a/data/documentation/flow/vflow/previewdisplayname(_:).json +++ b/data/documentation/flow/vflow/previewdisplayname(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/previewdisplayname(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDisplayName(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewDisplayName(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewDisplayName(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18previewDisplayNameyQrSSSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/previewDisplayName(_:)":{"role":"symbol","title":"previewDisplayName(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDisplayName(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewdisplayname(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/previewdisplayname(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDisplayName(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewDisplayName(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewDisplayName(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18previewDisplayNameyQrSSSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/previewDisplayName(_:)":{"role":"symbol","title":"previewDisplayName(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDisplayName(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewdisplayname(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/previewinterfaceorientation(_:).json b/data/documentation/flow/vflow/previewinterfaceorientation(_:).json index fc0b08c3..00250e95 100644 --- a/data/documentation/flow/vflow/previewinterfaceorientation(_:).json +++ b/data/documentation/flow/vflow/previewinterfaceorientation(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/previewinterfaceorientation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewInterfaceOrientation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewInterfaceOrientation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewInterfaceOrientation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27previewInterfaceOrientationyQrAA0eF0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/previewInterfaceOrientation(_:)":{"role":"symbol","title":"previewInterfaceOrientation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewInterfaceOrientation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewinterfaceorientation(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/previewinterfaceorientation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewInterfaceOrientation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewInterfaceOrientation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewInterfaceOrientation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE27previewInterfaceOrientationyQrAA0eF0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/previewInterfaceOrientation(_:)":{"role":"symbol","title":"previewInterfaceOrientation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewInterfaceOrientation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewinterfaceorientation(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/previewlayout(_:).json b/data/documentation/flow/vflow/previewlayout(_:).json index 2996318e..650cbb63 100644 --- a/data/documentation/flow/vflow/previewlayout(_:).json +++ b/data/documentation/flow/vflow/previewlayout(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/previewlayout(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewLayout(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewLayout(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewLayout(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13previewLayoutyQrAA07PreviewE0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/previewLayout(_:)":{"role":"symbol","title":"previewLayout(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewLayout(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewlayout(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/previewlayout(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewLayout(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.previewLayout(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"previewLayout(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13previewLayoutyQrAA07PreviewE0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/previewLayout(_:)":{"role":"symbol","title":"previewLayout(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewLayout(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewlayout(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/privacysensitive(_:).json b/data/documentation/flow/vflow/privacysensitive(_:).json index 94571111..d4d7f56d 100644 --- a/data/documentation/flow/vflow/privacysensitive(_:).json +++ b/data/documentation/flow/vflow/privacysensitive(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"sensitive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/privacysensitive(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/privacySensitive(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.privacySensitive(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"privacySensitive(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16privacySensitiveyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/privacySensitive(_:)":{"role":"symbol","title":"privacySensitive(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/privacySensitive(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/privacysensitive(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"sensitive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/privacysensitive(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/privacySensitive(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.privacySensitive(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"privacySensitive(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16privacySensitiveyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/privacySensitive(_:)":{"role":"symbol","title":"privacySensitive(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/privacySensitive(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/privacysensitive(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/progressviewstyle(_:).json b/data/documentation/flow/vflow/progressviewstyle(_:).json index c4f2d6d3..ca9a847b 100644 --- a/data/documentation/flow/vflow/progressviewstyle(_:).json +++ b/data/documentation/flow/vflow/progressviewstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ProgressViewStyle","preciseIdentifier":"s:7SwiftUI17ProgressViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/progressviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/progressViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.progressViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"progressViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE08progressC5StyleyQrqd__AA08ProgresscE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/progressViewStyle(_:)":{"role":"symbol","title":"progressViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/progressViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/progressviewstyle(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ProgressViewStyle","preciseIdentifier":"s:7SwiftUI17ProgressViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/progressviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/progressViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.progressViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"progressViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE08progressC5StyleyQrqd__AA08ProgresscE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/progressViewStyle(_:)":{"role":"symbol","title":"progressViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/progressViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/progressviewstyle(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/projectioneffect(_:).json b/data/documentation/flow/vflow/projectioneffect(_:).json index 270d73a2..bcfcdb52 100644 --- a/data/documentation/flow/vflow/projectioneffect(_:).json +++ b/data/documentation/flow/vflow/projectioneffect(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/projectioneffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/projectionEffect(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.projectionEffect(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"projectionEffect(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16projectionEffectyQrAA19ProjectionTransformVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/projectionEffect(_:)":{"role":"symbol","title":"projectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/projectionEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/projectioneffect(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/projectioneffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/projectionEffect(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.projectionEffect(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"projectionEffect(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16projectionEffectyQrAA19ProjectionTransformVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/projectionEffect(_:)":{"role":"symbol","title":"projectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/projectionEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/projectioneffect(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/redacted(reason:).json b/data/documentation/flow/vflow/redacted(reason:).json index 20835281..6696564b 100644 --- a/data/documentation/flow/vflow/redacted(reason:).json +++ b/data/documentation/flow/vflow/redacted(reason:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/redacted(reason:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/redacted(reason:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.redacted(reason:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"redacted(reason:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8redacted6reasonQrAA16RedactionReasonsV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/redacted(reason:)":{"role":"symbol","title":"redacted(reason:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/redacted(reason:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/redacted(reason:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/redacted(reason:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/redacted(reason:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.redacted(reason:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"redacted(reason:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8redacted6reasonQrAA16RedactionReasonsV_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/redacted(reason:)":{"role":"symbol","title":"redacted(reason:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/redacted(reason:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/redacted(reason:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/refreshable(action:).json b/data/documentation/flow/vflow/refreshable(action:).json index 298ef925..b11df79e 100644 --- a/data/documentation/flow/vflow/refreshable(action:).json +++ b/data/documentation/flow/vflow/refreshable(action:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/refreshable(action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/refreshable(action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.refreshable(action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"refreshable(action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11refreshable6actionQryyYaYbc_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/refreshable(action:)":{"role":"symbol","title":"refreshable(action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/refreshable(action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/refreshable(action:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/refreshable(action:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/refreshable(action:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.refreshable(action:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"refreshable(action:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11refreshable6actionQryyYaYbc_tF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/refreshable(action:)":{"role":"symbol","title":"refreshable(action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/refreshable(action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/refreshable(action:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/renameaction(_:)-4j3bn.json b/data/documentation/flow/vflow/renameaction(_:)-4j3bn.json index 40ff7654..bddfe40e 100644 --- a/data/documentation/flow/vflow/renameaction(_:)-4j3bn.json +++ b/data/documentation/flow/vflow/renameaction(_:)-4j3bn.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocused"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/renameaction(_:)-4j3bn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-4j3bn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.renameAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"renameAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/renameAction(_:)-4j3bn":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-4j3bn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/renameaction(_:)-4j3bn"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isFocused"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/renameaction(_:)-4j3bn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-4j3bn","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.renameAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"renameAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQrAA10FocusStateV7BindingVySb_GF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/renameAction(_:)-4j3bn":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-4j3bn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/renameaction(_:)-4j3bn"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/renameaction(_:)-9y6ft.json b/data/documentation/flow/vflow/renameaction(_:)-9y6ft.json index 3df18d72..89990349 100644 --- a/data/documentation/flow/vflow/renameaction(_:)-9y6ft.json +++ b/data/documentation/flow/vflow/renameaction(_:)-9y6ft.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/renameaction(_:)-9y6ft"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-9y6ft","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.renameAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"renameAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQryycF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/renameAction(_:)-9y6ft":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-9y6ft","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/renameaction(_:)-9y6ft"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/renameaction(_:)-9y6ft"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-9y6ft","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.renameAction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"renameAction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12renameActionyQryycF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/renameAction(_:)-9y6ft":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-9y6ft","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/renameaction(_:)-9y6ft"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/rotation3deffect(_:axis:anchor:anchorz:perspective:).json b/data/documentation/flow/vflow/rotation3deffect(_:axis:anchor:anchorz:perspective:).json index 5fa564ba..f1237a56 100644 --- a/data/documentation/flow/vflow/rotation3deffect(_:axis:anchor:anchorz:perspective:).json +++ b/data/documentation/flow/vflow/rotation3deffect(_:axis:anchor:anchorz:perspective:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotation3DEffect(_:axis:anchor:anchorZ:perspective:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16rotation3DEffect_4axis6anchor0G1Z11perspectiveQrAA5AngleV_14CoreFoundation7CGFloatV1x_AM1yAM1ztAA9UnitPointVA2MtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotation3DEffect(_:axis:anchor:anchorZ:perspective:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16rotation3DEffect_4axis6anchor0G1Z11perspectiveQrAA5AngleV_14CoreFoundation7CGFloatV1x_AM1yAM1ztAA9UnitPointVA2MtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/rotationeffect(_:anchor:).json b/data/documentation/flow/vflow/rotationeffect(_:anchor:).json index 1b72ab2b..f8ec4161 100644 --- a/data/documentation/flow/vflow/rotationeffect(_:anchor:).json +++ b/data/documentation/flow/vflow/rotationeffect(_:anchor:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/rotationeffect(_:anchor:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotationEffect(_:anchor:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotationEffect(_:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"rotationEffect(_:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14rotationEffect_6anchorQrAA5AngleV_AA9UnitPointVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/rotationEffect(_:anchor:)":{"role":"symbol","title":"rotationEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotationEffect(_:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/rotationeffect(_:anchor:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"angle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/rotationeffect(_:anchor:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotationEffect(_:anchor:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.rotationEffect(_:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"rotationEffect(_:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14rotationEffect_6anchorQrAA5AngleV_AA9UnitPointVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/rotationEffect(_:anchor:)":{"role":"symbol","title":"rotationEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotationEffect(_:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/rotationeffect(_:anchor:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/safeareainset(edge:alignment:spacing:content:)-97qbs.json b/data/documentation/flow/vflow/safeareainset(edge:alignment:spacing:content:)-97qbs.json index c05730d6..a19b81ee 100644 --- a/data/documentation/flow/vflow/safeareainset(edge:alignment:spacing:content:)-97qbs.json +++ b/data/documentation/flow/vflow/safeareainset(edge:alignment:spacing:content:)-97qbs.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-97qbs"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-97qbs","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA12VerticalEdgeO_AA19HorizontalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/safeAreaInset(edge:alignment:spacing:content:)-97qbs":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-97qbs","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-97qbs"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-97qbs"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-97qbs","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA12VerticalEdgeO_AA19HorizontalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/safeAreaInset(edge:alignment:spacing:content:)-97qbs":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-97qbs","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-97qbs"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/safeareainset(edge:alignment:spacing:content:)-ezbz.json b/data/documentation/flow/vflow/safeareainset(edge:alignment:spacing:content:)-ezbz.json index 7e483b72..6011f5cc 100644 --- a/data/documentation/flow/vflow/safeareainset(edge:alignment:spacing:content:)-ezbz.json +++ b/data/documentation/flow/vflow/safeareainset(edge:alignment:spacing:content:)-ezbz.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-ezbz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-ezbz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA14HorizontalEdgeO_AA17VerticalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/safeAreaInset(edge:alignment:spacing:content:)-ezbz":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-ezbz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-ezbz"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":" = .center, "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-ezbz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-ezbz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.safeAreaInset(edge:alignment:spacing:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13safeAreaInset4edge9alignment7spacing7contentQrAA14HorizontalEdgeO_AA17VerticalAlignmentV14CoreFoundation7CGFloatVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/safeAreaInset(edge:alignment:spacing:content:)-ezbz":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-ezbz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-ezbz"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/saturation(_:).json b/data/documentation/flow/vflow/saturation(_:).json index 2c666d1a..b05a5c44 100644 --- a/data/documentation/flow/vflow/saturation(_:).json +++ b/data/documentation/flow/vflow/saturation(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/saturation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/saturation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.saturation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"saturation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10saturationyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/saturation(_:)":{"role":"symbol","title":"saturation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/saturation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/saturation(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"amount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/saturation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/saturation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.saturation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"saturation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10saturationyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/saturation(_:)":{"role":"symbol","title":"saturation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/saturation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/saturation(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/scaledtofill().json b/data/documentation/flow/vflow/scaledtofill().json index 9d595b61..a370a124 100644 --- a/data/documentation/flow/vflow/scaledtofill().json +++ b/data/documentation/flow/vflow/scaledtofill().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scaledtofill()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFill()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFill()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaledToFill()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scaledToFillQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/scaledToFill()":{"role":"symbol","title":"scaledToFill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFill()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaledtofill()"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scaledtofill()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFill()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFill()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaledToFill()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scaledToFillQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/scaledToFill()":{"role":"symbol","title":"scaledToFill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFill()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaledtofill()"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/scaledtofit().json b/data/documentation/flow/vflow/scaledtofit().json index 7ddc358a..91c072aa 100644 --- a/data/documentation/flow/vflow/scaledtofit().json +++ b/data/documentation/flow/vflow/scaledtofit().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scaledtofit()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFit()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFit()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaledToFit()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaledToFitQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/scaledToFit()":{"role":"symbol","title":"scaledToFit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaledtofit()"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scaledtofit()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFit()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaledToFit()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaledToFit()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaledToFitQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/scaledToFit()":{"role":"symbol","title":"scaledToFit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaledtofit()"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/scaleeffect(_:anchor:)-rz0n.json b/data/documentation/flow/vflow/scaleeffect(_:anchor:)-rz0n.json index e2d74034..ceb85c8e 100644 --- a/data/documentation/flow/vflow/scaleeffect(_:anchor:)-rz0n.json +++ b/data/documentation/flow/vflow/scaleeffect(_:anchor:)-rz0n.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"s"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scaleeffect(_:anchor:)-rz0n"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-rz0n","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(_:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaleEffect(_:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQr14CoreFoundation7CGFloatV_AA9UnitPointVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/scaleEffect(_:anchor:)-rz0n":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-rz0n","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaleeffect(_:anchor:)-rz0n"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"s"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scaleeffect(_:anchor:)-rz0n"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-rz0n","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(_:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaleEffect(_:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect_6anchorQr14CoreFoundation7CGFloatV_AA9UnitPointVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/scaleEffect(_:anchor:)-rz0n":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-rz0n","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaleeffect(_:anchor:)-rz0n"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/scaleeffect(x:y:anchor:).json b/data/documentation/flow/vflow/scaleeffect(x:y:anchor:).json index 30ffc2e6..dc5fbf04 100644 --- a/data/documentation/flow/vflow/scaleeffect(x:y:anchor:).json +++ b/data/documentation/flow/vflow/scaleeffect(x:y:anchor:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1.0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1.0, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scaleeffect(x:y:anchor:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(x:y:anchor:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(x:y:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaleEffect(x:y:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect1x1y6anchorQr14CoreFoundation7CGFloatV_AjA9UnitPointVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/scaleEffect(x:y:anchor:)":{"role":"symbol","title":"scaleEffect(x:y:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(x:y:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaleeffect(x:y:anchor:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1.0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 1.0, "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":" = .center) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scaleeffect(x:y:anchor:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(x:y:anchor:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scaleEffect(x:y:anchor:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scaleEffect(x:y:anchor:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11scaleEffect1x1y6anchorQr14CoreFoundation7CGFloatV_AjA9UnitPointVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/scaleEffect(x:y:anchor:)":{"role":"symbol","title":"scaleEffect(x:y:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(x:y:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaleeffect(x:y:anchor:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/scenepadding(_:).json b/data/documentation/flow/vflow/scenepadding(_:).json index 575f4d59..2d01fe7f 100644 --- a/data/documentation/flow/vflow/scenepadding(_:).json +++ b/data/documentation/flow/vflow/scenepadding(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scenepadding(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scenePadding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scenePadding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scenePaddingyQrAA4EdgeO3SetVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/scenePadding(_:)":{"role":"symbol","title":"scenePadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scenepadding(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scenepadding(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scenePadding(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scenePadding(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scenePaddingyQrAA4EdgeO3SetVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/scenePadding(_:)":{"role":"symbol","title":"scenePadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scenepadding(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/scenepadding(_:edges:).json b/data/documentation/flow/vflow/scenepadding(_:edges:).json index 3f9f4d03..628acc6f 100644 --- a/data/documentation/flow/vflow/scenepadding(_:edges:).json +++ b/data/documentation/flow/vflow/scenepadding(_:edges:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"padding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scenepadding(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scenePadding(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scenePadding(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scenePadding_5edgesQrAA05SceneE0V_AA4EdgeO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/scenePadding(_:edges:)":{"role":"symbol","title":"scenePadding(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scenepadding(_:edges:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"padding"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scenepadding(_:edges:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:edges:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scenePadding(_:edges:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scenePadding(_:edges:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12scenePadding_5edgesQrAA05SceneE0V_AA4EdgeO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/scenePadding(_:edges:)":{"role":"symbol","title":"scenePadding(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scenepadding(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/scrolldisabled(_:).json b/data/documentation/flow/vflow/scrolldisabled(_:).json index e4ea29ce..9f4ed7e3 100644 --- a/data/documentation/flow/vflow/scrolldisabled(_:).json +++ b/data/documentation/flow/vflow/scrolldisabled(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scrolldisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14scrollDisabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/scrollDisabled(_:)":{"role":"symbol","title":"scrollDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrolldisabled(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"disabled"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scrolldisabled(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDisabled(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDisabled(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollDisabled(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14scrollDisabledyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/scrollDisabled(_:)":{"role":"symbol","title":"scrollDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrolldisabled(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/scrolldismisseskeyboard(_:).json b/data/documentation/flow/vflow/scrolldismisseskeyboard(_:).json index ad97f852..51ad56b7 100644 --- a/data/documentation/flow/vflow/scrolldismisseskeyboard(_:).json +++ b/data/documentation/flow/vflow/scrolldismisseskeyboard(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scrolldismisseskeyboard(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDismissesKeyboard(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDismissesKeyboard(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollDismissesKeyboard(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23scrollDismissesKeyboardyQrAA06ScrolleF4ModeVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/scrollDismissesKeyboard(_:)":{"role":"symbol","title":"scrollDismissesKeyboard(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDismissesKeyboard(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrolldismisseskeyboard(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scrolldismisseskeyboard(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDismissesKeyboard(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollDismissesKeyboard(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollDismissesKeyboard(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE23scrollDismissesKeyboardyQrAA06ScrolleF4ModeVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/scrollDismissesKeyboard(_:)":{"role":"symbol","title":"scrollDismissesKeyboard(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDismissesKeyboard(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrolldismisseskeyboard(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/scrollindicators(_:axes:).json b/data/documentation/flow/vflow/scrollindicators(_:axes:).json index 3e6f1a97..62e35077 100644 --- a/data/documentation/flow/vflow/scrollindicators(_:axes:).json +++ b/data/documentation/flow/vflow/scrollindicators(_:axes:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":" = [.vertical, .horizontal]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scrollindicators(_:axes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollIndicators(_:axes:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollIndicators(_:axes:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollIndicators(_:axes:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16scrollIndicators_4axesQrAA25ScrollIndicatorVisibilityV_AA4AxisO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/scrollIndicators(_:axes:)":{"role":"symbol","title":"scrollIndicators(_:axes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollIndicators(_:axes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrollindicators(_:axes:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":" = [.vertical, .horizontal]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/scrollindicators(_:axes:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollIndicators(_:axes:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.scrollIndicators(_:axes:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"scrollIndicators(_:axes:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16scrollIndicators_4axesQrAA25ScrollIndicatorVisibilityV_AA4AxisO3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/scrollIndicators(_:axes:)":{"role":"symbol","title":"scrollIndicators(_:axes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollIndicators(_:axes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrollindicators(_:axes:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchable(text:placement:prompt:)-7u1lz.json b/data/documentation/flow/vflow/searchable(text:placement:prompt:)-7u1lz.json index 8c9949b3..fb030ff3 100644 --- a/data/documentation/flow/vflow/searchable(text:placement:prompt:)-7u1lz.json +++ b/data/documentation/flow/vflow/searchable(text:placement:prompt:)-7u1lz.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-7u1lz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-7u1lz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:)-7u1lz":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-7u1lz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-7u1lz"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-7u1lz"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-7u1lz","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:)-7u1lz":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-7u1lz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-7u1lz"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchable(text:placement:prompt:)-8jpi0.json b/data/documentation/flow/vflow/searchable(text:placement:prompt:)-8jpi0.json index 1957ee95..e12eb697 100644 --- a/data/documentation/flow/vflow/searchable(text:placement:prompt:)-8jpi0.json +++ b/data/documentation/flow/vflow/searchable(text:placement:prompt:)-8jpi0.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-8jpi0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-8jpi0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:)-8jpi0":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-8jpi0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-8jpi0"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-8jpi0"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-8jpi0","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6promptQrAA7BindingVySSG_AA20SearchFieldPlacementVqd__tSyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:)-8jpi0":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-8jpi0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-8jpi0"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-3ankf.json b/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-3ankf.json index fc8dc500..dac91c5a 100644 --- a/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-3ankf.json +++ b/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-3ankf.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-3ankf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-3ankf","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-3ankf":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-3ankf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-3ankf"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-3ankf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-3ankf","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA4TextVSgqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-3ankf":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-3ankf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-3ankf"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-4uoxf.json b/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-4uoxf.json index 8b2ccc27..ec2aab99 100644 --- a/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-4uoxf.json +++ b/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-4uoxf.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-4uoxf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-4uoxf","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVqd_0_qd__yXEtAaBRd__SyRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-4uoxf":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-4uoxf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-4uoxf"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-4uoxf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-4uoxf","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVqd_0_qd__yXEtAaBRd__SyRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-4uoxf":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-4uoxf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-4uoxf"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-7cwut.json b/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-7cwut.json index 90e04061..037ea0fe 100644 --- a/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-7cwut.json +++ b/data/documentation/flow/vflow/searchable(text:placement:prompt:suggestions:)-7cwut.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-7cwut"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-7cwut","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-7cwut":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-7cwut","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-7cwut"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-7cwut"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-7cwut","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:placement:prompt:suggestions:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text9placement6prompt11suggestionsQrAA7BindingVySSG_AA20SearchFieldPlacementVAA18LocalizedStringKeyVqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"12.0","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"15.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the searchable modifier with the searchSuggestions modifier","introducedAt":"8.0","deprecated":false,"name":"watchOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the searchable modifier with the searchSuggestions modifier"}]}],"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-7cwut":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-7cwut","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-7cwut"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchable(text:tokens:placement:prompt:token:)-3h7yl.json b/data/documentation/flow/vflow/searchable(text:tokens:placement:prompt:token:)-3h7yl.json index 794c6c4b..ffa6af24 100644 --- a/data/documentation/flow/vflow/searchable(text:tokens:placement:prompt:token:)-3h7yl.json +++ b/data/documentation/flow/vflow/searchable(text:tokens:placement:prompt:token:)-3h7yl.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-3h7yl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-3h7yl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:placement:prompt:token:)-3h7yl":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-3h7yl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-3h7yl"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-3h7yl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-3h7yl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableAQRQr1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:placement:prompt:token:)-3h7yl":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-3h7yl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-3h7yl"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchable(text:tokens:placement:prompt:token:)-4lcci.json b/data/documentation/flow/vflow/searchable(text:tokens:placement:prompt:token:)-4lcci.json index bb4d7e20..bc5319c2 100644 --- a/data/documentation/flow/vflow/searchable(text:tokens:placement:prompt:token:)-4lcci.json +++ b/data/documentation/flow/vflow/searchable(text:tokens:placement:prompt:token:)-4lcci.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-4lcci"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-4lcci","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:placement:prompt:token:)-4lcci":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-4lcci","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-4lcci"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-4lcci"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-4lcci","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens9placement6prompt5tokenQrAA7BindingVySSG_AKyqd__GAA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSkRd__SmRd__AaBRd_0_s12IdentifiableASRQr0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:placement:prompt:token:)-4lcci":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-4lcci","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-4lcci"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-1szwl.json b/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-1szwl.json index 3501d4a6..7b5a0698 100644 --- a/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-1szwl.json +++ b/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-1szwl.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-1szwl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableARRQr1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-1szwl"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"StringProtocol","preciseIdentifier":"s:Sy"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-1szwl"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVqd_1_qd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_SyRd_1_s12IdentifiableARRQr1_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-1szwl"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-7dlwt.json b/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-7dlwt.json index 97658134..63dc0121 100644 --- a/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-7dlwt.json +++ b/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-7dlwt.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-7dlwt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-7dlwt"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-7dlwt"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA18LocalizedStringKeyVqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableATRQr0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-7dlwt"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8tq7s.json b/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8tq7s.json index b746cdf1..6709d2a8 100644 --- a/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8tq7s.json +++ b/data/documentation/flow/vflow/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8tq7s.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8tq7s"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8tq7s"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":" = .automatic, "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"MutableCollection","preciseIdentifier":"s:SM"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RandomAccessCollection","preciseIdentifier":"s:Sk"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"RangeReplaceableCollection","preciseIdentifier":"s:Sm"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8tq7s"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchable(text:tokens:suggestedTokens:placement:prompt:token:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10searchable4text6tokens15suggestedTokens9placement6prompt5tokenQrAA7BindingVySSG_ALyqd__GAnA20SearchFieldPlacementVAA4TextVSgqd_0_7ElementSTQyd__ctSMRd__SkRd__SmRd__AaBRd_0_s12IdentifiableAURQr0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8tq7s"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchcompletion(_:).json b/data/documentation/flow/vflow/searchcompletion(_:).json index a456c1e1..ae6740ab 100644 --- a/data/documentation/flow/vflow/searchcompletion(_:).json +++ b/data/documentation/flow/vflow/searchcompletion(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"completion"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchcompletion(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchCompletion(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchCompletion(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchCompletion(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16searchCompletionyQrSSF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/searchCompletion(_:)":{"role":"symbol","title":"searchCompletion(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchCompletion(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchcompletion(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"completion"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchcompletion(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchCompletion(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchCompletion(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchCompletion(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16searchCompletionyQrSSF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/searchCompletion(_:)":{"role":"symbol","title":"searchCompletion(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchCompletion(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchcompletion(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchsuggestions(_:).json b/data/documentation/flow/vflow/searchsuggestions(_:).json index c21fb613..1e1834cf 100644 --- a/data/documentation/flow/vflow/searchsuggestions(_:).json +++ b/data/documentation/flow/vflow/searchsuggestions(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchsuggestions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchSuggestions(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchSuggestions(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17searchSuggestionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/searchSuggestions(_:)":{"role":"symbol","title":"searchSuggestions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchsuggestions(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchsuggestions(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchSuggestions(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchSuggestions(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17searchSuggestionsyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/searchSuggestions(_:)":{"role":"symbol","title":"searchSuggestions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchsuggestions(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/searchsuggestions(_:for:).json b/data/documentation/flow/vflow/searchsuggestions(_:for:).json index eff69c10..94c9e65c 100644 --- a/data/documentation/flow/vflow/searchsuggestions(_:for:).json +++ b/data/documentation/flow/vflow/searchsuggestions(_:for:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"placements"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchsuggestions(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchSuggestions(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchSuggestions(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17searchSuggestions_3forQrAA10VisibilityO_AA06SearchE9PlacementV3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/searchSuggestions(_:for:)":{"role":"symbol","title":"searchSuggestions(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchsuggestions(_:for:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"placements"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/searchsuggestions(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.searchSuggestions(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"searchSuggestions(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17searchSuggestions_3forQrAA10VisibilityO_AA06SearchE9PlacementV3SetVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/searchSuggestions(_:for:)":{"role":"symbol","title":"searchSuggestions(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchsuggestions(_:for:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/shadow(color:radius:x:y:).json b/data/documentation/flow/vflow/shadow(color:radius:x:y:).json index 3260ddce..9e3aeaef 100644 --- a/data/documentation/flow/vflow/shadow(color:radius:x:y:).json +++ b/data/documentation/flow/vflow/shadow(color:radius:x:y:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":" = Color(.sRGBLinear, white: 0, opacity: 0.33), "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/shadow(color:radius:x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/shadow(color:radius:x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.shadow(color:radius:x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"shadow(color:radius:x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6shadow5color6radius1x1yQrAA5ColorV_14CoreFoundation7CGFloatVA2MtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/shadow(color:radius:x:y:)":{"role":"symbol","title":"shadow(color:radius:x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/shadow(color:radius:x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/shadow(color:radius:x:y:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":" = Color(.sRGBLinear, white: 0, opacity: 0.33), "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0, "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":" = 0) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/shadow(color:radius:x:y:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/shadow(color:radius:x:y:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.shadow(color:radius:x:y:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"shadow(color:radius:x:y:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6shadow5color6radius1x1yQrAA5ColorV_14CoreFoundation7CGFloatVA2MtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/shadow(color:radius:x:y:)":{"role":"symbol","title":"shadow(color:radius:x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/shadow(color:radius:x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/shadow(color:radius:x:y:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/sheet(ispresented:ondismiss:content:).json b/data/documentation/flow/vflow/sheet(ispresented:ondismiss:content:).json index 03115d2c..8342290a 100644 --- a/data/documentation/flow/vflow/sheet(ispresented:ondismiss:content:).json +++ b/data/documentation/flow/vflow/sheet(ispresented:ondismiss:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/sheet(ispresented:ondismiss:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(isPresented:onDismiss:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sheet(isPresented:onDismiss:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/sheet(isPresented:onDismiss:content:)":{"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(isPresented:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sheet(ispresented:ondismiss:content:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/sheet(ispresented:ondismiss:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(isPresented:onDismiss:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sheet(isPresented:onDismiss:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/sheet(isPresented:onDismiss:content:)":{"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(isPresented:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sheet(ispresented:ondismiss:content:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/sheet(item:ondismiss:content:).json b/data/documentation/flow/vflow/sheet(item:ondismiss:content:).json index 39109dc5..1db2f482 100644 --- a/data/documentation/flow/vflow/sheet(item:ondismiss:content:).json +++ b/data/documentation/flow/vflow/sheet(item:ondismiss:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/sheet(item:ondismiss:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(item:onDismiss:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sheet(item:onDismiss:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"sheet(item:onDismiss:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5sheet4item9onDismiss7contentQrAA7BindingVyqd__SgG_yycSgqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/sheet(item:onDismiss:content:)":{"role":"symbol","title":"sheet(item:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(item:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sheet(item:ondismiss:content:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")? = nil, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Identifiable","preciseIdentifier":"s:s12IdentifiableP"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/sheet(item:ondismiss:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(item:onDismiss:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.sheet(item:onDismiss:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"sheet(item:onDismiss:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE5sheet4item9onDismiss7contentQrAA7BindingVyqd__SgG_yycSgqd_0_qd__cts12IdentifiableRd__AaBRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/sheet(item:onDismiss:content:)":{"role":"symbol","title":"sheet(item:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(item:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sheet(item:ondismiss:content:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/simultaneousgesture(_:including:).json b/data/documentation/flow/vflow/simultaneousgesture(_:including:).json index c499e396..97aae916 100644 --- a/data/documentation/flow/vflow/simultaneousgesture(_:including:).json +++ b/data/documentation/flow/vflow/simultaneousgesture(_:including:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"gesture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Gesture","preciseIdentifier":"s:7SwiftUI7GestureP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/simultaneousgesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/simultaneousGesture(_:including:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.simultaneousGesture(_:including:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"simultaneousGesture(_:including:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19simultaneousGesture_9includingQrqd___AA0E4MaskVtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/simultaneousGesture(_:including:)":{"role":"symbol","title":"simultaneousGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/simultaneousGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/simultaneousgesture(_:including:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"gesture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mask"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":" = .all) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Gesture","preciseIdentifier":"s:7SwiftUI7GestureP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/simultaneousgesture(_:including:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/simultaneousGesture(_:including:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.simultaneousGesture(_:including:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"simultaneousGesture(_:including:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19simultaneousGesture_9includingQrqd___AA0E4MaskVtAA0E0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/simultaneousGesture(_:including:)":{"role":"symbol","title":"simultaneousGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/simultaneousGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/simultaneousgesture(_:including:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/sizethatfits(proposal:subviews:cache:).json b/data/documentation/flow/vflow/sizethatfits(proposal:subviews:cache:).json index 841b39fc..2793ba4f 100644 --- a/data/documentation/flow/vflow/sizethatfits(proposal:subviews:cache:).json +++ b/data/documentation/flow/vflow/sizethatfits(proposal:subviews:cache:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/sizethatfits(proposal:subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sizeThatFits(proposal:subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.sizeThatFits(proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"symbolKind":"method","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE12sizeThatFits8proposal8subviews5cacheSo6CGSizeVAD08ProposedF4SizeV_AD14LayoutSubviewsVytztF","extendedModule":"Flow","modules":[{"name":"Flow"}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/sizeThatFits(proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sizeThatFits(proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sizethatfits(proposal:subviews:cache:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/sizethatfits(proposal:subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sizeThatFits(proposal:subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.sizeThatFits(proposal:subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"symbolKind":"method","externalID":"s:4Flow5VFlowVAA7SwiftUI9EmptyViewVRszrlE12sizeThatFits8proposal8subviews5cacheSo6CGSizeVAD08ProposedF4SizeV_AD14LayoutSubviewsVytztF","extendedModule":"Flow","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/sizeThatFits(proposal:subviews:cache:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Content"},{"type":"text","text":" is "},{"type":"codeVoice","code":"EmptyView"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"sizeThatFits(proposal:subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sizeThatFits"},{"kind":"text","text":"("},{"kind":"externalParam","text":"proposal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ProposedViewSize","preciseIdentifier":"s:7SwiftUI16ProposedViewSizeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LayoutSubviews","preciseIdentifier":"s:7SwiftUI14LayoutSubviewsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" ()) -> "},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sizeThatFits(proposal:subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sizethatfits(proposal:subviews:cache:)"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/spacing(subviews:cache:).json b/data/documentation/flow/vflow/spacing(subviews:cache:).json index 940f1ff7..30bc5dbe 100644 --- a/data/documentation/flow/vflow/spacing(subviews:cache:).json +++ b/data/documentation/flow/vflow/spacing(subviews:cache:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/spacing(subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/spacing(subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.spacing(subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"spacing(subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE7spacing8subviews5cacheAA11ViewSpacingVAA0C8SubviewsV_5CacheQzztF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/spacing(subviews:cache:)":{"role":"symbol","title":"spacing(subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/spacing(subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/spacing(subviews:cache:)"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/spacing(subviews:cache:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/spacing(subviews:cache:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.spacing(subviews:cache:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"spacing(subviews:cache:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE7spacing8subviews5cacheAA11ViewSpacingVAA0C8SubviewsV_5CacheQzztF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/spacing(subviews:cache:)":{"role":"symbol","title":"spacing(subviews:cache:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"spacing"},{"kind":"text","text":"("},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":", "},{"kind":"externalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ViewSpacing","preciseIdentifier":"s:7SwiftUI11ViewSpacingV"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/spacing(subviews:cache:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/spacing(subviews:cache:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/speechadjustedpitch(_:).json b/data/documentation/flow/vflow/speechadjustedpitch(_:).json index 02bd342c..148f5782 100644 --- a/data/documentation/flow/vflow/speechadjustedpitch(_:).json +++ b/data/documentation/flow/vflow/speechadjustedpitch(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/speechadjustedpitch(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAdjustedPitch(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAdjustedPitch(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechAdjustedPitch(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19speechAdjustedPitchyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/speechAdjustedPitch(_:)":{"role":"symbol","title":"speechAdjustedPitch(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAdjustedPitch(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechadjustedpitch(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/speechadjustedpitch(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAdjustedPitch(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAdjustedPitch(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechAdjustedPitch(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19speechAdjustedPitchyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/speechAdjustedPitch(_:)":{"role":"symbol","title":"speechAdjustedPitch(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAdjustedPitch(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechadjustedpitch(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/speechalwaysincludespunctuation(_:).json b/data/documentation/flow/vflow/speechalwaysincludespunctuation(_:).json index fc076a33..34c951b5 100644 --- a/data/documentation/flow/vflow/speechalwaysincludespunctuation(_:).json +++ b/data/documentation/flow/vflow/speechalwaysincludespunctuation(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/speechalwaysincludespunctuation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAlwaysIncludesPunctuation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAlwaysIncludesPunctuation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE31speechAlwaysIncludesPunctuationyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/speechAlwaysIncludesPunctuation(_:)":{"role":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAlwaysIncludesPunctuation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechalwaysincludespunctuation(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/speechalwaysincludespunctuation(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAlwaysIncludesPunctuation(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechAlwaysIncludesPunctuation(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE31speechAlwaysIncludesPunctuationyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/speechAlwaysIncludesPunctuation(_:)":{"role":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAlwaysIncludesPunctuation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechalwaysincludespunctuation(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/speechspellsoutcharacters(_:).json b/data/documentation/flow/vflow/speechspellsoutcharacters(_:).json index 4b1c7f65..7147e642 100644 --- a/data/documentation/flow/vflow/speechspellsoutcharacters(_:).json +++ b/data/documentation/flow/vflow/speechspellsoutcharacters(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/speechspellsoutcharacters(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechSpellsOutCharacters(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechSpellsOutCharacters(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechSpellsOutCharacters(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25speechSpellsOutCharactersyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/speechSpellsOutCharacters(_:)":{"role":"symbol","title":"speechSpellsOutCharacters(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechSpellsOutCharacters(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechspellsoutcharacters(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/speechspellsoutcharacters(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechSpellsOutCharacters(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.speechSpellsOutCharacters(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"speechSpellsOutCharacters(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25speechSpellsOutCharactersyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/speechSpellsOutCharacters(_:)":{"role":"symbol","title":"speechSpellsOutCharacters(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechSpellsOutCharacters(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechspellsoutcharacters(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/strikethrough(_:pattern:color:).json b/data/documentation/flow/vflow/strikethrough(_:pattern:color:).json index 74b0fe7f..2253ece9 100644 --- a/data/documentation/flow/vflow/strikethrough(_:pattern:color:).json +++ b/data/documentation/flow/vflow/strikethrough(_:pattern:color:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":" = .solid, "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/strikethrough(_:pattern:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/strikethrough(_:pattern:color:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.strikethrough(_:pattern:color:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"strikethrough(_:pattern:color:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13strikethrough_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/strikethrough(_:pattern:color:)":{"role":"symbol","title":"strikethrough(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/strikethrough(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/strikethrough(_:pattern:color:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":" = .solid, "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/strikethrough(_:pattern:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/strikethrough(_:pattern:color:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.strikethrough(_:pattern:color:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"strikethrough(_:pattern:color:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13strikethrough_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/strikethrough(_:pattern:color:)":{"role":"symbol","title":"strikethrough(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/strikethrough(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/strikethrough(_:pattern:color:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/submitlabel(_:).json b/data/documentation/flow/vflow/submitlabel(_:).json index 443cc167..2d3db360 100644 --- a/data/documentation/flow/vflow/submitlabel(_:).json +++ b/data/documentation/flow/vflow/submitlabel(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"submitLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/submitlabel(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitLabel(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"submitLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11submitLabelyQrAA06SubmitE0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/submitLabel(_:)":{"role":"symbol","title":"submitLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/submitlabel(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"submitLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/submitlabel(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitLabel(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"submitLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11submitLabelyQrAA06SubmitE0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/submitLabel(_:)":{"role":"symbol","title":"submitLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/submitlabel(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/submitscope(_:).json b/data/documentation/flow/vflow/submitscope(_:).json index e0352a7a..9a3c060b 100644 --- a/data/documentation/flow/vflow/submitscope(_:).json +++ b/data/documentation/flow/vflow/submitscope(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isBlocking"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/submitscope(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitScope(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitScope(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"submitScope(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11submitScopeyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/submitScope(_:)":{"role":"symbol","title":"submitScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/submitscope(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isBlocking"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/submitscope(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitScope(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.submitScope(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"submitScope(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11submitScopeyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/submitScope(_:)":{"role":"symbol","title":"submitScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/submitscope(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/swipeactions(edge:allowsfullswipe:content:).json b/data/documentation/flow/vflow/swipeactions(edge:allowsfullswipe:content:).json index 1e2a2bc6..52bd7d17 100644 --- a/data/documentation/flow/vflow/swipeactions(edge:allowsfullswipe:content:).json +++ b/data/documentation/flow/vflow/swipeactions(edge:allowsfullswipe:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":" = .trailing, "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/swipeactions(edge:allowsfullswipe:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/swipeActions(edge:allowsFullSwipe:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.swipeActions(edge:allowsFullSwipe:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12swipeActions4edge15allowsFullSwipe7contentQrAA14HorizontalEdgeO_Sbqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/swipeActions(edge:allowsFullSwipe:content:)":{"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/swipeActions(edge:allowsFullSwipe:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/swipeactions(edge:allowsfullswipe:content:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":" = .trailing, "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/swipeactions(edge:allowsfullswipe:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/swipeActions(edge:allowsFullSwipe:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.swipeActions(edge:allowsFullSwipe:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12swipeActions4edge15allowsFullSwipe7contentQrAA14HorizontalEdgeO_Sbqd__yXEtAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/swipeActions(edge:allowsFullSwipe:content:)":{"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/swipeActions(edge:allowsFullSwipe:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/swipeactions(edge:allowsfullswipe:content:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/symbolrenderingmode(_:).json b/data/documentation/flow/vflow/symbolrenderingmode(_:).json index 31ee8d47..f43fd142 100644 --- a/data/documentation/flow/vflow/symbolrenderingmode(_:).json +++ b/data/documentation/flow/vflow/symbolrenderingmode(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/symbolrenderingmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolRenderingMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolRenderingMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"symbolRenderingMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19symbolRenderingModeyQrAA06SymboleF0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/symbolRenderingMode(_:)":{"role":"symbol","title":"symbolRenderingMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolRenderingMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/symbolrenderingmode(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/symbolrenderingmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolRenderingMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolRenderingMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"symbolRenderingMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19symbolRenderingModeyQrAA06SymboleF0VSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/symbolRenderingMode(_:)":{"role":"symbol","title":"symbolRenderingMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolRenderingMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/symbolrenderingmode(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/symbolvariant(_:).json b/data/documentation/flow/vflow/symbolvariant(_:).json index 9ca08018..aa37d2f6 100644 --- a/data/documentation/flow/vflow/symbolvariant(_:).json +++ b/data/documentation/flow/vflow/symbolvariant(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"variant"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/symbolvariant(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolVariant(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolVariant(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"symbolVariant(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13symbolVariantyQrAA14SymbolVariantsVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/symbolVariant(_:)":{"role":"symbol","title":"symbolVariant(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolVariant(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/symbolvariant(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"variant"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/symbolvariant(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolVariant(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.symbolVariant(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"symbolVariant(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13symbolVariantyQrAA14SymbolVariantsVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/symbolVariant(_:)":{"role":"symbol","title":"symbolVariant(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolVariant(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/symbolvariant(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/tabitem(_:).json b/data/documentation/flow/vflow/tabitem(_:).json index a76021d0..1936f0bb 100644 --- a/data/documentation/flow/vflow/tabitem(_:).json +++ b/data/documentation/flow/vflow/tabitem(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tabitem(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabItem(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabItem(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tabItem(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7tabItemyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/tabItem(_:)":{"role":"symbol","title":"tabItem(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabItem(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tabitem(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tabitem(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabItem(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabItem(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tabItem(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7tabItemyQrqd__yXEAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/tabItem(_:)":{"role":"symbol","title":"tabItem(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabItem(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tabitem(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/tablestyle(_:).json b/data/documentation/flow/vflow/tablestyle(_:).json index 3cf1addc..200cf9a2 100644 --- a/data/documentation/flow/vflow/tablestyle(_:).json +++ b/data/documentation/flow/vflow/tablestyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TableStyle","preciseIdentifier":"s:7SwiftUI10TableStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tablestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tableStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tableStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tableStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10tableStyleyQrqd__AA05TableE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/tableStyle(_:)":{"role":"symbol","title":"tableStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tableStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tablestyle(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TableStyle","preciseIdentifier":"s:7SwiftUI10TableStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tablestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tableStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tableStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tableStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10tableStyleyQrqd__AA05TableE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/tableStyle(_:)":{"role":"symbol","title":"tableStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tableStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tablestyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/tabviewstyle(_:).json b/data/documentation/flow/vflow/tabviewstyle(_:).json index e5546ad2..f627dd81 100644 --- a/data/documentation/flow/vflow/tabviewstyle(_:).json +++ b/data/documentation/flow/vflow/tabviewstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TabViewStyle","preciseIdentifier":"s:7SwiftUI12TabViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tabviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tabViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE03tabC5StyleyQrqd__AA03TabcE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/tabViewStyle(_:)":{"role":"symbol","title":"tabViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tabviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TabViewStyle","preciseIdentifier":"s:7SwiftUI12TabViewStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tabviewstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabViewStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tabViewStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tabViewStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE03tabC5StyleyQrqd__AA03TabcE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/tabViewStyle(_:)":{"role":"symbol","title":"tabViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tabviewstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/tag(_:).json b/data/documentation/flow/vflow/tag(_:).json index 35e34558..496c903b 100644 --- a/data/documentation/flow/vflow/tag(_:).json +++ b/data/documentation/flow/vflow/tag(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE3tagyQrqd__SHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/tag(_:)":{"role":"symbol","title":"tag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tag(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tag"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Hashable","preciseIdentifier":"s:SH"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tag(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tag(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tag(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tag(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE3tagyQrqd__SHRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/tag(_:)":{"role":"symbol","title":"tag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tag(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/task(id:priority:_:).json b/data/documentation/flow/vflow/task(id:priority:_:).json index 22f8e0a2..7291f43f 100644 --- a/data/documentation/flow/vflow/task(id:priority:_:).json +++ b/data/documentation/flow/vflow/task(id:priority:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":" = .userInitiated, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/task(id:priority:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(id:priority:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.task(id:priority:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"task(id:priority:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4task2id8priority_Qrqd___ScPyyYaYbctSQRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/task(id:priority:_:)":{"role":"symbol","title":"task(id:priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(id:priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/task(id:priority:_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":" = .userInitiated, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Equatable","preciseIdentifier":"s:SQ"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/task(id:priority:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(id:priority:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.task(id:priority:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"task(id:priority:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4task2id8priority_Qrqd___ScPyyYaYbctSQRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/task(id:priority:_:)":{"role":"symbol","title":"task(id:priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(id:priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/task(id:priority:_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/task(priority:_:).json b/data/documentation/flow/vflow/task(priority:_:).json index 57f177d2..40eea3d6 100644 --- a/data/documentation/flow/vflow/task(priority:_:).json +++ b/data/documentation/flow/vflow/task(priority:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":" = .userInitiated, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/task(priority:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(priority:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.task(priority:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"task(priority:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4task8priority_QrScP_yyYaYbctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/task(priority:_:)":{"role":"symbol","title":"task(priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/task(priority:_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":" = .userInitiated, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"action"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/task(priority:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(priority:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.task(priority:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"task(priority:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4task8priority_QrScP_yyYaYbctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/task(priority:_:)":{"role":"symbol","title":"task(priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/task(priority:_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/textcase(_:).json b/data/documentation/flow/vflow/textcase(_:).json index b12c7018..eda45da9 100644 --- a/data/documentation/flow/vflow/textcase(_:).json +++ b/data/documentation/flow/vflow/textcase(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textCase"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/textcase(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textCase(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textCase(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textCase(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8textCaseyQrAA4TextV0E0OSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/textCase(_:)":{"role":"symbol","title":"textCase(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textCase(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textcase(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textCase"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/textcase(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textCase(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textCase(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textCase(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8textCaseyQrAA4TextV0E0OSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/textCase(_:)":{"role":"symbol","title":"textCase(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textCase(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textcase(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/textcontenttype(_:).json b/data/documentation/flow/vflow/textcontenttype(_:).json index 3064e650..2d1ec0be 100644 --- a/data/documentation/flow/vflow/textcontenttype(_:).json +++ b/data/documentation/flow/vflow/textcontenttype(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textContentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/textcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textContentType(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textContentType(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textContentType(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15textContentTypeyQrSo06NSTexteF0aSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/textContentType(_:)":{"role":"symbol","title":"textContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textcontenttype(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"textContentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/textcontenttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textContentType(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textContentType(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textContentType(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15textContentTypeyQrSo06NSTexteF0aSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/textContentType(_:)":{"role":"symbol","title":"textContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textcontenttype(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/textfieldstyle(_:).json b/data/documentation/flow/vflow/textfieldstyle(_:).json index 83be5fb0..ce54c7fd 100644 --- a/data/documentation/flow/vflow/textfieldstyle(_:).json +++ b/data/documentation/flow/vflow/textfieldstyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textFieldStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TextFieldStyle","preciseIdentifier":"s:7SwiftUI14TextFieldStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/textfieldstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textFieldStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textFieldStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textFieldStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textFieldStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14textFieldStyleyQrqd__AA04TexteF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/textFieldStyle(_:)":{"role":"symbol","title":"textFieldStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textFieldStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textFieldStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textfieldstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textFieldStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TextFieldStyle","preciseIdentifier":"s:7SwiftUI14TextFieldStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/textfieldstyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textFieldStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textFieldStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textFieldStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textFieldStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14textFieldStyleyQrqd__AA04TexteF0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/textFieldStyle(_:)":{"role":"symbol","title":"textFieldStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textFieldStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textFieldStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textfieldstyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/textselection(_:).json b/data/documentation/flow/vflow/textselection(_:).json index 8a1227b8..e308843f 100644 --- a/data/documentation/flow/vflow/textselection(_:).json +++ b/data/documentation/flow/vflow/textselection(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"selectability"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TextSelectability","preciseIdentifier":"s:7SwiftUI17TextSelectabilityP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/textselection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textSelection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textSelection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textSelection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13textSelectionyQrqd__AA17TextSelectabilityRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/textSelection(_:)":{"role":"symbol","title":"textSelection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textSelection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textselection(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"selectability"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"TextSelectability","preciseIdentifier":"s:7SwiftUI17TextSelectabilityP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/textselection(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textSelection(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.textSelection(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"textSelection(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE13textSelectionyQrqd__AA17TextSelectabilityRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/textSelection(_:)":{"role":"symbol","title":"textSelection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textSelection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textselection(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/tint(_:).json b/data/documentation/flow/vflow/tint(_:).json index 3c9a3095..0d6d02e4 100644 --- a/data/documentation/flow/vflow/tint(_:).json +++ b/data/documentation/flow/vflow/tint(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tint(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tint(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4tintyQrAA5ColorVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/tint(_:)":{"role":"symbol","title":"tint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tint(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tint(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tint(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tint(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tint(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tint(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE4tintyQrAA5ColorVSgF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"12.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"15.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"8.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/tint(_:)":{"role":"symbol","title":"tint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tint(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tint(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/togglestyle(_:).json b/data/documentation/flow/vflow/togglestyle(_:).json index a26dae2a..25251a39 100644 --- a/data/documentation/flow/vflow/togglestyle(_:).json +++ b/data/documentation/flow/vflow/togglestyle(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ToggleStyle","preciseIdentifier":"s:7SwiftUI11ToggleStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/togglestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toggleStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toggleStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toggleStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11toggleStyleyQrqd__AA06ToggleE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/toggleStyle(_:)":{"role":"symbol","title":"toggleStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toggleStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/togglestyle(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ToggleStyle","preciseIdentifier":"s:7SwiftUI11ToggleStyleP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/togglestyle(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toggleStyle(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toggleStyle(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toggleStyle(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11toggleStyleyQrqd__AA06ToggleE0Rd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/toggleStyle(_:)":{"role":"symbol","title":"toggleStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toggleStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/togglestyle(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/toolbar(_:for:).json b/data/documentation/flow/vflow/toolbar(_:for:).json index a62cdbac..5f056f32 100644 --- a/data/documentation/flow/vflow/toolbar(_:for:).json +++ b/data/documentation/flow/vflow/toolbar(_:for:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbar(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/toolbar(_:for:)":{"role":"symbol","title":"toolbar(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(_:for:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbar(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/toolbar(_:for:)":{"role":"symbol","title":"toolbar(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(_:for:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/toolbar(content:)-1cpst.json b/data/documentation/flow/vflow/toolbar(content:)-1cpst.json index 41acb034..8e00def6 100644 --- a/data/documentation/flow/vflow/toolbar(content:)-1cpst.json +++ b/data/documentation/flow/vflow/toolbar(content:)-1cpst.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ToolbarContent","preciseIdentifier":"s:7SwiftUI14ToolbarContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbar(content:)-1cpst"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-1cpst","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAA14ToolbarContentRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/toolbar(content:)-1cpst":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-1cpst","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(content:)-1cpst"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"ToolbarContent","preciseIdentifier":"s:7SwiftUI14ToolbarContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbar(content:)-1cpst"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-1cpst","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAA14ToolbarContentRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/toolbar(content:)-1cpst":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-1cpst","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(content:)-1cpst"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/toolbar(content:)-312g3.json b/data/documentation/flow/vflow/toolbar(content:)-312g3.json index 10973a9d..ae5f44cb 100644 --- a/data/documentation/flow/vflow/toolbar(content:)-312g3.json +++ b/data/documentation/flow/vflow/toolbar(content:)-312g3.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbar(content:)-312g3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-312g3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/toolbar(content:)-312g3":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-312g3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(content:)-312g3"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbar(content:)-312g3"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-312g3","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/toolbar(content:)-312g3":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-312g3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(content:)-312g3"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/toolbar(id:content:).json b/data/documentation/flow/vflow/toolbar(id:content:).json index 2f620561..7fd56ca1 100644 --- a/data/documentation/flow/vflow/toolbar(id:content:).json +++ b/data/documentation/flow/vflow/toolbar(id:content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"CustomizableToolbarContent","preciseIdentifier":"s:7SwiftUI26CustomizableToolbarContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbar(id:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(id:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(id:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(id:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar2id7contentQrSS_qd__yXEtAA26CustomizableToolbarContentRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/toolbar(id:content:)":{"role":"symbol","title":"toolbar(id:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(id:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(id:content:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"CustomizableToolbarContent","preciseIdentifier":"s:7SwiftUI26CustomizableToolbarContentP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbar(id:content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(id:content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbar(id:content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbar(id:content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE7toolbar2id7contentQrSS_qd__yXEtAA26CustomizableToolbarContentRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/toolbar(id:content:)":{"role":"symbol","title":"toolbar(id:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(id:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(id:content:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/toolbarbackground(_:for:).json b/data/documentation/flow/vflow/toolbarbackground(_:for:).json index b78efb60..3b3c1b4a 100644 --- a/data/documentation/flow/vflow/toolbarbackground(_:for:).json +++ b/data/documentation/flow/vflow/toolbarbackground(_:for:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbarbackground(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarBackground(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarBackground(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarBackground(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17toolbarBackground_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/toolbarBackground(_:for:)":{"role":"symbol","title":"toolbarBackground(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarBackground(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarbackground(_:for:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"visibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbarbackground(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarBackground(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarBackground(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarBackground(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE17toolbarBackground_3forQrAA10VisibilityO_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/toolbarBackground(_:for:)":{"role":"symbol","title":"toolbarBackground(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarBackground(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarbackground(_:for:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/toolbarcolorscheme(_:for:).json b/data/documentation/flow/vflow/toolbarcolorscheme(_:for:).json index d7cc6239..a0ef6cf4 100644 --- a/data/documentation/flow/vflow/toolbarcolorscheme(_:for:).json +++ b/data/documentation/flow/vflow/toolbarcolorscheme(_:for:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbarcolorscheme(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarColorScheme(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarColorScheme(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarColorScheme(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18toolbarColorScheme_3forQrAA0eF0OSg_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/toolbarColorScheme(_:for:)":{"role":"symbol","title":"toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarColorScheme(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarcolorscheme(_:for:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"colorScheme"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":" "},{"kind":"internalParam","text":"bars"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbarcolorscheme(_:for:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarColorScheme(_:for:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarColorScheme(_:for:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarColorScheme(_:for:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE18toolbarColorScheme_3forQrAA0eF0OSg_AA16ToolbarPlacementVdtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/toolbarColorScheme(_:for:)":{"role":"symbol","title":"toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarColorScheme(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarcolorscheme(_:for:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/toolbarrole(_:).json b/data/documentation/flow/vflow/toolbarrole(_:).json index 168759b2..8e26442b 100644 --- a/data/documentation/flow/vflow/toolbarrole(_:).json +++ b/data/documentation/flow/vflow/toolbarrole(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbarrole(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarRole(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarRole(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarRole(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11toolbarRoleyQrAA07ToolbarE0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/toolbarRole(_:)":{"role":"symbol","title":"toolbarRole(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarRole(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarrole(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbarrole(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarRole(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarRole(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarRole(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11toolbarRoleyQrAA07ToolbarE0VF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/toolbarRole(_:)":{"role":"symbol","title":"toolbarRole(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarRole(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarrole(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/toolbartitlemenu(content:).json b/data/documentation/flow/vflow/toolbartitlemenu(content:).json index 520cbd6b..660d6f3f 100644 --- a/data/documentation/flow/vflow/toolbartitlemenu(content:).json +++ b/data/documentation/flow/vflow/toolbartitlemenu(content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbartitlemenu(content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarTitleMenu(content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarTitleMenu(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarTitleMenu(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16toolbarTitleMenu7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/toolbarTitleMenu(content:)":{"role":"symbol","title":"toolbarTitleMenu(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarTitleMenu(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbartitlemenu(content:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/toolbartitlemenu(content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarTitleMenu(content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.toolbarTitleMenu(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"toolbarTitleMenu(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE16toolbarTitleMenu7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/toolbarTitleMenu(content:)":{"role":"symbol","title":"toolbarTitleMenu(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarTitleMenu(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbartitlemenu(content:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/touchbar(_:).json b/data/documentation/flow/vflow/touchbar(_:).json index 4e32b864..baaa6686 100644 --- a/data/documentation/flow/vflow/touchbar(_:).json +++ b/data/documentation/flow/vflow/touchbar(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"touchBar"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/touchbar(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBar(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBar(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8touchBaryQrAA05TouchE0Vyqd__GAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/touchBar(_:)":{"role":"symbol","title":"touchBar(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbar(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"touchBar"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/touchbar(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBar(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBar(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8touchBaryQrAA05TouchE0Vyqd__GAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/touchBar(_:)":{"role":"symbol","title":"touchBar(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbar(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/touchbar(content:).json b/data/documentation/flow/vflow/touchbar(content:).json index fcb077a7..eca33648 100644 --- a/data/documentation/flow/vflow/touchbar(content:).json +++ b/data/documentation/flow/vflow/touchbar(content:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/touchbar(content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8touchBar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/touchBar(content:)":{"role":"symbol","title":"touchBar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbar(content:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/touchbar(content:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(content:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBar(content:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBar(content:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8touchBar7contentQrqd__yXE_tAaBRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/touchBar(content:)":{"role":"symbol","title":"touchBar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbar(content:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/touchbarcustomizationlabel(_:).json b/data/documentation/flow/vflow/touchbarcustomizationlabel(_:).json index 8c5a7bd6..8bad1fcd 100644 --- a/data/documentation/flow/vflow/touchbarcustomizationlabel(_:).json +++ b/data/documentation/flow/vflow/touchbarcustomizationlabel(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/touchbarcustomizationlabel(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarCustomizationLabel(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarCustomizationLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBarCustomizationLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26touchBarCustomizationLabelyQrAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/touchBarCustomizationLabel(_:)":{"role":"symbol","title":"touchBarCustomizationLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarCustomizationLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbarcustomizationlabel(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/touchbarcustomizationlabel(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarCustomizationLabel(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarCustomizationLabel(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBarCustomizationLabel(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE26touchBarCustomizationLabelyQrAA4TextVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/touchBarCustomizationLabel(_:)":{"role":"symbol","title":"touchBarCustomizationLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarCustomizationLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbarcustomizationlabel(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/touchbaritempresence(_:).json b/data/documentation/flow/vflow/touchbaritempresence(_:).json index 812448a4..7b54f17f 100644 --- a/data/documentation/flow/vflow/touchbaritempresence(_:).json +++ b/data/documentation/flow/vflow/touchbaritempresence(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"presence"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/touchbaritempresence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPresence(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPresence(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBarItemPresence(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20touchBarItemPresenceyQrAA05TouchefG0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/touchBarItemPresence(_:)":{"role":"symbol","title":"touchBarItemPresence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPresence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbaritempresence(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"presence"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/touchbaritempresence(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPresence(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPresence(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBarItemPresence(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20touchBarItemPresenceyQrAA05TouchefG0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/touchBarItemPresence(_:)":{"role":"symbol","title":"touchBarItemPresence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPresence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbaritempresence(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/touchbaritemprincipal(_:).json b/data/documentation/flow/vflow/touchbaritemprincipal(_:).json index 1bf40667..50d7fdec 100644 --- a/data/documentation/flow/vflow/touchbaritemprincipal(_:).json +++ b/data/documentation/flow/vflow/touchbaritemprincipal(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"principal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/touchbaritemprincipal(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPrincipal(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPrincipal(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBarItemPrincipal(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21touchBarItemPrincipalyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/touchBarItemPrincipal(_:)":{"role":"symbol","title":"touchBarItemPrincipal(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPrincipal(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbaritemprincipal(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"principal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/touchbaritemprincipal(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPrincipal(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.touchBarItemPrincipal(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"touchBarItemPrincipal(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE21touchBarItemPrincipalyQrSbF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/touchBarItemPrincipal(_:)":{"role":"symbol","title":"touchBarItemPrincipal(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPrincipal(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbaritemprincipal(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/tracking(_:).json b/data/documentation/flow/vflow/tracking(_:).json index 774adf4f..5c6d4262 100644 --- a/data/documentation/flow/vflow/tracking(_:).json +++ b/data/documentation/flow/vflow/tracking(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tracking"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tracking(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tracking(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tracking(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tracking(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8trackingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/tracking(_:)":{"role":"symbol","title":"tracking(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tracking(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tracking(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"tracking"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/tracking(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tracking(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.tracking(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"tracking(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE8trackingyQr14CoreFoundation7CGFloatVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/tracking(_:)":{"role":"symbol","title":"tracking(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tracking(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tracking(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/transaction(_:).json b/data/documentation/flow/vflow/transaction(_:).json index 12e8bd76..40470181 100644 --- a/data/documentation/flow/vflow/transaction(_:).json +++ b/data/documentation/flow/vflow/transaction(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transaction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transaction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transaction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11transactionyQryAA11TransactionVzcF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/transaction(_:)":{"role":"symbol","title":"transaction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transaction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transaction(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transaction(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transaction(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transaction(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transaction(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11transactionyQryAA11TransactionVzcF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/transaction(_:)":{"role":"symbol","title":"transaction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transaction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transaction(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/transformanchorpreference(key:value:transform:).json b/data/documentation/flow/vflow/transformanchorpreference(key:value:transform:).json index d6ce289f..5b29a53c 100644 --- a/data/documentation/flow/vflow/transformanchorpreference(key:value:transform:).json +++ b/data/documentation/flow/vflow/transformanchorpreference(key:value:transform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":" "},{"kind":"internalParam","text":"_"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transformanchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformAnchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformAnchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25transformAnchorPreference3key5value0D0Qrqd_0_m_AA0E0V6SourceVyqd___Gy5ValueQyd_0_z_AIyqd__GtctAA0F3KeyRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/transformAnchorPreference(key:value:transform:)":{"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformAnchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformanchorpreference(key:value:transform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":" "},{"kind":"internalParam","text":"_"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transformanchorpreference(key:value:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformAnchorPreference(key:value:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformAnchorPreference(key:value:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE25transformAnchorPreference3key5value0D0Qrqd_0_m_AA0E0V6SourceVyqd___Gy5ValueQyd_0_z_AIyqd__GtctAA0F3KeyRd_0_r0_lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/transformAnchorPreference(key:value:transform:)":{"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformAnchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformanchorpreference(key:value:transform:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/transformeffect(_:).json b/data/documentation/flow/vflow/transformeffect(_:).json index 66c5333e..3a737a8a 100644 --- a/data/documentation/flow/vflow/transformeffect(_:).json +++ b/data/documentation/flow/vflow/transformeffect(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transformeffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEffect(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformEffect(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformEffect(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15transformEffectyQrSo17CGAffineTransformVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/transformEffect(_:)":{"role":"symbol","title":"transformEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformeffect(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transformeffect(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEffect(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformEffect(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformEffect(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE15transformEffectyQrSo17CGAffineTransformVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/transformEffect(_:)":{"role":"symbol","title":"transformEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformeffect(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/transformenvironment(_:transform:).json b/data/documentation/flow/vflow/transformenvironment(_:transform:).json index a7b37d84..72f1471e 100644 --- a/data/documentation/flow/vflow/transformenvironment(_:transform:).json +++ b/data/documentation/flow/vflow/transformenvironment(_:transform:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transformenvironment(_:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEnvironment(_:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformEnvironment(_:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformEnvironment(_:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20transformEnvironment_0D0Qrs15WritableKeyPathCyAA0E6ValuesVqd__G_yqd__zctlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/transformEnvironment(_:transform:)":{"role":"symbol","title":"transformEnvironment(_:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEnvironment(_:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformenvironment(_:transform:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"keyPath"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transformenvironment(_:transform:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEnvironment(_:transform:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformEnvironment(_:transform:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformEnvironment(_:transform:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE20transformEnvironment_0D0Qrs15WritableKeyPathCyAA0E6ValuesVqd__G_yqd__zctlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/transformEnvironment(_:transform:)":{"role":"symbol","title":"transformEnvironment(_:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEnvironment(_:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformenvironment(_:transform:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/transformpreference(_:_:).json b/data/documentation/flow/vflow/transformpreference(_:_:).json index 26718726..29fa1da7 100644 --- a/data/documentation/flow/vflow/transformpreference(_:_:).json +++ b/data/documentation/flow/vflow/transformpreference(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"callback"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transformpreference(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformPreference(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformPreference(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformPreference(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19transformPreferenceyQrqd__m_y5ValueQyd__zctAA0E3KeyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/transformPreference(_:_:)":{"role":"symbol","title":"transformPreference(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformPreference(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformpreference(_:_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type = K.self, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"callback"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"PreferenceKey","preciseIdentifier":"s:7SwiftUI13PreferenceKeyP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transformpreference(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformPreference(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transformPreference(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transformPreference(_:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE19transformPreferenceyQrqd__m_y5ValueQyd__zctAA0E3KeyRd__lF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/transformPreference(_:_:)":{"role":"symbol","title":"transformPreference(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformPreference(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformpreference(_:_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/transition(_:).json b/data/documentation/flow/vflow/transition(_:).json index 9b809cad..3536d0a6 100644 --- a/data/documentation/flow/vflow/transition(_:).json +++ b/data/documentation/flow/vflow/transition(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"t"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transition(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transition(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transition(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transition(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10transitionyQrAA13AnyTransitionVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/transition(_:)":{"role":"symbol","title":"transition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transition(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"t"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/transition(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transition(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.transition(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"transition(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10transitionyQrAA13AnyTransitionVF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/transition(_:)":{"role":"symbol","title":"transition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transition(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/truncationmode(_:).json b/data/documentation/flow/vflow/truncationmode(_:).json index 497256eb..a7560448 100644 --- a/data/documentation/flow/vflow/truncationmode(_:).json +++ b/data/documentation/flow/vflow/truncationmode(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/truncationmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/truncationMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.truncationMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"truncationMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14truncationModeyQrAA4TextV010TruncationE0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/truncationMode(_:)":{"role":"symbol","title":"truncationMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/truncationMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/truncationmode(_:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"mode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/truncationmode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/truncationMode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.truncationMode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"truncationMode(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE14truncationModeyQrAA4TextV010TruncationE0OF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/truncationMode(_:)":{"role":"symbol","title":"truncationMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/truncationMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/truncationmode(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/underline(_:pattern:color:).json b/data/documentation/flow/vflow/underline(_:pattern:color:).json index 6add3f14..ea341517 100644 --- a/data/documentation/flow/vflow/underline(_:pattern:color:).json +++ b/data/documentation/flow/vflow/underline(_:pattern:color:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":" = .solid, "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/underline(_:pattern:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/underline(_:pattern:color:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.underline(_:pattern:color:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"underline(_:pattern:color:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9underline_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/underline(_:pattern:color:)":{"role":"symbol","title":"underline(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/underline(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/underline(_:pattern:color:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":" = .solid, "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"? = nil) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/underline(_:pattern:color:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/underline(_:pattern:color:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.underline(_:pattern:color:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"underline(_:pattern:color:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE9underline_7pattern5colorQrSb_AA4TextV9LineStyleV7PatternVAA5ColorVSgtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/underline(_:pattern:color:)":{"role":"symbol","title":"underline(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/underline(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/underline(_:pattern:color:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/unredacted().json b/data/documentation/flow/vflow/unredacted().json index 75347182..31650245 100644 --- a/data/documentation/flow/vflow/unredacted().json +++ b/data/documentation/flow/vflow/unredacted().json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"unredacted"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/unredacted()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/unredacted()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.unredacted()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"unredacted()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"unredacted"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10unredactedQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/unredacted()":{"role":"symbol","title":"unredacted()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"unredacted"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/unredacted()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/unredacted()"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"unredacted"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/unredacted()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/unredacted()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.unredacted()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"unredacted()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"unredacted"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE10unredactedQryF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/unredacted()":{"role":"symbol","title":"unredacted()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"unredacted"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/unredacted()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/unredacted()"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/updatecache(_:subviews:).json b/data/documentation/flow/vflow/updatecache(_:subviews:).json index 373d3177..b0934e4a 100644 --- a/data/documentation/flow/vflow/updatecache(_:subviews:).json +++ b/data/documentation/flow/vflow/updatecache(_:subviews:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/updatecache(_:subviews:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/updateCache(_:subviews:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.updateCache(_:subviews:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"updateCache(_:subviews:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE11updateCache_8subviewsy0E0Qzz_AA0C8SubviewsVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/updateCache(_:subviews:)":{"role":"symbol","title":"updateCache(_:subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/updateCache(_:subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/updatecache(_:subviews:)"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"cache"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/updatecache(_:subviews:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/updateCache(_:subviews:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Layout.updateCache(_:subviews:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"updateCache(_:subviews:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"symbolKind":"method","externalID":"s:7SwiftUI6LayoutPAAE11updateCache_8subviewsy0E0Qzz_AA0C8SubviewsVtF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"16.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"9.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/updateCache(_:subviews:)":{"role":"symbol","title":"updateCache(_:subviews:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"updateCache"},{"kind":"text","text":"("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Cache"},{"kind":"text","text":", "},{"kind":"externalParam","text":"subviews"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Subviews","preciseIdentifier":"s:7SwiftUI6LayoutP8Subviewsa"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/updateCache(_:subviews:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/updatecache(_:subviews:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/Layout-Implementations":{"role":"collectionGroup","title":"Layout Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/Layout-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/layout-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/useractivity(_:element:_:).json b/data/documentation/flow/vflow/useractivity(_:element:_:).json index b8abb358..0adc7887 100644 --- a/data/documentation/flow/vflow/useractivity(_:element:_:).json +++ b/data/documentation/flow/vflow/useractivity(_:element:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"update"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/useractivity(_:element:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:element:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.userActivity(_:element:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"userActivity(_:element:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12userActivity_7element_QrSS_qd__Sgyqd___So06NSUserE0CtctlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow/userActivity(_:element:_:)":{"role":"symbol","title":"userActivity(_:element:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:element:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/useractivity(_:element:_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"update"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/useractivity(_:element:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:element:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.userActivity(_:element:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"userActivity(_:element:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12userActivity_7element_QrSS_qd__Sgyqd___So06NSUserE0CtctlF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/userActivity(_:element:_:)":{"role":"symbol","title":"userActivity(_:element:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:element:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/useractivity(_:element:_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/useractivity(_:isactive:_:).json b/data/documentation/flow/vflow/useractivity(_:isactive:_:).json index 4174791a..624e0f03 100644 --- a/data/documentation/flow/vflow/useractivity(_:isactive:_:).json +++ b/data/documentation/flow/vflow/useractivity(_:isactive:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"update"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/useractivity(_:isactive:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:isActive:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.userActivity(_:isActive:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"userActivity(_:isActive:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12userActivity_8isActive_QrSS_SbySo06NSUserE0CctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/userActivity(_:isActive:_:)":{"role":"symbol","title":"userActivity(_:isActive:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:isActive:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/useractivity(_:isactive:_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"activityType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = true, "},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"update"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/useractivity(_:isactive:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:isActive:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.userActivity(_:isActive:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"userActivity(_:isActive:_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE12userActivity_8isActive_QrSS_SbySo06NSUserE0CctF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"11.0","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"14.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"7.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/userActivity(_:isActive:_:)":{"role":"symbol","title":"userActivity(_:isActive:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:isActive:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/useractivity(_:isactive:_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/view-implementations.json b/data/documentation/flow/vflow/view-implementations.json index 7db5b256..e6e9a2e4 100644 --- a/data/documentation/flow/vflow/view-implementations.json +++ b/data/documentation/flow/vflow/view-implementations.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/flow\/vflow\/view-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Methods","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/accentColor(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-29xb5","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-5utfe","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(addTraits:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hidden:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hint:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(identifier:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(inputLabels:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(label:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(removeTraits:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(selectionIdentifier:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(sortPriority:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(value:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(action:label:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-5nej8","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-696dd","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-9q39i","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActions(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-43kjh","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-6jhkt","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAddTraits(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAdjustableAction(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChartDescriptor(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChildren(children:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-20kuj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-2tcyt","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-38n1z","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-4wzpp","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-63ahp","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-6zba5","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-85q9f","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-9b4j7","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityElement(children:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:equals:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHeading(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-4a8ym","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-8cu70","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-9euas","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIdentifier(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIgnoresInvertColors(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-45bbd","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-7bcc4","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-llrk","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-2kykl","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-3y0fn","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-9hkbr","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabeledPair(role:id:in:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLinkedGroup(id:in:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRemoveTraits(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRepresentation(representation:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRespondsToUserInteraction(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-4563m","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-7qt8j","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-8racx","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-9lnbj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-3t772","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-4c98q","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-88fkj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-ow5x","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-2khy5","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-38pcu","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-6ih0d","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-77yn4","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotorEntry(id:in:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityScrollAction(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilitySortPriority(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityTextContentType(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6amxu","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6g91f","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-9toi3","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-11wj1","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8j2ni","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8l0ej","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-281fz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-5s5rc","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-xdfe","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-6ak9f","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-84ho7","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-9p4ki","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-1sm0b","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-7f2c1","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-8y7im","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:message:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(item:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-3oexg","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-zilv","doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsHitTesting(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsTightening(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/anchorPreference(key:value:transform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:value:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-3eiva","doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-6jghc","doc:\/\/Flow\/documentation\/Flow\/VFlow\/autocorrectionDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:alignment:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-5izpq","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-742w2","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(alignment:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ckkj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ct2w","doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-22epv","doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-6q17h","doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7l7uw","doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7tf7x","doc:\/\/Flow\/documentation\/Flow\/VFlow\/baselineOffset(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/blendMode(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/blur(radius:opaque:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/bold(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/border(_:width:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/brightness(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonBorderShape(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-8eu27","doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-9b9z","doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipShape(_:style:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipped(antialiased:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorInvert()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorMultiply(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorScheme(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/compositingGroup()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-57cjy","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga","doc:\/\/Flow\/documentation\/Flow\/VFlow\/containerShape(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:_:eoFill:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:eoFill:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentTransition(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(forSelectionType:menu:primaryAction:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:preview:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contrast(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlGroupStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlSize(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/coordinateSpace(name:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/copyable(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/cornerRadius(_:antialiased:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/cuttable(for:action:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/datePickerStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultAppStorage(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultFocus(_:_:priority:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/deleteDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/disableAutocorrection(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/disabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/disclosureGroupStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:preview:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/drawingGroup(opaque:colorMode:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/dropDestination(for:action:isTargeted:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/dynamicTypeSize(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/edgesIgnoringSafeArea(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/environment(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/environmentObject(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:onEdit:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:onEdit:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hjpz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:file:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:files:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize(horizontal:vertical:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/flipsForRightToLeftLayoutDirection(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusScope(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusSection()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:onFocusChange:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:equals:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-2mezs","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-6o9gz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-28mg0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-3ayn0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5429z","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5ao0l","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-4lbna","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-fde6","doc:\/\/Flow\/documentation\/Flow\/VFlow\/font(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontDesign(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWeight(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWidth(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundColor(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/formStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(width:height:alignment:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gaugeStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/grayscale(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellAnchor(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellColumns(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellUnsizedAxes(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridColumnAlignment(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/groupBoxStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/handlesExternalEvents(preferring:allowing:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/headerProminence(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-1qu8j","doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-9w4fl","doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-zq71","doc:\/\/Flow\/documentation\/Flow\/VFlow\/hidden()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/highPriorityGesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/horizontalRadioGroupLayout()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/hueRotation(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/id(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/ignoresSafeArea(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/imageScale(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/importableFromServices(for:action:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/importsItemProviders(_:onImport:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactionActivityTrackingTag(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactiveDismissDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/italic(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/itemProvider(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/kerning(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-5fz36","doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-6qav2","doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:localization:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/labeledContentStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelsHidden()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutPriority(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutValue(key:value:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-3jo4w","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-7dzlk","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-80jsd","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-9nxap","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:reservesSpace:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineSpacing(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-48zqj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-9pqni","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowBackground(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowInsets(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparator(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparatorTint(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparator(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparatorTint(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/luminanceToAlpha()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuButtonStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuIndicator(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuOrder(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/minimumScaleFactor(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/modifier(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospaced(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospacedDigit()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/moveDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/multilineTextAlignment(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarBackButtonHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-1so2a","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-32efy","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-6trk5","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-1ycu0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-7v30g","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-8bpg6","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(for:destination:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(isPresented:destination:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-1bw00","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-3usj0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-7xvnq","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-82wbn","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-5teyi","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-6oqyx","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-7ej53","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-51uop","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-5b77s","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-648on","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-756bz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-7za07","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(x:y:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onAppear(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onChange(of:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCommand(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinueUserActivity(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinuousHover(coordinateSpace:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCopyCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCutCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDeleteCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDisappear(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:preview:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-3xvlp","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-6fwv","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-392m0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-5y218","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-6bbt0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-7ds8d","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onExitCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onHover(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onMoveCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onOpenURL(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-64e3w","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-68bvd","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-1e5ja","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-9z4ur","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPlayPauseCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPreferenceChange(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onReceive(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onSubmit(of:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:coordinateSpace:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/opacity(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:alignment:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:in:fillStyle:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(alignment:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-2e3se","doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-36kz7","doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/pageCommand(value:in:step:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/pasteDestination(for:action:validator:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/persistentSystemOverlays(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/pickerStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(x:y:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/preference(key:value:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/preferredColorScheme(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/prefersDefaultFocus(_:in:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:selection:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDragIndicator(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowToolbarStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewContext(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDevice(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDisplayName(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewInterfaceOrientation(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewLayout(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/privacySensitive(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/progressViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/projectionEffect(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/redacted(reason:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/refreshable(action:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-4j3bn","doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-9y6ft","doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotationEffect(_:anchor:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-97qbs","doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-ezbz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/saturation(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-7zqkd","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-rz0n","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(x:y:anchor:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFill()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFit()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollContentBackground(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDismissesKeyboard(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollIndicators(_:axes:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchCompletion(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchScopes(_:scopes:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:for:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-19sfb","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-7u1lz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-8jpi0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-3ankf","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-4uoxf","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-7cwut","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-3h7yl","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-4lcci","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-k523","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s","doc:\/\/Flow\/documentation\/Flow\/VFlow\/shadow(color:radius:x:y:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(isPresented:onDismiss:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(item:onDismiss:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/simultaneousGesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAdjustedPitch(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAlwaysIncludesPunctuation(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAnnouncementsQueued(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechSpellsOutCharacters(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/strikethrough(_:pattern:color:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitLabel(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitScope(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/swipeActions(edge:allowsFullSwipe:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolRenderingMode(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolVariant(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabItem(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tableStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tag(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(id:priority:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(priority:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/textCase(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/textContentType(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/textFieldStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/textSelection(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tint(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toggleStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(_:for:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-1cpst","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-312g3","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(id:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarBackground(_:for:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarColorScheme(_:for:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarRole(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarTitleMenu(content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarCustomizationLabel(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPresence(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPrincipal(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tracking(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transaction(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformAnchorPreference(key:value:transform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEffect(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEnvironment(_:transform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformPreference(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transition(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/truncationMode(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/underline(_:pattern:color:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/unredacted()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:element:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:isActive:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/zIndex(_:)"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Flow"}],"role":"collectionGroup","title":"View Implementations"},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow/VFlow/labelsHidden()":{"role":"symbol","title":"labelsHidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelsHidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labelshidden()"},"doc://Flow/documentation/Flow/VFlow/hueRotation(_:)":{"role":"symbol","title":"hueRotation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hueRotation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/huerotation(_:)"},"doc://Flow/documentation/Flow/VFlow/contentTransition(_:)":{"role":"symbol","title":"contentTransition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentTransition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contenttransition(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/hidden()":{"role":"symbol","title":"hidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/hidden()"},"doc://Flow/documentation/Flow/VFlow/mask(alignment:_:)":{"role":"symbol","title":"mask(alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/mask(alignment:_:)"},"doc://Flow/documentation/Flow/VFlow/moveDisabled(_:)":{"role":"symbol","title":"moveDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/moveDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/movedisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-8j2ni":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8j2ni","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8j2ni"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-4exmg"},"doc://Flow/documentation/Flow/VFlow/focusScope(_:)":{"role":"symbol","title":"focusScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusscope(_:)"},"doc://Flow/documentation/Flow/VFlow/unredacted()":{"role":"symbol","title":"unredacted()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"unredacted"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/unredacted()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/unredacted()"},"doc://Flow/documentation/Flow/VFlow/overlay(_:alignment:)":{"role":"symbol","title":"overlay(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/overlay(_:alignment:)"},"doc://Flow/documentation/Flow/VFlow/scaledToFill()":{"role":"symbol","title":"scaledToFill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFill()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaledtofill()"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-4c98q":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-4c98q","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-4c98q"},"doc://Flow/documentation/Flow/VFlow/navigationViewStyle(_:)":{"role":"symbol","title":"navigationViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationViewStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-696dd":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-696dd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-696dd"},"doc://Flow/documentation/Flow/VFlow/ignoresSafeArea(_:edges:)":{"role":"symbol","title":"ignoresSafeArea(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/ignoresSafeArea(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ignoressafearea(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/fontWidth(_:)":{"role":"symbol","title":"fontWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontwidth(_:)"},"doc://Flow/documentation/Flow/VFlow/focusedObject(_:)-6o9gz":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-6o9gz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedobject(_:)-6o9gz"},"doc://Flow/documentation/Flow/VFlow/sheet(isPresented:onDismiss:content:)":{"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(isPresented:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sheet(ispresented:ondismiss:content:)"},"doc://Flow/documentation/Flow/VFlow/task(priority:_:)":{"role":"symbol","title":"task(priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/task(priority:_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityChartDescriptor(_:)":{"role":"symbol","title":"accessibilityChartDescriptor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChartDescriptor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitychartdescriptor(_:)"},"doc://Flow/documentation/Flow/VFlow/alert(isPresented:error:actions:message:)":{"role":"symbol","title":"alert(isPresented:error:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:message:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(ispresented:error:actions:message:)"},"doc://Flow/documentation/Flow/VFlow/interactiveDismissDisabled(_:)":{"role":"symbol","title":"interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactiveDismissDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/interactivedismissdisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-2kykl":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-2kykl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-2kykl"},"doc://Flow/documentation/Flow/VFlow/onPlayPauseCommand(perform:)":{"role":"symbol","title":"onPlayPauseCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPlayPauseCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onplaypausecommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityIdentifier(_:)":{"role":"symbol","title":"accessibilityIdentifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIdentifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityidentifier(_:)"},"doc://Flow/documentation/Flow/VFlow/focused(_:)":{"role":"symbol","title":"focused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focused(_:)"},"doc://Flow/documentation/Flow/VFlow/dynamicTypeSize(_:)":{"role":"symbol","title":"dynamicTypeSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dynamicTypeSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/dynamictypesize(_:)"},"doc://Flow/documentation/Flow/VFlow/transformAnchorPreference(key:value:transform:)":{"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformAnchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformanchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow/VFlow/defaultAppStorage(_:)":{"role":"symbol","title":"defaultAppStorage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultAppStorage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/defaultappstorage(_:)"},"doc://Flow/documentation/Flow/VFlow/opacity(_:)":{"role":"symbol","title":"opacity(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/opacity(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/opacity(_:)"},"doc://Flow/documentation/Flow/VFlow/drawingGroup(opaque:colorMode:)":{"role":"symbol","title":"drawingGroup(opaque:colorMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/drawingGroup(opaque:colorMode:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/drawinggroup(opaque:colormode:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-8racx":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-8racx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-8racx"},"doc://Flow/documentation/Flow/VFlow/draggable(_:preview:)":{"role":"symbol","title":"draggable(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/draggable(_:preview:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(label:)":{"role":"symbol","title":"accessibility(label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(label:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(label:)"},"doc://Flow/documentation/Flow/VFlow/headerProminence(_:)":{"role":"symbol","title":"headerProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/headerProminence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/headerprominence(_:)"},"doc://Flow/documentation/Flow/VFlow/simultaneousGesture(_:including:)":{"role":"symbol","title":"simultaneousGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/simultaneousGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/simultaneousgesture(_:including:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-38n1z":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-38n1z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-38n1z"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6soxv"},"doc://Flow/documentation/Flow/VFlow/focusedSceneValue(_:_:)-5ao0l":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5ao0l","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedscenevalue(_:_:)-5ao0l"},"doc://Flow/documentation/Flow/VFlow/help(_:)-1qu8j":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-1qu8j","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-1qu8j"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-6bbt0":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-6bbt0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-6bbt0"},"doc://Flow/documentation/Flow/VFlow/autocorrectionDisabled(_:)":{"role":"symbol","title":"autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/autocorrectionDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/autocorrectiondisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/listRowInsets(_:)":{"role":"symbol","title":"listRowInsets(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowInsets(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowinsets(_:)"},"doc://Flow/documentation/Flow/VFlow/monospacedDigit()":{"role":"symbol","title":"monospacedDigit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospacedDigit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/monospaceddigit()"},"doc://Flow/documentation/Flow/VFlow/transformEnvironment(_:transform:)":{"role":"symbol","title":"transformEnvironment(_:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEnvironment(_:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformenvironment(_:transform:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-llrk":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-llrk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-llrk"},"doc://Flow/documentation/Flow/VFlow/navigationDestination(for:destination:)":{"role":"symbol","title":"navigationDestination(for:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(for:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdestination(for:destination:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:placement:prompt:token:)-4lcci":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-4lcci","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-4lcci"},"doc://Flow/documentation/Flow/VFlow/focusedValue(_:_:)-4lbna":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-4lbna","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedvalue(_:_:)-4lbna"},"doc://Flow/documentation/Flow/VFlow/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:)":{"role":"symbol","title":"navigationDocument(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:)"},"doc://Flow/documentation/Flow/VFlow/kerning(_:)":{"role":"symbol","title":"kerning(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/kerning(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/kerning(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-7za07":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-7za07","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-7za07"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:placement:prompt:token:)-k523":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-k523","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-k523"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-6trk5":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-6trk5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-6trk5"},"doc://Flow/documentation/Flow/VFlow/blur(radius:opaque:)":{"role":"symbol","title":"blur(radius:opaque:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blur(radius:opaque:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/blur(radius:opaque:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityFocused(_:equals:)":{"role":"symbol","title":"accessibilityFocused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityfocused(_:equals:)"},"doc://Flow/documentation/Flow/VFlow/searchScopes(_:scopes:)":{"role":"symbol","title":"searchScopes(_:scopes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchScopes(_:scopes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchscopes(_:scopes:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-6amxu":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6amxu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6amxu"},"doc://Flow/documentation/Flow/VFlow/accessibility(selectionIdentifier:)":{"role":"symbol","title":"accessibility(selectionIdentifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(selectionIdentifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(selectionidentifier:)"},"doc://Flow/documentation/Flow/VFlow/position(_:)":{"role":"symbol","title":"position(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/position(_:)"},"doc://Flow/documentation/Flow/VFlow/exportableToServices(_:onEdit:)":{"role":"symbol","title":"exportableToServices(_:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportabletoservices(_:onedit:)"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:delegate:)-3xvlp":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-3xvlp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:delegate:)-3xvlp"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-6zba5":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-6zba5","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-6zba5"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:)-8jpi0":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-8jpi0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-8jpi0"},"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-45bbd":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-45bbd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-45bbd"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-7f2c1":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-7f2c1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-7f2c1"},"doc://Flow/documentation/Flow/VFlow/preference(key:value:)":{"role":"symbol","title":"preference(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preference(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/preference(key:value:)"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-3jo4w":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-3jo4w","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-3jo4w"},"doc://Flow/documentation/Flow/VFlow/persistentSystemOverlays(_:)":{"role":"symbol","title":"persistentSystemOverlays(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/persistentSystemOverlays(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/persistentsystemoverlays(_:)"},"doc://Flow/documentation/Flow/VFlow/draggable(_:)":{"role":"symbol","title":"draggable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/draggable(_:)"},"doc://Flow/documentation/Flow/VFlow/frame(width:height:alignment:)":{"role":"symbol","title":"frame(width:height:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(width:height:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/frame(width:height:alignment:)"},"doc://Flow/documentation/Flow/VFlow/imageScale(_:)":{"role":"symbol","title":"imageScale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/imageScale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/imagescale(_:)"},"doc://Flow/documentation/Flow/VFlow/overlay(alignment:content:)":{"role":"symbol","title":"overlay(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlay(alignment:content:)"},"doc://Flow/documentation/Flow/VFlow/tag(_:)":{"role":"symbol","title":"tag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tag(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationSplitViewColumnWidth(min:ideal:max:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"},"doc://Flow/documentation/Flow/VFlow/focusable(_:)":{"role":"symbol","title":"focusable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusable(_:)"},"doc://Flow/documentation/Flow/VFlow/help(_:)-9w4fl":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-9w4fl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-9w4fl"},"doc://Flow/documentation/Flow/VFlow/minimumScaleFactor(_:)":{"role":"symbol","title":"minimumScaleFactor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/minimumScaleFactor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/minimumscalefactor(_:)"},"doc://Flow/documentation/Flow/VFlow/toolbar(content:)-1cpst":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-1cpst","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(content:)-1cpst"},"doc://Flow/documentation/Flow/VFlow/tabItem(_:)":{"role":"symbol","title":"tabItem(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabItem(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tabitem(_:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6ioad"},"doc://Flow/documentation/Flow/VFlow/gridCellColumns(_:)":{"role":"symbol","title":"gridCellColumns(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellColumns(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellcolumns(_:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-193i6"},"doc://Flow/documentation/Flow/VFlow/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityHidden(_:)":{"role":"symbol","title":"accessibilityHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhidden(_:)"},"doc://Flow/documentation/Flow/VFlow/onDisappear(perform:)":{"role":"symbol","title":"onDisappear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDisappear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondisappear(perform:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(addTraits:)":{"role":"symbol","title":"accessibility(addTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(addTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(addtraits:)"},"doc://Flow/documentation/Flow/VFlow/listSectionSeparatorTint(_:edges:)":{"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listsectionseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/foregroundColor(_:)":{"role":"symbol","title":"foregroundColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundColor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundcolor(_:)"},"doc://Flow/documentation/Flow/VFlow/previewContext(_:)":{"role":"symbol","title":"previewContext(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewContext(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewcontext(_:)"},"doc://Flow/documentation/Flow/VFlow/buttonStyle(_:)-8eu27":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-8eu27","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonstyle(_:)-8eu27"},"doc://Flow/documentation/Flow/VFlow/focusSection()":{"role":"symbol","title":"focusSection()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusSection()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focussection()"},"doc://Flow/documentation/Flow/VFlow/accessibility(identifier:)":{"role":"symbol","title":"accessibility(identifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(identifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(identifier:)"},"doc://Flow/documentation/Flow/VFlow/onPreferenceChange(_:perform:)":{"role":"symbol","title":"onPreferenceChange(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPreferenceChange(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpreferencechange(_:perform:)"},"doc://Flow/documentation/Flow/VFlow/previewDevice(_:)":{"role":"symbol","title":"previewDevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDevice(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewdevice(_:)"},"doc://Flow/documentation/Flow/VFlow/onExitCommand(perform:)":{"role":"symbol","title":"onExitCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onExitCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onexitcommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-57cjy":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-57cjy","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-57cjy"},"doc://Flow/documentation/Flow/VFlow/layoutValue(key:value:)":{"role":"symbol","title":"layoutValue(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutValue(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutvalue(key:value:)"},"doc://Flow/documentation/Flow/VFlow/background(alignment:content:)":{"role":"symbol","title":"background(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(alignment:content:)"},"doc://Flow/documentation/Flow/VFlow/disclosureGroupStyle(_:)":{"role":"symbol","title":"disclosureGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disclosureGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/disclosuregroupstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/toolbar(id:content:)":{"role":"symbol","title":"toolbar(id:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(id:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(id:content:)"},"doc://Flow/documentation/Flow/VFlow/datePickerStyle(_:)":{"role":"symbol","title":"datePickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/datePickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/datepickerstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-7bcc4":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-7bcc4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-7bcc4"},"doc://Flow/documentation/Flow/VFlow/overlayPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlaypreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow/VFlow/menuOrder(_:)":{"role":"symbol","title":"menuOrder(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuOrder(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menuorder(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-7qt8j":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-7qt8j","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-7qt8j"},"doc://Flow/documentation/Flow/VFlow/formStyle(_:)":{"role":"symbol","title":"formStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/formStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/formstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRespondsToUserInteraction(_:)":{"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrespondstouserinteraction(_:)"},"doc://Flow/documentation/Flow/VFlow/menuIndicator(_:)":{"role":"symbol","title":"menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menuindicator(_:)"},"doc://Flow/documentation/Flow/VFlow/scrollDismissesKeyboard(_:)":{"role":"symbol","title":"scrollDismissesKeyboard(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDismissesKeyboard(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrolldismisseskeyboard(_:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-3cpps"},"doc://Flow/documentation/Flow/VFlow/onCutCommand(perform:)":{"role":"symbol","title":"onCutCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCutCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncutcommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/aspectRatio(_:contentMode:)-3eiva":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-3eiva","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-3eiva"},"doc://Flow/documentation/Flow/VFlow/menuButtonStyle(_:)":{"role":"symbol","title":"menuButtonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuButtonStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/menubuttonstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:reservesSpace:)":{"role":"symbol","title":"lineLimit(_:reservesSpace:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:reservesSpace:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:reservesspace:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-38pcu":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-38pcu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-38pcu"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-2c8w2"},"doc://Flow/documentation/Flow/VFlow/gesture(_:including:)":{"role":"symbol","title":"gesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gesture(_:including:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityShowsLargeContentViewer()":{"role":"symbol","title":"accessibilityShowsLargeContentViewer()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer()"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-281fz":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-281fz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-281fz"},"doc://Flow/documentation/Flow/VFlow/padding(_:_:)":{"role":"symbol","title":"padding(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:_:)"},"doc://Flow/documentation/Flow/VFlow/overlayPreferenceValue(_:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlaypreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/VFlow/zIndex(_:)":{"role":"symbol","title":"zIndex(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/zIndex(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/zindex(_:)"},"doc://Flow/documentation/Flow/VFlow/listRowBackground(_:)":{"role":"symbol","title":"listRowBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowbackground(_:)"},"doc://Flow/documentation/Flow/VFlow/speechAnnouncementsQueued(_:)":{"role":"symbol","title":"speechAnnouncementsQueued(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAnnouncementsQueued(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechannouncementsqueued(_:)"},"doc://Flow/documentation/Flow/VFlow/containerShape(_:)":{"role":"symbol","title":"containerShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/containerShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/containershape(_:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-1sm0b":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-1sm0b","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-1sm0b"},"doc://Flow/documentation/Flow/VFlow/speechSpellsOutCharacters(_:)":{"role":"symbol","title":"speechSpellsOutCharacters(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechSpellsOutCharacters(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechspellsoutcharacters(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-6oqyx":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-6oqyx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-6oqyx"},"doc://Flow/documentation/Flow/VFlow/listItemTint(_:)-9pqni":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-9pqni","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listitemtint(_:)-9pqni"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-32efy":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-32efy","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-32efy"},"doc://Flow/documentation/Flow/VFlow/sheet(item:onDismiss:content:)":{"role":"symbol","title":"sheet(item:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(item:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sheet(item:ondismiss:content:)"},"doc://Flow/documentation/Flow/VFlow/importableFromServices(for:action:)":{"role":"symbol","title":"importableFromServices(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importableFromServices(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/importablefromservices(for:action:)"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-392m0":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-392m0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-392m0"},"doc://Flow/documentation/Flow/VFlow/alert(isPresented:content:)":{"role":"symbol","title":"alert(isPresented:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/alert(ispresented:content:)"},"doc://Flow/documentation/Flow/VFlow/multilineTextAlignment(_:)":{"role":"symbol","title":"multilineTextAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/multilineTextAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/multilinetextalignment(_:)"},"doc://Flow/documentation/Flow/VFlow/accentColor(_:)":{"role":"symbol","title":"accentColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accentColor(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accentcolor(_:)"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-7ds8d":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-7ds8d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-7ds8d"},"doc://Flow/documentation/Flow/VFlow/accessibilityActivationPoint(_:)-6jhkt":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-6jhkt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-6jhkt"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(_:_:)":{"role":"symbol","title":"accessibilityAction(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(_:_:)"},"doc://Flow/documentation/Flow/VFlow/onTapGesture(count:coordinateSpace:perform:)":{"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ontapgesture(count:coordinatespace:perform:)"},"doc://Flow/documentation/Flow/VFlow/flipsForRightToLeftLayoutDirection(_:)":{"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/flipsForRightToLeftLayoutDirection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/flipsforrighttoleftlayoutdirection(_:)"},"doc://Flow/documentation/Flow/VFlow/pageCommand(value:in:step:)":{"role":"symbol","title":"pageCommand(value:in:step:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pageCommand(value:in:step:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pagecommand(value:in:step:)"},"doc://Flow/documentation/Flow/VFlow/searchCompletion(_:)":{"role":"symbol","title":"searchCompletion(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchCompletion(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchcompletion(_:)"},"doc://Flow/documentation/Flow/VFlow/tableStyle(_:)":{"role":"symbol","title":"tableStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tableStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tablestyle(_:)"},"doc://Flow/documentation/Flow/VFlow/controlGroupStyle(_:)":{"role":"symbol","title":"controlGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/controlgroupstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-5s5rc":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-5s5rc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-5s5rc"},"doc://Flow/documentation/Flow/VFlow/copyable(_:)":{"role":"symbol","title":"copyable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/copyable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/copyable(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-9lnbj":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-9lnbj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-9lnbj"},"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-7ej53":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-7ej53","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-7ej53"},"doc://Flow/documentation/Flow/VFlow/accessibilityAdjustableAction(_:)":{"role":"symbol","title":"accessibilityAdjustableAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAdjustableAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityadjustableaction(_:)"},"doc://Flow/documentation/Flow/VFlow/renameAction(_:)-4j3bn":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-4j3bn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/renameaction(_:)-4j3bn"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-22epv":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-22epv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-22epv"},"doc://Flow/documentation/Flow/VFlow/background(_:in:fillStyle:)-742w2":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-742w2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-742w2"},"doc://Flow/documentation/Flow/VFlow/modifier(_:)":{"role":"symbol","title":"modifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/modifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/modifier(_:)"},"doc://Flow/documentation/Flow/VFlow/safeAreaInset(edge:alignment:spacing:content:)-ezbz":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-ezbz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-ezbz"},"doc://Flow/documentation/Flow/VFlow/background(in:fillStyle:)-8ct2w":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ct2w","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ct2w"},"doc://Flow/documentation/Flow/VFlow/scrollIndicators(_:axes:)":{"role":"symbol","title":"scrollIndicators(_:axes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollIndicators(_:axes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrollindicators(_:axes:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(action:label:)":{"role":"symbol","title":"accessibilityAction(action:label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(action:label:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(action:label:)"},"doc://Flow/documentation/Flow/VFlow/touchBar(content:)":{"role":"symbol","title":"touchBar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbar(content:)"},"doc://Flow/documentation/Flow/VFlow/background(ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-6ak9f":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-6ak9f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-6ak9f"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-3usj0":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-3usj0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-3usj0"},"doc://Flow/documentation/Flow/VFlow/accessibilityAddTraits(_:)":{"role":"symbol","title":"accessibilityAddTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAddTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaddtraits(_:)"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-7dzlk":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-7dzlk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-7dzlk"},"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:)":{"role":"symbol","title":"foregroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/labeledContentStyle(_:)":{"role":"symbol","title":"labeledContentStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labeledContentStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labeledcontentstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/presentationDetents(_:)":{"role":"symbol","title":"presentationDetents(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdetents(_:)"},"doc://Flow/documentation/Flow/VFlow/shadow(color:radius:x:y:)":{"role":"symbol","title":"shadow(color:radius:x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/shadow(color:radius:x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/shadow(color:radius:x:y:)"},"doc://Flow/documentation/Flow/VFlow/transaction(_:)":{"role":"symbol","title":"transaction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transaction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transaction(_:)"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:modifiers:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:)"},"doc://Flow/documentation/Flow/VFlow/itemProvider(_:)":{"role":"symbol","title":"itemProvider(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/itemProvider(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/itemprovider(_:)"},"doc://Flow/documentation/Flow/VFlow/exportsItemProviders(_:onExport:onEdit:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:onedit:)"},"doc://Flow/documentation/Flow/VFlow/border(_:width:)":{"role":"symbol","title":"border(_:width:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/border(_:width:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/border(_:width:)"},"doc://Flow/documentation/Flow/VFlow/allowsTightening(_:)":{"role":"symbol","title":"allowsTightening(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsTightening(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/allowstightening(_:)"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:)-6qav2":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-6qav2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:)-6qav2"},"doc://Flow/documentation/Flow/VFlow/scaledToFit()":{"role":"symbol","title":"scaledToFit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaledtofit()"},"doc://Flow/documentation/Flow/VFlow/symbolVariant(_:)":{"role":"symbol","title":"symbolVariant(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolVariant(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/symbolvariant(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-63ahp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-63ahp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-63ahp"},"doc://Flow/documentation/Flow/VFlow/onContinuousHover(coordinateSpace:perform:)":{"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinuousHover(coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncontinuoushover(coordinatespace:perform:)"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:displayMode:)-1ycu0":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-1ycu0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-1ycu0"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-4uoxf":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-4uoxf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-4uoxf"},"doc://Flow/documentation/Flow/VFlow/accessibilityRemoveTraits(_:)":{"role":"symbol","title":"accessibilityRemoveTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRemoveTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityremovetraits(_:)"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-7tf7x":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7tf7x","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-7tf7x"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-9b4j7":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-9b4j7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-9b4j7"},"doc://Flow/documentation/Flow/VFlow/onContinueUserActivity(_:perform:)":{"role":"symbol","title":"onContinueUserActivity(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinueUserActivity(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncontinueuseractivity(_:perform:)"},"doc://Flow/documentation/Flow/VFlow/gaugeStyle(_:)":{"role":"symbol","title":"gaugeStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gaugeStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gaugestyle(_:)"},"doc://Flow/documentation/Flow/VFlow/gridCellUnsizedAxes(_:)":{"role":"symbol","title":"gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellUnsizedAxes(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellunsizedaxes(_:)"},"doc://Flow/documentation/Flow/VFlow/offset(x:y:)":{"role":"symbol","title":"offset(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/offset(x:y:)"},"doc://Flow/documentation/Flow/VFlow/allowsHitTesting(_:)":{"role":"symbol","title":"allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsHitTesting(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/allowshittesting(_:)"},"doc://Flow/documentation/Flow/VFlow/onCommand(_:perform:)":{"role":"symbol","title":"onCommand(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCommand(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncommand(_:perform:)"},"doc://Flow/documentation/Flow/VFlow/interactionActivityTrackingTag(_:)":{"role":"symbol","title":"interactionActivityTrackingTag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactionActivityTrackingTag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/interactionactivitytrackingtag(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:displayMode:)-8bpg6":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-8bpg6","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-8bpg6"},"doc://Flow/documentation/Flow/VFlow/presentationDragIndicator(_:)":{"role":"symbol","title":"presentationDragIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDragIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdragindicator(_:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:)-19sfb":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-19sfb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-19sfb"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hjpz":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hjpz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hjpz"},"doc://Flow/documentation/Flow/VFlow/alert(item:content:)":{"role":"symbol","title":"alert(item:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(item:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/alert(item:content:)"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/VFlow/privacySensitive(_:)":{"role":"symbol","title":"privacySensitive(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/privacySensitive(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/privacysensitive(_:)"},"doc://Flow/documentation/Flow/VFlow/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(forselectiontype:menu:primaryaction:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(activationPoint:)-5utfe":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-5utfe","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(activationpoint:)-5utfe"},"doc://Flow/documentation/Flow/VFlow/userActivity(_:element:_:)":{"role":"symbol","title":"userActivity(_:element:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:element:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/useractivity(_:element:_:)"},"doc://Flow/documentation/Flow/VFlow/gridCellAnchor(_:)":{"role":"symbol","title":"gridCellAnchor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellAnchor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellanchor(_:)"},"doc://Flow/documentation/Flow/VFlow/scaleEffect(_:anchor:)-7zqkd":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-7zqkd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaleeffect(_:anchor:)-7zqkd"},"doc://Flow/documentation/Flow/VFlow/focusable(_:onFocusChange:)":{"role":"symbol","title":"focusable(_:onFocusChange:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:onFocusChange:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/focusable(_:onfocuschange:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(removeTraits:)":{"role":"symbol","title":"accessibility(removeTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(removeTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(removetraits:)"},"doc://Flow/documentation/Flow/VFlow/luminanceToAlpha()":{"role":"symbol","title":"luminanceToAlpha()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/luminanceToAlpha()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/luminancetoalpha()"},"doc://Flow/documentation/Flow/VFlow/listStyle(_:)":{"role":"symbol","title":"listStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/liststyle(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityIgnoresInvertColors(_:)":{"role":"symbol","title":"accessibilityIgnoresInvertColors(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIgnoresInvertColors(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityignoresinvertcolors(_:)"},"doc://Flow/documentation/Flow/VFlow/textContentType(_:)":{"role":"symbol","title":"textContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textcontenttype(_:)"},"doc://Flow/documentation/Flow/VFlow/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/VFlow/onChange(of:perform:)":{"role":"symbol","title":"onChange(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onChange(of:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onchange(of:perform:)"},"doc://Flow/documentation/Flow/VFlow/toolbarRole(_:)":{"role":"symbol","title":"toolbarRole(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarRole(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarrole(_:)"},"doc://Flow/documentation/Flow/VFlow/position(x:y:)":{"role":"symbol","title":"position(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/position(x:y:)"},"doc://Flow/documentation/Flow/VFlow/overlay(_:in:fillStyle:)":{"role":"symbol","title":"overlay(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:in:fillStyle:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlay(_:in:fillstyle:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityActions(_:)":{"role":"symbol","title":"accessibilityActions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactions(_:)"},"doc://Flow/documentation/Flow/VFlow/alert(isPresented:error:actions:)":{"role":"symbol","title":"alert(isPresented:error:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(ispresented:error:actions:)"},"doc://Flow/documentation/Flow/VFlow/dropDestination(for:action:isTargeted:)":{"role":"symbol","title":"dropDestination(for:action:isTargeted:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dropDestination(for:action:isTargeted:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/dropdestination(for:action:istargeted:)"},"doc://Flow/documentation/Flow/VFlow/lineSpacing(_:)":{"role":"symbol","title":"lineSpacing(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineSpacing(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linespacing(_:)"},"doc://Flow/documentation/Flow/VFlow/padding(_:)-36kz7":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-36kz7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:)-36kz7"},"doc://Flow/documentation/Flow/VFlow/backgroundPreferenceValue(_:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/backgroundpreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/VFlow/scaleEffect(x:y:anchor:)":{"role":"symbol","title":"scaleEffect(x:y:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(x:y:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaleeffect(x:y:anchor:)"},"doc://Flow/documentation/Flow/VFlow/highPriorityGesture(_:including:)":{"role":"symbol","title":"highPriorityGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/highPriorityGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/highprioritygesture(_:including:)"},"doc://Flow/documentation/Flow/VFlow/italic(_:)":{"role":"symbol","title":"italic(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/italic(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/italic(_:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-8y7im":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-8y7im","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-8y7im"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:)-7u1lz":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-7u1lz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-7u1lz"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:pressing:perform:)"},"doc://Flow/documentation/Flow/VFlow/font(_:)":{"role":"symbol","title":"font(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/font(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/font(_:)"},"doc://Flow/documentation/Flow/VFlow/safeAreaInset(edge:alignment:spacing:content:)-97qbs":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-97qbs","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-97qbs"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-3ankf":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-3ankf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-3ankf"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-3y0fn":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-3y0fn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-3y0fn"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-8l0ej":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8l0ej","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8l0ej"},"doc://Flow/documentation/Flow/VFlow/environmentObject(_:)":{"role":"symbol","title":"environmentObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environmentObject(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/environmentobject(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-8cu70":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-8cu70","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-8cu70"},"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-4a8ym":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-4a8ym","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-4a8ym"},"doc://Flow/documentation/Flow/VFlow/searchSuggestions(_:)":{"role":"symbol","title":"searchSuggestions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchsuggestions(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-6ih0d":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-6ih0d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-6ih0d"},"doc://Flow/documentation/Flow/VFlow/focusedObject(_:)-2mezs":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-2mezs","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedobject(_:)-2mezs"},"doc://Flow/documentation/Flow/VFlow/accessibilityLinkedGroup(id:in:)":{"role":"symbol","title":"accessibilityLinkedGroup(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLinkedGroup(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylinkedgroup(id:in:)"},"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:_:_:)"},"doc://Flow/documentation/Flow/VFlow/presentedWindowToolbarStyle(_:)":{"role":"symbol","title":"presentedWindowToolbarStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowToolbarStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentedwindowtoolbarstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/alignmentGuide(_:computeValue:)-zilv":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-zilv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-zilv"},"doc://Flow/documentation/Flow/VFlow/mask(_:)":{"role":"symbol","title":"mask(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/mask(_:)"},"doc://Flow/documentation/Flow/VFlow/previewLayout(_:)":{"role":"symbol","title":"previewLayout(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewLayout(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewlayout(_:)"},"doc://Flow/documentation/Flow/VFlow/progressViewStyle(_:)":{"role":"symbol","title":"progressViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/progressViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/progressviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"},"doc://Flow/documentation/Flow/VFlow/tracking(_:)":{"role":"symbol","title":"tracking(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tracking(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tracking(_:)"},"doc://Flow/documentation/Flow/VFlow/brightness(_:)":{"role":"symbol","title":"brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/brightness(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/brightness(_:)"},"doc://Flow/documentation/Flow/VFlow/listItemTint(_:)-48zqj":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-48zqj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listitemtint(_:)-48zqj"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:modifiers:localization:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:localization:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:localization:)"},"doc://Flow/documentation/Flow/VFlow/alignmentGuide(_:computeValue:)-3oexg":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-3oexg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-3oexg"},"doc://Flow/documentation/Flow/VFlow/accessibility(sortPriority:)":{"role":"symbol","title":"accessibility(sortPriority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(sortPriority:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(sortpriority:)"},"doc://Flow/documentation/Flow/VFlow/contextMenu(menuItems:)":{"role":"symbol","title":"contextMenu(menuItems:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(menuitems:)"},"doc://Flow/documentation/Flow/VFlow/overlay(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlay(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/VFlow/saturation(_:)":{"role":"symbol","title":"saturation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/saturation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/saturation(_:)"},"doc://Flow/documentation/Flow/VFlow/presentationDetents(_:selection:)":{"role":"symbol","title":"presentationDetents(_:selection:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:selection:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdetents(_:selection:)"},"doc://Flow/documentation/Flow/VFlow/focusedSceneObject(_:)-28mg0":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-28mg0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedsceneobject(_:)-28mg0"},"doc://Flow/documentation/Flow/VFlow/renameAction(_:)-9y6ft":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-9y6ft","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/renameaction(_:)-9y6ft"},"doc://Flow/documentation/Flow/VFlow/compositingGroup()":{"role":"symbol","title":"compositingGroup()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/compositingGroup()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/compositinggroup()"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-8bnhf"},"doc://Flow/documentation/Flow/VFlow/fixedSize()":{"role":"symbol","title":"fixedSize()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fixedsize()"},"doc://Flow/documentation/Flow/VFlow/offset(_:)":{"role":"symbol","title":"offset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/offset(_:)"},"doc://Flow/documentation/Flow/VFlow/anchorPreference(key:value:transform:)":{"role":"symbol","title":"anchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/anchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/anchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-xdfe":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-xdfe","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-xdfe"},"doc://Flow/documentation/Flow/VFlow/animation(_:)":{"role":"symbol","title":"animation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/animation(_:)"},"doc://Flow/documentation/Flow/VFlow/toolbar(content:)-312g3":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-312g3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(content:)-312g3"},"doc://Flow/documentation/Flow/VFlow/transformEffect(_:)":{"role":"symbol","title":"transformEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformeffect(_:)"},"doc://Flow/documentation/Flow/VFlow/menuStyle(_:)":{"role":"symbol","title":"menuStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menustyle(_:)"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9mz4l"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-20kuj":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-20kuj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-20kuj"},"doc://Flow/documentation/Flow/VFlow/backgroundStyle(_:)":{"role":"symbol","title":"backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/backgroundstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/task(id:priority:_:)":{"role":"symbol","title":"task(id:priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(id:priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/task(id:priority:_:)"},"doc://Flow/documentation/Flow/VFlow/focused(_:equals:)":{"role":"symbol","title":"focused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focused(_:equals:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/clipped(antialiased:)":{"role":"symbol","title":"clipped(antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipped(antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/clipped(antialiased:)"},"doc://Flow/documentation/Flow/VFlow/scrollContentBackground(_:)":{"role":"symbol","title":"scrollContentBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollContentBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrollcontentbackground(_:)"},"doc://Flow/documentation/Flow/VFlow/padding(_:)-2e3se":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-2e3se","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:)-2e3se"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabeledPair(role:id:in:)":{"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabeledPair(role:id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabeledpair(role:id:in:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-vycq"},"doc://Flow/documentation/Flow/VFlow/buttonBorderShape(_:)":{"role":"symbol","title":"buttonBorderShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonBorderShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonbordershape(_:)"},"doc://Flow/documentation/Flow/VFlow/onReceive(_:perform:)":{"role":"symbol","title":"onReceive(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onReceive(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onreceive(_:perform:)"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-82wbn":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-82wbn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-82wbn"},"doc://Flow/documentation/Flow/VFlow/groupBoxStyle(_:)":{"role":"symbol","title":"groupBoxStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/groupBoxStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/groupboxstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-80kga"},"doc://Flow/documentation/Flow/VFlow/rotationEffect(_:anchor:)":{"role":"symbol","title":"rotationEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotationEffect(_:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/rotationeffect(_:anchor:)"},"doc://Flow/documentation/Flow/VFlow/textFieldStyle(_:)":{"role":"symbol","title":"textFieldStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textFieldStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textFieldStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textfieldstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-5teyi":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-5teyi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-5teyi"},"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:_:)"},"doc://Flow/documentation/Flow/VFlow/fileMover(isPresented:file:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:file:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/filemover(ispresented:file:oncompletion:)"},"doc://Flow/documentation/Flow/VFlow/deleteDisabled(_:)":{"role":"symbol","title":"deleteDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/deleteDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/deletedisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/onAppear(perform:)":{"role":"symbol","title":"onAppear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onAppear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onappear(perform:)"},"doc://Flow/documentation/Flow/VFlow/defaultFocus(_:_:priority:)":{"role":"symbol","title":"defaultFocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultFocus(_:_:priority:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/defaultfocus(_:_:priority:)"},"doc://Flow/documentation/Flow/VFlow/background(_:in:fillStyle:)-5izpq":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-5izpq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-5izpq"},"doc://Flow/documentation/Flow/VFlow/toggleStyle(_:)":{"role":"symbol","title":"toggleStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toggleStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/togglestyle(_:)"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:)-5fz36":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-5fz36","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:)-5fz36"},"doc://Flow/documentation/Flow/VFlow/textCase(_:)":{"role":"symbol","title":"textCase(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textCase(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textcase(_:)"},"doc://Flow/documentation/Flow/VFlow/gridColumnAlignment(_:)":{"role":"symbol","title":"gridColumnAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridColumnAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcolumnalignment(_:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-11wj1":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-11wj1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-11wj1"},"doc://Flow/documentation/Flow/VFlow/pickerStyle(_:)":{"role":"symbol","title":"pickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pickerstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationDestination(isPresented:destination:)":{"role":"symbol","title":"navigationDestination(isPresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(isPresented:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdestination(ispresented:destination:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityScrollAction(_:)":{"role":"symbol","title":"accessibilityScrollAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityScrollAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityscrollaction(_:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-7cwut":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-7cwut","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-7cwut"},"doc://Flow/documentation/Flow/VFlow/onCopyCommand(perform:)":{"role":"symbol","title":"onCopyCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCopyCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncopycommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/onDeleteCommand(perform:)":{"role":"symbol","title":"onDeleteCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDeleteCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondeletecommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/onSubmit(of:_:)":{"role":"symbol","title":"onSubmit(of:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onSubmit(of:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onsubmit(of:_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityShowsLargeContentViewer(_:)":{"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer(_:)"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:perform:)-64e3w":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-64e3w","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-64e3w"},"doc://Flow/documentation/Flow/VFlow/contrast(_:)":{"role":"symbol","title":"contrast(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contrast(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contrast(_:)"},"doc://Flow/documentation/Flow/VFlow/touchBarCustomizationLabel(_:)":{"role":"symbol","title":"touchBarCustomizationLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarCustomizationLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbarcustomizationlabel(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-6wmzl"},"doc://Flow/documentation/Flow/VFlow/fontWeight(_:)":{"role":"symbol","title":"fontWeight(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWeight(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontweight(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-77yn4":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-77yn4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-77yn4"},"doc://Flow/documentation/Flow/VFlow/onDrag(_:preview:)":{"role":"symbol","title":"onDrag(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrag(_:preview:)"},"doc://Flow/documentation/Flow/VFlow/background(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-84ho7":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-84ho7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-84ho7"},"doc://Flow/documentation/Flow/VFlow/navigationBarHidden(_:)":{"role":"symbol","title":"navigationBarHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarHidden(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbarhidden(_:)"},"doc://Flow/documentation/Flow/VFlow/fileMover(isPresented:files:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:files:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/filemover(ispresented:files:oncompletion:)"},"doc://Flow/documentation/Flow/VFlow/navigationSplitViewColumnWidth(_:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(_:)"},"doc://Flow/documentation/Flow/VFlow/strikethrough(_:pattern:color:)":{"role":"symbol","title":"strikethrough(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/strikethrough(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/strikethrough(_:pattern:color:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-9hkbr":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-9hkbr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-9hkbr"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:validator:perform:)-9z4ur":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-9z4ur","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-9z4ur"},"doc://Flow/documentation/Flow/VFlow/transition(_:)":{"role":"symbol","title":"transition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transition(_:)"},"doc://Flow/documentation/Flow/VFlow/clipShape(_:style:)":{"role":"symbol","title":"clipShape(_:style:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipShape(_:style:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/clipshape(_:style:)"},"doc://Flow/documentation/Flow/VFlow/onDrag(_:)":{"role":"symbol","title":"onDrag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrag(_:)"},"doc://Flow/documentation/Flow/VFlow/backgroundPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/backgroundpreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow/VFlow/focusedValue(_:_:)-fde6":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-fde6","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedvalue(_:_:)-fde6"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityElement(children:)":{"role":"symbol","title":"accessibilityElement(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityElement(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityelement(children:)"},"doc://Flow/documentation/Flow/VFlow/animation(_:value:)":{"role":"symbol","title":"animation(_:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/animation(_:value:)"},"doc://Flow/documentation/Flow/VFlow/touchBarItemPresence(_:)":{"role":"symbol","title":"touchBarItemPresence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPresence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbaritempresence(_:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-9p4ki":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-9p4ki","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-9p4ki"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-85q9f":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-85q9f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-85q9f"},"doc://Flow/documentation/Flow/VFlow/id(_:)":{"role":"symbol","title":"id(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/id(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/id(_:)"},"doc://Flow/documentation/Flow/VFlow/onOpenURL(perform:)":{"role":"symbol","title":"onOpenURL(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onOpenURL(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onopenurl(perform:)"},"doc://Flow/documentation/Flow/VFlow/transformPreference(_:_:)":{"role":"symbol","title":"transformPreference(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformPreference(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformpreference(_:_:)"},"doc://Flow/documentation/Flow/VFlow/tabViewStyle(_:)":{"role":"symbol","title":"tabViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tabviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"},"doc://Flow/documentation/Flow/VFlow/exportableToServices(_:)":{"role":"symbol","title":"exportableToServices(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportabletoservices(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-51uop":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-51uop","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-51uop"},"doc://Flow/documentation/Flow/VFlow/horizontalRadioGroupLayout()":{"role":"symbol","title":"horizontalRadioGroupLayout()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/horizontalRadioGroupLayout()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/horizontalradiogrouplayout()"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-7dlwt"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-ow5x":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-ow5x","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-ow5x"},"doc://Flow/documentation/Flow/VFlow/coordinateSpace(name:)":{"role":"symbol","title":"coordinateSpace(name:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/coordinateSpace(name:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/coordinatespace(name:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityActivationPoint(_:)-43kjh":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-43kjh","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-43kjh"},"doc://Flow/documentation/Flow/VFlow/disableAutocorrection(_:)":{"role":"symbol","title":"disableAutocorrection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disableAutocorrection(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/disableautocorrection(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityFocused(_:)":{"role":"symbol","title":"accessibilityFocused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityfocused(_:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8tq7s"},"doc://Flow/documentation/Flow/VFlow/navigationSplitViewStyle(_:)":{"role":"symbol","title":"navigationSplitViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6zp6g"},"doc://Flow/documentation/Flow/VFlow/accessibility(hint:)":{"role":"symbol","title":"accessibility(hint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hint:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(hint:)"},"doc://Flow/documentation/Flow/VFlow/cuttable(for:action:)":{"role":"symbol","title":"cuttable(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cuttable(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/cuttable(for:action:)"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-648on":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-648on","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-648on"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-4563m":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-4563m","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-4563m"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-5nej8":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-5nej8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-5nej8"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-1bw00":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-1bw00","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-1bw00"},"doc://Flow/documentation/Flow/VFlow/contentShape(_:eoFill:)":{"role":"symbol","title":"contentShape(_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contentshape(_:eofill:)"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-7l7uw":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7l7uw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-7l7uw"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-2tcyt":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-2tcyt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-2tcyt"},"doc://Flow/documentation/Flow/VFlow/underline(_:pattern:color:)":{"role":"symbol","title":"underline(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/underline(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/underline(_:pattern:color:)"},"doc://Flow/documentation/Flow/VFlow/focusedSceneObject(_:)-3ayn0":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-3ayn0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedsceneobject(_:)-3ayn0"},"doc://Flow/documentation/Flow/VFlow/accessibilitySortPriority(_:)":{"role":"symbol","title":"accessibilitySortPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilitySortPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitysortpriority(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(activationPoint:)-29xb5":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-29xb5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(activationpoint:)-29xb5"},"doc://Flow/documentation/Flow/VFlow/searchSuggestions(_:for:)":{"role":"symbol","title":"searchSuggestions(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchsuggestions(_:for:)"},"doc://Flow/documentation/Flow/VFlow/userActivity(_:isActive:_:)":{"role":"symbol","title":"userActivity(_:isActive:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:isActive:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/useractivity(_:isactive:_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-9euas":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-9euas","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-9euas"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:validator:perform:)-1e5ja":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-1e5ja","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-1e5ja"},"doc://Flow/documentation/Flow/VFlow/swipeActions(edge:allowsFullSwipe:content:)":{"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/swipeActions(edge:allowsFullSwipe:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/swipeactions(edge:allowsfullswipe:content:)"},"doc://Flow/documentation/Flow/VFlow/background(_:alignment:)":{"role":"symbol","title":"background(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/background(_:alignment:)"},"doc://Flow/documentation/Flow/VFlow/redacted(reason:)":{"role":"symbol","title":"redacted(reason:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/redacted(reason:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/redacted(reason:)"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-756bz":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-756bz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-756bz"},"doc://Flow/documentation/Flow/VFlow/importsItemProviders(_:onImport:)":{"role":"symbol","title":"importsItemProviders(_:onImport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importsItemProviders(_:onImport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/importsitemproviders(_:onimport:)"},"doc://Flow/documentation/Flow/VFlow/toolbarTitleMenu(content:)":{"role":"symbol","title":"toolbarTitleMenu(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarTitleMenu(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbartitlemenu(content:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-2axdx"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3v87d"},"doc://Flow/documentation/Flow/VFlow/speechAdjustedPitch(_:)":{"role":"symbol","title":"speechAdjustedPitch(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAdjustedPitch(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechadjustedpitch(_:)"},"doc://Flow/documentation/Flow/VFlow/listSectionSeparator(_:edges:)":{"role":"symbol","title":"listSectionSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listsectionseparator(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotorEntry(id:in:)":{"role":"symbol","title":"accessibilityRotorEntry(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotorEntry(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotorentry(id:in:)"},"doc://Flow/documentation/Flow/VFlow/toolbarBackground(_:for:)":{"role":"symbol","title":"toolbarBackground(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarBackground(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarbackground(_:for:)"},"doc://Flow/documentation/Flow/VFlow/buttonStyle(_:)-9b9z":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-9b9z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonstyle(_:)-9b9z"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-71baq"},"doc://Flow/documentation/Flow/VFlow/focusedSceneValue(_:_:)-5429z":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5429z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedscenevalue(_:_:)-5429z"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-1nrqw"},"doc://Flow/documentation/Flow/VFlow/fontDesign(_:)":{"role":"symbol","title":"fontDesign(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontDesign(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontdesign(_:)"},"doc://Flow/documentation/Flow/VFlow/preferredColorScheme(_:)":{"role":"symbol","title":"preferredColorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preferredColorScheme(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/preferredcolorscheme(_:)"},"doc://Flow/documentation/Flow/VFlow/bold(_:)":{"role":"symbol","title":"bold(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/bold(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/bold(_:)"},"doc://Flow/documentation/Flow/VFlow/onTapGesture(count:perform:)":{"role":"symbol","title":"onTapGesture(count:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ontapgesture(count:perform:)"},"doc://Flow/documentation/Flow/VFlow/toolbar(_:for:)":{"role":"symbol","title":"toolbar(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(_:for:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-3t772":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-3t772","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-3t772"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-6q17h":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-6q17h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-6q17h"},"doc://Flow/documentation/Flow/VFlow/speechAlwaysIncludesPunctuation(_:)":{"role":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAlwaysIncludesPunctuation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechalwaysincludespunctuation(_:)"},"doc://Flow/documentation/Flow/VFlow/popover(item:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/popover(item:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-7xvnq":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-7xvnq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-7xvnq"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:delegate:)-6fwv":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-6fwv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:delegate:)-6fwv"},"doc://Flow/documentation/Flow/VFlow/touchBarItemPrincipal(_:)":{"role":"symbol","title":"touchBarItemPrincipal(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPrincipal(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbaritemprincipal(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(hidden:)":{"role":"symbol","title":"accessibility(hidden:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hidden:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(hidden:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-8f5px"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-2khy5":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-2khy5","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-2khy5"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:displayMode:)-7v30g":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-7v30g","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-7v30g"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-9zkgj"},"doc://Flow/documentation/Flow/VFlow/accessibility(value:)":{"role":"symbol","title":"accessibility(value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(value:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(value:)"},"doc://Flow/documentation/Flow/VFlow/grayscale(_:)":{"role":"symbol","title":"grayscale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/grayscale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/grayscale(_:)"},"doc://Flow/documentation/Flow/VFlow/cornerRadius(_:antialiased:)":{"role":"symbol","title":"cornerRadius(_:antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cornerRadius(_:antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/cornerradius(_:antialiased:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-4wzpp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-4wzpp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-4wzpp"},"doc://Flow/documentation/Flow/VFlow/contentShape(_:_:eoFill:)":{"role":"symbol","title":"contentShape(_:_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contentshape(_:_:eofill:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityHeading(_:)":{"role":"symbol","title":"accessibilityHeading(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHeading(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityheading(_:)"},"doc://Flow/documentation/Flow/VFlow/background(in:fillStyle:)-8ckkj":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ckkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ckkj"},"doc://Flow/documentation/Flow/VFlow/aspectRatio(_:contentMode:)-6jghc":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-6jghc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-6jghc"},"doc://Flow/documentation/Flow/VFlow/scaleEffect(_:anchor:)-rz0n":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-rz0n","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaleeffect(_:anchor:)-rz0n"},"doc://Flow/documentation/Flow/VFlow/colorScheme(_:)":{"role":"symbol","title":"colorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorScheme(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/colorscheme(_:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-1szwl"},"doc://Flow/documentation/Flow/VFlow/onHover(perform:)":{"role":"symbol","title":"onHover(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onHover(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onhover(perform:)"},"doc://Flow/documentation/Flow/VFlow/projectionEffect(_:)":{"role":"symbol","title":"projectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/projectionEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/projectioneffect(_:)"},"doc://Flow/documentation/Flow/VFlow/prefersDefaultFocus(_:in:)":{"role":"symbol","title":"prefersDefaultFocus(_:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/prefersDefaultFocus(_:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/prefersdefaultfocus(_:in:)"},"doc://Flow/documentation/Flow/VFlow/layoutPriority(_:)":{"role":"symbol","title":"layoutPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutpriority(_:)"},"doc://Flow/documentation/Flow/VFlow/listRowSeparator(_:edges:)":{"role":"symbol","title":"listRowSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowseparator(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-5b77s":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-5b77s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-5b77s"},"doc://Flow/documentation/Flow/VFlow/touchBar(_:)":{"role":"symbol","title":"touchBar(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbar(_:)"},"doc://Flow/documentation/Flow/VFlow/colorInvert()":{"role":"symbol","title":"colorInvert()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorInvert()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/colorinvert()"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-9q39i":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-9q39i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-9q39i"},"doc://Flow/documentation/Flow/VFlow/scenePadding(_:)":{"role":"symbol","title":"scenePadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scenepadding(_:)"},"doc://Flow/documentation/Flow/VFlow/previewInterfaceOrientation(_:)":{"role":"symbol","title":"previewInterfaceOrientation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewInterfaceOrientation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewinterfaceorientation(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-6g91f":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6g91f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6g91f"},"doc://Flow/documentation/Flow/VFlow/labelStyle(_:)":{"role":"symbol","title":"labelStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labelstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/previewDisplayName(_:)":{"role":"symbol","title":"previewDisplayName(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDisplayName(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewdisplayname(_:)"},"doc://Flow/documentation/Flow/VFlow/blendMode(_:)":{"role":"symbol","title":"blendMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blendMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/blendmode(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRepresentation(representation:)":{"role":"symbol","title":"accessibilityRepresentation(representation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRepresentation(representation:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrepresentation(representation:)"},"doc://Flow/documentation/Flow/VFlow/onMoveCommand(perform:)":{"role":"symbol","title":"onMoveCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onMoveCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onmovecommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/scrollDisabled(_:)":{"role":"symbol","title":"scrollDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrolldisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-1so2a":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-1so2a","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-1so2a"},"doc://Flow/documentation/Flow/VFlow/truncationMode(_:)":{"role":"symbol","title":"truncationMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/truncationMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/truncationmode(_:)"},"doc://Flow/documentation/Flow/VFlow/help(_:)-zq71":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-zq71","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-zq71"},"doc://Flow/documentation/Flow/VFlow/exportsItemProviders(_:onExport:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:placement:prompt:token:)-3h7yl":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-3h7yl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-3h7yl"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-88fkj":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-88fkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-88fkj"},"doc://Flow/documentation/Flow/VFlow/contextMenu(menuItems:preview:)":{"role":"symbol","title":"contextMenu(menuItems:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(menuitems:preview:)"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-80jsd":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-80jsd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-80jsd"},"doc://Flow/documentation/Flow/VFlow/controlSize(_:)":{"role":"symbol","title":"controlSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/controlsize(_:)"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-9nxap":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-9nxap","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-9nxap"},"doc://Flow/documentation/Flow/VFlow/fixedSize(horizontal:vertical:)":{"role":"symbol","title":"fixedSize(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize(horizontal:vertical:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fixedsize(horizontal:vertical:)"},"doc://Flow/documentation/Flow/VFlow/symbolRenderingMode(_:)":{"role":"symbol","title":"symbolRenderingMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolRenderingMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/symbolrenderingmode(_:)"},"doc://Flow/documentation/Flow/VFlow/scenePadding(_:edges:)":{"role":"symbol","title":"scenePadding(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scenepadding(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/tint(_:)":{"role":"symbol","title":"tint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tint(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tint(_:)"},"doc://Flow/documentation/Flow/VFlow/textSelection(_:)":{"role":"symbol","title":"textSelection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textSelection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textselection(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationBarBackButtonHidden(_:)":{"role":"symbol","title":"navigationBarBackButtonHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarBackButtonHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationbarbackbuttonhidden(_:)"},"doc://Flow/documentation/Flow/VFlow/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"},"doc://Flow/documentation/Flow/VFlow/monospaced(_:)":{"role":"symbol","title":"monospaced(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospaced(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/monospaced(_:)"},"doc://Flow/documentation/Flow/VFlow/baselineOffset(_:)":{"role":"symbol","title":"baselineOffset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/baselineOffset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/baselineoffset(_:)"},"doc://Flow/documentation/Flow/VFlow/listRowSeparatorTint(_:edges:)":{"role":"symbol","title":"listRowSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-9toi3":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-9toi3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-9toi3"},"doc://Flow/documentation/Flow/VFlow/handlesExternalEvents(preferring:allowing:)":{"role":"symbol","title":"handlesExternalEvents(preferring:allowing:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/handlesExternalEvents(preferring:allowing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/handlesexternalevents(preferring:allowing:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityTextContentType(_:)":{"role":"symbol","title":"accessibilityTextContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityTextContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitytextcontenttype(_:)"},"doc://Flow/documentation/Flow/VFlow/environment(_:_:)":{"role":"symbol","title":"environment(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environment(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/environment(_:_:)"},"doc://Flow/documentation/Flow/VFlow/toolbarColorScheme(_:for:)":{"role":"symbol","title":"toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarColorScheme(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarcolorscheme(_:for:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityChildren(children:)":{"role":"symbol","title":"accessibilityChildren(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChildren(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitychildren(children:)"},"doc://Flow/documentation/Flow/VFlow/refreshable(action:)":{"role":"symbol","title":"refreshable(action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/refreshable(action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/refreshable(action:)"},"doc://Flow/documentation/Flow/VFlow/submitLabel(_:)":{"role":"symbol","title":"submitLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/submitlabel(_:)"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-5y218":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-5y218","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-5y218"},"doc://Flow/documentation/Flow/VFlow/disabled(_:)":{"role":"symbol","title":"disabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/disabled(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(inputLabels:)":{"role":"symbol","title":"accessibility(inputLabels:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(inputLabels:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(inputlabels:)"},"doc://Flow/documentation/Flow/VFlow/edgesIgnoringSafeArea(_:)":{"role":"symbol","title":"edgesIgnoringSafeArea(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/edgesIgnoringSafeArea(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/edgesignoringsafearea(_:)"},"doc://Flow/documentation/Flow/VFlow/frame()":{"role":"symbol","title":"frame()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame()","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/frame()"},"doc://Flow/documentation/Flow/VFlow/presentedWindowStyle(_:)":{"role":"symbol","title":"presentedWindowStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentedwindowstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/pasteDestination(for:action:validator:)":{"role":"symbol","title":"pasteDestination(for:action:validator:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pasteDestination(for:action:validator:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pastedestination(for:action:validator:)"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:perform:)-68bvd":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-68bvd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-68bvd"},"doc://Flow/documentation/Flow/VFlow/colorMultiply(_:)":{"role":"symbol","title":"colorMultiply(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorMultiply(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/colormultiply(_:)"},"doc://Flow/documentation/Flow/VFlow/contextMenu(_:)":{"role":"symbol","title":"contextMenu(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/contextmenu(_:)"},"doc://Flow/documentation/Flow/VFlow/submitScope(_:)":{"role":"symbol","title":"submitScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/submitscope(_:)"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/flow\/vflow\/view-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Methods","identifiers":["doc:\/\/Flow\/documentation\/Flow\/VFlow\/accentColor(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-29xb5","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-5utfe","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(addTraits:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hidden:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hint:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(identifier:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(inputLabels:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(label:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(removeTraits:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(selectionIdentifier:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(sortPriority:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(value:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(action:label:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-5nej8","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-696dd","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-9q39i","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActions(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-43kjh","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-6jhkt","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAddTraits(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAdjustableAction(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChartDescriptor(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChildren(children:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-20kuj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-2tcyt","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-38n1z","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-4wzpp","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-63ahp","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-6zba5","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-85q9f","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-9b4j7","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityElement(children:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:equals:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHeading(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-4a8ym","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-8cu70","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-9euas","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIdentifier(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIgnoresInvertColors(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-45bbd","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-7bcc4","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-llrk","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-2kykl","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-3y0fn","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-9hkbr","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabeledPair(role:id:in:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLinkedGroup(id:in:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRemoveTraits(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRepresentation(representation:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRespondsToUserInteraction(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-4563m","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-7qt8j","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-8racx","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-9lnbj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-3t772","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-4c98q","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-88fkj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-ow5x","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-2khy5","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-38pcu","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-6ih0d","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-77yn4","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotorEntry(id:in:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityScrollAction(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilitySortPriority(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityTextContentType(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6amxu","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6g91f","doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-9toi3","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-11wj1","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8j2ni","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8l0ej","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-281fz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-5s5rc","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-xdfe","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-6ak9f","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-84ho7","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-9p4ki","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-1sm0b","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-7f2c1","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-8y7im","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:message:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(item:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-3oexg","doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-zilv","doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsHitTesting(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsTightening(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/anchorPreference(key:value:transform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:value:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-3eiva","doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-6jghc","doc:\/\/Flow\/documentation\/Flow\/VFlow\/autocorrectionDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:alignment:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-5izpq","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-742w2","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(alignment:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ckkj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ct2w","doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-22epv","doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-6q17h","doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7l7uw","doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7tf7x","doc:\/\/Flow\/documentation\/Flow\/VFlow\/baselineOffset(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/blendMode(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/blur(radius:opaque:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/bold(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/border(_:width:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/brightness(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonBorderShape(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-8eu27","doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-9b9z","doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipShape(_:style:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipped(antialiased:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorInvert()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorMultiply(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorScheme(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/compositingGroup()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-57cjy","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g","doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga","doc:\/\/Flow\/documentation\/Flow\/VFlow\/containerShape(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:_:eoFill:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:eoFill:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentTransition(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(forSelectionType:menu:primaryAction:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:preview:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/contrast(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlGroupStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlSize(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/coordinateSpace(name:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/copyable(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/cornerRadius(_:antialiased:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/cuttable(for:action:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/datePickerStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultAppStorage(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultFocus(_:_:priority:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/deleteDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/disableAutocorrection(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/disabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/disclosureGroupStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:preview:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/drawingGroup(opaque:colorMode:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/dropDestination(for:action:isTargeted:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/dynamicTypeSize(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/edgesIgnoringSafeArea(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/environment(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/environmentObject(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:onEdit:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:onEdit:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hjpz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:file:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:files:onCompletion:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize(horizontal:vertical:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/flipsForRightToLeftLayoutDirection(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusScope(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusSection()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:onFocusChange:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:equals:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-2mezs","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-6o9gz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-28mg0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-3ayn0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5429z","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5ao0l","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-4lbna","doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-fde6","doc:\/\/Flow\/documentation\/Flow\/VFlow\/font(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontDesign(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWeight(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWidth(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundColor(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/formStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(width:height:alignment:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gaugeStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/grayscale(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellAnchor(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellColumns(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellUnsizedAxes(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridColumnAlignment(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/groupBoxStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/handlesExternalEvents(preferring:allowing:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/headerProminence(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-1qu8j","doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-9w4fl","doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-zq71","doc:\/\/Flow\/documentation\/Flow\/VFlow\/hidden()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/highPriorityGesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/horizontalRadioGroupLayout()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/hueRotation(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/id(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/ignoresSafeArea(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/imageScale(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/importableFromServices(for:action:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/importsItemProviders(_:onImport:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactionActivityTrackingTag(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactiveDismissDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/italic(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/itemProvider(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/kerning(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-5fz36","doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-6qav2","doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:localization:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/labeledContentStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelsHidden()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutPriority(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutValue(key:value:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-3jo4w","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-7dzlk","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-80jsd","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-9nxap","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:reservesSpace:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineSpacing(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-48zqj","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-9pqni","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowBackground(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowInsets(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparator(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparatorTint(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparator(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparatorTint(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/listStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/luminanceToAlpha()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuButtonStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuIndicator(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuOrder(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/minimumScaleFactor(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/modifier(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospaced(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospacedDigit()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/moveDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/multilineTextAlignment(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarBackButtonHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarHidden(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-1so2a","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-32efy","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-6trk5","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-1ycu0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-7v30g","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-8bpg6","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(for:destination:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(isPresented:destination:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-1bw00","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-3usj0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-7xvnq","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-82wbn","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-5teyi","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-6oqyx","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-7ej53","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-51uop","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-5b77s","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-648on","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-756bz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-7za07","doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(x:y:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onAppear(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onChange(of:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCommand(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinueUserActivity(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinuousHover(coordinateSpace:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCopyCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCutCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDeleteCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDisappear(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:preview:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-3xvlp","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-6fwv","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-392m0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-5y218","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-6bbt0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-7ds8d","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onExitCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onHover(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onMoveCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onOpenURL(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-64e3w","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-68bvd","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-1e5ja","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-9z4ur","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPlayPauseCommand(perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPreferenceChange(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onReceive(_:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onSubmit(of:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:coordinateSpace:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:perform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/opacity(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:alignment:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:ignoresSafeAreaEdges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:in:fillStyle:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(alignment:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:alignment:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-2e3se","doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-36kz7","doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/pageCommand(value:in:step:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/pasteDestination(for:action:validator:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/persistentSystemOverlays(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/pickerStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(x:y:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/preference(key:value:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/preferredColorScheme(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/prefersDefaultFocus(_:in:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:selection:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDragIndicator(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowToolbarStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewContext(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDevice(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDisplayName(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewInterfaceOrientation(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewLayout(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/privacySensitive(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/progressViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/projectionEffect(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/redacted(reason:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/refreshable(action:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-4j3bn","doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-9y6ft","doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotationEffect(_:anchor:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-97qbs","doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-ezbz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/saturation(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-7zqkd","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-rz0n","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(x:y:anchor:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFill()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFit()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:edges:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollContentBackground(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDisabled(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDismissesKeyboard(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollIndicators(_:axes:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchCompletion(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchScopes(_:scopes:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:for:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-19sfb","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-7u1lz","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-8jpi0","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-3ankf","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-4uoxf","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-7cwut","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-3h7yl","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-4lcci","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-k523","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt","doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s","doc:\/\/Flow\/documentation\/Flow\/VFlow\/shadow(color:radius:x:y:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(isPresented:onDismiss:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(item:onDismiss:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/simultaneousGesture(_:including:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAdjustedPitch(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAlwaysIncludesPunctuation(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAnnouncementsQueued(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechSpellsOutCharacters(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/strikethrough(_:pattern:color:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitLabel(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitScope(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/swipeActions(edge:allowsFullSwipe:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolRenderingMode(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolVariant(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabItem(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabViewStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tableStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tag(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(id:priority:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(priority:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/textCase(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/textContentType(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/textFieldStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/textSelection(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tint(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toggleStyle(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(_:for:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-1cpst","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-312g3","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(id:content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarBackground(_:for:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarColorScheme(_:for:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarRole(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarTitleMenu(content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(content:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarCustomizationLabel(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPresence(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPrincipal(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/tracking(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transaction(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformAnchorPreference(key:value:transform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEffect(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEnvironment(_:transform:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformPreference(_:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/transition(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/truncationMode(_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/underline(_:pattern:color:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/unredacted()","doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:element:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:isActive:_:)","doc:\/\/Flow\/documentation\/Flow\/VFlow\/zIndex(_:)"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Flow"}],"role":"collectionGroup","title":"View Implementations"},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow"]]},"references":{"doc://Flow/documentation/Flow/VFlow/popover(isPresented:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(isPresented:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(isPresented:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/popover(ispresented:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3v87d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3v87d"},"doc://Flow/documentation/Flow/VFlow/presentationDetents(_:)":{"role":"symbol","title":"presentationDetents(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdetents(_:)"},"doc://Flow/documentation/Flow/VFlow/multilineTextAlignment(_:)":{"role":"symbol","title":"multilineTextAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"multilineTextAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TextAlignment","preciseIdentifier":"s:7SwiftUI13TextAlignmentO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/multilineTextAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/multilinetextalignment(_:)"},"doc://Flow/documentation/Flow/VFlow/onDrag(_:preview:)":{"role":"symbol","title":"onDrag(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrag(_:preview:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-3ankf":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-3ankf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-3ankf"},"doc://Flow/documentation/Flow/VFlow/focusedSceneValue(_:_:)-5ao0l":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5ao0l","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedscenevalue(_:_:)-5ao0l"},"doc://Flow/documentation/Flow/VFlow/accessibilityShowsLargeContentViewer(_:)":{"role":"symbol","title":"accessibilityShowsLargeContentViewer(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer(_:)"},"doc://Flow/documentation/Flow/VFlow/groupBoxStyle(_:)":{"role":"symbol","title":"groupBoxStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"groupBoxStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/groupBoxStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/groupboxstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/alert(isPresented:error:actions:)":{"role":"symbol","title":"alert(isPresented:error:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(ispresented:error:actions:)"},"doc://Flow/documentation/Flow/VFlow/modifier(_:)":{"role":"symbol","title":"modifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"modifier"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/modifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/modifier(_:)"},"doc://Flow/documentation/Flow/VFlow/drawingGroup(opaque:colorMode:)":{"role":"symbol","title":"drawingGroup(opaque:colorMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"drawingGroup"},{"kind":"text","text":"("},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"colorMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ColorRenderingMode","preciseIdentifier":"s:7SwiftUI18ColorRenderingModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/drawingGroup(opaque:colorMode:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/drawinggroup(opaque:colormode:)"},"doc://Flow/documentation/Flow/VFlow/itemProvider(_:)":{"role":"symbol","title":"itemProvider(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"itemProvider"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Optional","preciseIdentifier":"s:Sq"},{"kind":"text","text":"<() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"?>) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/itemProvider(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/itemprovider(_:)"},"doc://Flow/documentation/Flow/VFlow/colorMultiply(_:)":{"role":"symbol","title":"colorMultiply(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorMultiply"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorMultiply(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/colormultiply(_:)"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:modifiers:localization:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:localization:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"localization"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Localization","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV12LocalizationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:localization:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:localization:)"},"doc://Flow/documentation/Flow/VFlow/border(_:width:)":{"role":"symbol","title":"border(_:width:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"border"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/border(_:width:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/border(_:width:)"},"doc://Flow/documentation/Flow/VFlow/allowsTightening(_:)":{"role":"symbol","title":"allowsTightening(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsTightening"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsTightening(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/allowstightening(_:)"},"doc://Flow/documentation/Flow/VFlow/focusedSceneObject(_:)-28mg0":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-28mg0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedsceneobject(_:)-28mg0"},"doc://Flow/documentation/Flow/VFlow/touchBarItemPrincipal(_:)":{"role":"symbol","title":"touchBarItemPrincipal(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPrincipal"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPrincipal(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbaritemprincipal(_:)"},"doc://Flow/documentation/Flow/VFlow/submitLabel(_:)":{"role":"symbol","title":"submitLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SubmitLabel","preciseIdentifier":"s:7SwiftUI11SubmitLabelV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/submitlabel(_:)"},"doc://Flow/documentation/Flow/VFlow/foregroundColor(_:)":{"role":"symbol","title":"foregroundColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundColor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundcolor(_:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-8f5px","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-8f5px"},"doc://Flow/documentation/Flow/VFlow/accessibilityAddTraits(_:)":{"role":"symbol","title":"accessibilityAddTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAddTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAddTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaddtraits(_:)"},"doc://Flow/documentation/Flow/VFlow/redacted(reason:)":{"role":"symbol","title":"redacted(reason:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"redacted"},{"kind":"text","text":"("},{"kind":"externalParam","text":"reason"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"RedactionReasons","preciseIdentifier":"s:7SwiftUI16RedactionReasonsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/redacted(reason:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/redacted(reason:)"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-7za07":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-7za07","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-7za07"},"doc://Flow/documentation/Flow/VFlow/help(_:)-1qu8j":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-1qu8j","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-1qu8j"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:validator:perform:)-9z4ur":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-9z4ur","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-9z4ur"},"doc://Flow/documentation/Flow/VFlow/accessibility(addTraits:)":{"role":"symbol","title":"accessibility(addTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"addTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(addTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(addtraits:)"},"doc://Flow/documentation/Flow/VFlow/textContentType(_:)":{"role":"symbol","title":"textContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSTextContentType","preciseIdentifier":"c:@T@NSTextContentType"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textcontenttype(_:)"},"doc://Flow/documentation/Flow/VFlow/simultaneousGesture(_:including:)":{"role":"symbol","title":"simultaneousGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"simultaneousGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/simultaneousGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/simultaneousgesture(_:including:)"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:)-6qav2":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-6qav2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:)-6qav2"},"doc://Flow/documentation/Flow/VFlow/hueRotation(_:)":{"role":"symbol","title":"hueRotation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hueRotation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hueRotation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/huerotation(_:)"},"doc://Flow/documentation/Flow/VFlow/task(priority:_:)":{"role":"symbol","title":"task(priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"("},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/task(priority:_:)"},"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-7ej53":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-7ej53","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-7ej53"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-6zp6g","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-6zp6g"},"doc://Flow/documentation/Flow/VFlow/aspectRatio(_:contentMode:)-6jghc":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-6jghc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-6jghc"},"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-9euas":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-9euas","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-9euas"},"doc://Flow/documentation/Flow/VFlow/colorInvert()":{"role":"symbol","title":"colorInvert()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorInvert"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorInvert()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/colorinvert()"},"doc://Flow/documentation/Flow/VFlow/labelsHidden()":{"role":"symbol","title":"labelsHidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelsHidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelsHidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labelshidden()"},"doc://Flow/documentation/Flow/VFlow/accessibilityChildren(children:)":{"role":"symbol","title":"accessibilityChildren(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChildren"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChildren(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitychildren(children:)"},"doc://Flow/documentation/Flow/VFlow/fileMover(isPresented:files:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:files:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"files"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:files:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/filemover(ispresented:files:oncompletion:)"},"doc://Flow/documentation/Flow/VFlow/renameAction(_:)-9y6ft":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-9y6ft","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/renameaction(_:)-9y6ft"},"doc://Flow/documentation/Flow/VFlow/contextMenu(forSelectionType:menu:primaryAction:)":{"role":"symbol","title":"contextMenu(forSelectionType:menu:primaryAction:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"I"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"forSelectionType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"menu"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"primaryAction"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(forSelectionType:menu:primaryAction:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(forselectiontype:menu:primaryaction:)"},"doc://Flow/documentation/Flow/VFlow/zIndex(_:)":{"role":"symbol","title":"zIndex(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/zIndex(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/zindex(_:)"},"doc://Flow/documentation/Flow/VFlow/scrollIndicators(_:axes:)":{"role":"symbol","title":"scrollIndicators(_:axes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollIndicators"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollIndicatorVisibility","preciseIdentifier":"s:7SwiftUI25ScrollIndicatorVisibilityV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axes"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollIndicators(_:axes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrollindicators(_:axes:)"},"doc://Flow/documentation/Flow/VFlow/alert(isPresented:content:)":{"role":"symbol","title":"alert(isPresented:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/alert(ispresented:content:)"},"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:_:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(identifier:)":{"role":"symbol","title":"accessibility(identifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(identifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(identifier:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityIdentifier(_:)":{"role":"symbol","title":"accessibilityIdentifier(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIdentifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIdentifier(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityidentifier(_:)"},"doc://Flow/documentation/Flow/VFlow/bold(_:)":{"role":"symbol","title":"bold(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"bold"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/bold(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/bold(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-6trk5":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-6trk5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-6trk5"},"doc://Flow/documentation/Flow/VFlow/accessibilityLinkedGroup(id:in:)":{"role":"symbol","title":"accessibilityLinkedGroup(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLinkedGroup"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLinkedGroup(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylinkedgroup(id:in:)"},"doc://Flow/documentation/Flow/VFlow/tag(_:)":{"role":"symbol","title":"tag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tag"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tag(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityShowsLargeContentViewer()":{"role":"symbol","title":"accessibilityShowsLargeContentViewer()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityShowsLargeContentViewer"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityShowsLargeContentViewer()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityshowslargecontentviewer()"},"doc://Flow/documentation/Flow/VFlow/onHover(perform:)":{"role":"symbol","title":"onHover(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onHover(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onhover(perform:)"},"doc://Flow/documentation/Flow/VFlow/alignmentGuide(_:computeValue:)-zilv":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-zilv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-zilv"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-32efy":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-32efy","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-32efy"},"doc://Flow/documentation/Flow/VFlow/navigationSplitViewStyle(_:)":{"role":"symbol","title":"navigationSplitViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/scaleEffect(_:anchor:)-7zqkd":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-7zqkd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaleeffect(_:anchor:)-7zqkd"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-3cpps","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-3cpps"},"doc://Flow/documentation/Flow/VFlow/listSectionSeparatorTint(_:edges:)":{"role":"symbol","title":"listSectionSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listsectionseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/padding(_:)-2e3se":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-2e3se","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:)-2e3se"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:)-8jpi0":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-8jpi0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-8jpi0"},"doc://Flow/documentation/Flow/VFlow/exportsItemProviders(_:onExport:onEdit:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:onedit:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(inputLabels:)":{"role":"symbol","title":"accessibility(inputLabels:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"inputLabels"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(inputLabels:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(inputlabels:)"},"doc://Flow/documentation/Flow/VFlow/navigationSplitViewColumnWidth(_:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(_:)"},"doc://Flow/documentation/Flow/VFlow/popover(item:attachmentAnchor:arrowEdge:content:)":{"role":"symbol","title":"popover(item:attachmentAnchor:arrowEdge:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"popover"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"attachmentAnchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"PopoverAttachmentAnchor","preciseIdentifier":"s:7SwiftUI23PopoverAttachmentAnchorO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"arrowEdge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/popover(item:attachmentAnchor:arrowEdge:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/popover(item:attachmentanchor:arrowedge:content:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRespondsToUserInteraction(_:)":{"role":"symbol","title":"accessibilityRespondsToUserInteraction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRespondsToUserInteraction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRespondsToUserInteraction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrespondstouserinteraction(_:)"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:pressing:perform:)"},"doc://Flow/documentation/Flow/VFlow/id(_:)":{"role":"symbol","title":"id(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/id(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/id(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/presentedWindowStyle(_:)":{"role":"symbol","title":"presentedWindowStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentedwindowstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(selectionIdentifier:)":{"role":"symbol","title":"accessibility(selectionIdentifier:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"selectionIdentifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyHashable","preciseIdentifier":"s:s11AnyHashableV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(selectionIdentifier:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(selectionidentifier:)"},"doc://Flow/documentation/Flow/VFlow/scaleEffect(x:y:anchor:)":{"role":"symbol","title":"scaleEffect(x:y:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(x:y:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaleeffect(x:y:anchor:)"},"doc://Flow/documentation/Flow/VFlow/focusedObject(_:)-6o9gz":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-6o9gz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedobject(_:)-6o9gz"},"doc://Flow/documentation/Flow/VFlow/prefersDefaultFocus(_:in:)":{"role":"symbol","title":"prefersDefaultFocus(_:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"prefersDefaultFocus"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/prefersDefaultFocus(_:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/prefersdefaultfocus(_:in:)"},"doc://Flow/documentation/Flow/VFlow/rotationEffect(_:anchor:)":{"role":"symbol","title":"rotationEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotationEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotationEffect(_:anchor:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/rotationeffect(_:anchor:)"},"doc://Flow/documentation/Flow/VFlow/alignmentGuide(_:computeValue:)-3oexg":{"role":"symbol","title":"alignmentGuide(_:computeValue:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alignmentGuide"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"computeValue"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"ViewDimensions","preciseIdentifier":"s:7SwiftUI14ViewDimensionsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alignmentGuide(_:computeValue:)-3oexg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alignmentguide(_:computevalue:)-3oexg"},"doc://Flow/documentation/Flow/VFlow/buttonStyle(_:)-8eu27":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-8eu27","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonstyle(_:)-8eu27"},"doc://Flow/documentation/Flow/VFlow/navigationViewStyle(_:)":{"role":"symbol","title":"navigationViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationViewStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-3t772":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-3t772","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-3t772"},"doc://Flow/documentation/Flow/VFlow/matchedGeometryEffect(id:in:properties:anchor:isSource:)":{"role":"symbol","title":"matchedGeometryEffect(id:in:properties:anchor:isSource:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchedGeometryEffect"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"properties"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"MatchedGeometryProperties","preciseIdentifier":"s:7SwiftUI25MatchedGeometryPropertiesV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isSource"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/matchedGeometryEffect(id:in:properties:anchor:isSource:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/matchedgeometryeffect(id:in:properties:anchor:issource:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-9lnbj":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-9lnbj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-9lnbj"},"doc://Flow/documentation/Flow/VFlow/symbolRenderingMode(_:)":{"role":"symbol","title":"symbolRenderingMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolRenderingMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolRenderingMode","preciseIdentifier":"s:7SwiftUI19SymbolRenderingModeV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolRenderingMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/symbolrenderingmode(_:)"},"doc://Flow/documentation/Flow/VFlow/position(_:)":{"role":"symbol","title":"position(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/position(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-4c98q":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-4c98q","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-4c98q"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-2tcyt":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-2tcyt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-2tcyt"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotorEntry(id:in:)":{"role":"symbol","title":"accessibilityRotorEntry(id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotorEntry"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotorEntry(id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotorentry(id:in:)"},"doc://Flow/documentation/Flow/VFlow/toolbar(content:)-1cpst":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-1cpst","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(content:)-1cpst"},"doc://Flow/documentation/Flow/VFlow/help(_:)-zq71":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-zq71","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-zq71"},"doc://Flow/documentation/Flow/VFlow/menuButtonStyle(_:)":{"role":"symbol","title":"menuButtonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuButtonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuButtonStyle(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/menubuttonstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/scenePadding(_:edges:)":{"role":"symbol","title":"scenePadding(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScenePadding","preciseIdentifier":"s:7SwiftUI12ScenePaddingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scenepadding(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/monospacedDigit()":{"role":"symbol","title":"monospacedDigit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospacedDigit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospacedDigit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/monospaceddigit()"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:placement:prompt:token:)-4lcci":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-4lcci","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-4lcci"},"doc://Flow/documentation/Flow/VFlow/offset(_:)":{"role":"symbol","title":"offset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/offset(_:)"},"doc://Flow/documentation/Flow/VFlow/searchCompletion(_:)":{"role":"symbol","title":"searchCompletion(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchCompletion"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchCompletion(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchcompletion(_:)"},"doc://Flow/documentation/Flow/VFlow/background(ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"("},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/VFlow/menuIndicator(_:)":{"role":"symbol","title":"menuIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menuindicator(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-7bcc4":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-7bcc4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-7bcc4"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-9q39i":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-9q39i","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-9q39i"},"doc://Flow/documentation/Flow/VFlow/font(_:)":{"role":"symbol","title":"font(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"font"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/font(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/font(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-6amxu":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6amxu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6amxu"},"doc://Flow/documentation/Flow/VFlow/layoutPriority(_:)":{"role":"symbol","title":"layoutPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutpriority(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-6g91f":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-6g91f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-6g91f"},"doc://Flow/documentation/Flow/VFlow/onContinuousHover(coordinateSpace:perform:)":{"role":"symbol","title":"onContinuousHover(coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinuousHover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"HoverPhase","preciseIdentifier":"s:7SwiftUI10HoverPhaseO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinuousHover(coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncontinuoushover(coordinatespace:perform:)"},"doc://Flow/documentation/Flow/VFlow/listItemTint(_:)-9pqni":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ListItemTint","preciseIdentifier":"s:7SwiftUI12ListItemTintV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-9pqni","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listitemtint(_:)-9pqni"},"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:)":{"role":"symbol","title":"foregroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-5teyi":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-5teyi","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-5teyi"},"doc://Flow/documentation/Flow/VFlow/privacySensitive(_:)":{"role":"symbol","title":"privacySensitive(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"privacySensitive"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/privacySensitive(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/privacysensitive(_:)"},"doc://Flow/documentation/Flow/VFlow/sheet(item:onDismiss:content:)":{"role":"symbol","title":"sheet(item:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(item:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sheet(item:ondismiss:content:)"},"doc://Flow/documentation/Flow/VFlow/pasteDestination(for:action:validator:)":{"role":"symbol","title":"pasteDestination(for:action:validator:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pasteDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pasteDestination(for:action:validator:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pastedestination(for:action:validator:)"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:reservesSpace:)":{"role":"symbol","title":"lineLimit(_:reservesSpace:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"reservesSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:reservesSpace:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:reservesspace:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-88fkj":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-88fkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-88fkj"},"doc://Flow/documentation/Flow/VFlow/toolbarBackground(_:for:)":{"role":"symbol","title":"toolbarBackground(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarBackground(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarbackground(_:for:)"},"doc://Flow/documentation/Flow/VFlow/importsItemProviders(_:onImport:)":{"role":"symbol","title":"importsItemProviders(_:onImport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onImport"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importsItemProviders(_:onImport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/importsitemproviders(_:onimport:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-5s5rc":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-5s5rc","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-5s5rc"},"doc://Flow/documentation/Flow/VFlow/buttonBorderShape(_:)":{"role":"symbol","title":"buttonBorderShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonBorderShape"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ButtonBorderShape","preciseIdentifier":"s:7SwiftUI17ButtonBorderShapeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonBorderShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonbordershape(_:)"},"doc://Flow/documentation/Flow/VFlow/scaleEffect(_:anchor:)-rz0n":{"role":"symbol","title":"scaleEffect(_:anchor:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaleEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaleEffect(_:anchor:)-rz0n","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaleeffect(_:anchor:)-rz0n"},"doc://Flow/documentation/Flow/VFlow/progressViewStyle(_:)":{"role":"symbol","title":"progressViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/progressViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/progressviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(activationPoint:)-5utfe":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-5utfe","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(activationpoint:)-5utfe"},"doc://Flow/documentation/Flow/VFlow/accessibilityElement(children:)":{"role":"symbol","title":"accessibilityElement(children:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityElement"},{"kind":"text","text":"("},{"kind":"externalParam","text":"children"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityChildBehavior","preciseIdentifier":"s:7SwiftUI26AccessibilityChildBehaviorV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityElement(children:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityelement(children:)"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:displayMode:)-7v30g":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-7v30g","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-7v30g"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-9p4ki":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-9p4ki","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-9p4ki"},"doc://Flow/documentation/Flow/VFlow/background(in:fillStyle:)-8ct2w":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ct2w","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ct2w"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:delegate:)-3xvlp":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-3xvlp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:delegate:)-3xvlp"},"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-8cu70":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-8cu70","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-8cu70"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-2kykl":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-2kykl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-2kykl"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-392m0":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-392m0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-392m0"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-57cjy":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-57cjy","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-57cjy"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-8racx":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-8racx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-8racx"},"doc://Flow/documentation/Flow/VFlow/transition(_:)":{"role":"symbol","title":"transition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AnyTransition","preciseIdentifier":"s:7SwiftUI13AnyTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transition(_:)"},"doc://Flow/documentation/Flow/VFlow/blendMode(_:)":{"role":"symbol","title":"blendMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blendMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"BlendMode","preciseIdentifier":"s:7SwiftUI9BlendModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blendMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/blendmode(_:)"},"doc://Flow/documentation/Flow/VFlow/background(alignment:content:)":{"role":"symbol","title":"background(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(alignment:content:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-71baq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-71baq"},"doc://Flow/documentation/Flow/VFlow/accessibilityValue(_:)-9toi3":{"role":"symbol","title":"accessibilityValue(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityValue(_:)-9toi3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityvalue(_:)-9toi3"},"doc://Flow/documentation/Flow/VFlow/persistentSystemOverlays(_:)":{"role":"symbol","title":"persistentSystemOverlays(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"persistentSystemOverlays"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/persistentSystemOverlays(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/persistentsystemoverlays(_:)"},"doc://Flow/documentation/Flow/VFlow/speechAdjustedPitch(_:)":{"role":"symbol","title":"speechAdjustedPitch(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAdjustedPitch"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAdjustedPitch(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechadjustedpitch(_:)"},"doc://Flow/documentation/Flow/VFlow/moveDisabled(_:)":{"role":"symbol","title":"moveDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"moveDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/moveDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/movedisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityIgnoresInvertColors(_:)":{"role":"symbol","title":"accessibilityIgnoresInvertColors(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityIgnoresInvertColors"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityIgnoresInvertColors(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityignoresinvertcolors(_:)"},"doc://Flow/documentation/Flow/VFlow/aspectRatio(_:contentMode:)-3eiva":{"role":"symbol","title":"aspectRatio(_:contentMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"aspectRatio"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGSize","preciseIdentifier":"c:@S@CGSize"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ContentMode","preciseIdentifier":"s:7SwiftUI11ContentModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/aspectRatio(_:contentMode:)-3eiva","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/aspectratio(_:contentmode:)-3eiva"},"doc://Flow/documentation/Flow/VFlow/navigationBarHidden(_:)":{"role":"symbol","title":"navigationBarHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarHidden(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbarhidden(_:)"},"doc://Flow/documentation/Flow/VFlow/touchBarCustomizationLabel(_:)":{"role":"symbol","title":"touchBarCustomizationLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarCustomizationLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarCustomizationLabel(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbarcustomizationlabel(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(action:label:)":{"role":"symbol","title":"accessibilityAction(action:label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Label"},{"kind":"text","text":">("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"label"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Label"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(action:label:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(action:label:)"},"doc://Flow/documentation/Flow/VFlow/cuttable(for:action:)":{"role":"symbol","title":"cuttable(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cuttable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cuttable(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/cuttable(for:action:)"},"doc://Flow/documentation/Flow/VFlow/preferredColorScheme(_:)":{"role":"symbol","title":"preferredColorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preferredColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preferredColorScheme(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/preferredcolorscheme(_:)"},"doc://Flow/documentation/Flow/VFlow/onCopyCommand(perform:)":{"role":"symbol","title":"onCopyCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCopyCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCopyCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncopycommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-4wzpp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-4wzpp","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-4wzpp"},"doc://Flow/documentation/Flow/VFlow/draggable(_:)":{"role":"symbol","title":"draggable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/draggable(_:)"},"doc://Flow/documentation/Flow/VFlow/position(x:y:)":{"role":"symbol","title":"position(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"position"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/position(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/position(x:y:)"},"doc://Flow/documentation/Flow/VFlow/toolbarTitleMenu(content:)":{"role":"symbol","title":"toolbarTitleMenu(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarTitleMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarTitleMenu(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbartitlemenu(content:)"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-9mz4l","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-9mz4l"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-696dd":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-696dd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-696dd"},"doc://Flow/documentation/Flow/VFlow/background(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"background(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:displayMode:)-8bpg6":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-8bpg6","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-8bpg6"},"doc://Flow/documentation/Flow/VFlow/background(_:in:fillStyle:)-5izpq":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-5izpq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-5izpq"},"doc://Flow/documentation/Flow/VFlow/presentationDragIndicator(_:)":{"role":"symbol","title":"presentationDragIndicator(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDragIndicator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDragIndicator(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdragindicator(_:)"},"doc://Flow/documentation/Flow/VFlow/listRowSeparator(_:edges:)":{"role":"symbol","title":"listRowSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowseparator(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/unredacted()":{"role":"symbol","title":"unredacted()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"unredacted"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/unredacted()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/unredacted()"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-3usj0":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-3usj0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-3usj0"},"doc://Flow/documentation/Flow/VFlow/userActivity(_:isActive:_:)":{"role":"symbol","title":"userActivity(_:isActive:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isActive"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:isActive:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/useractivity(_:isactive:_:)"},"doc://Flow/documentation/Flow/VFlow/onDrag(_:)":{"role":"symbol","title":"onDrag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrag"},{"kind":"text","text":"(() -> "},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrag(_:)"},"doc://Flow/documentation/Flow/VFlow/frame()":{"role":"symbol","title":"frame()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame()","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/frame()"},"doc://Flow/documentation/Flow/VFlow/listRowSeparatorTint(_:edges:)":{"role":"symbol","title":"listRowSeparatorTint(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowSeparatorTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowSeparatorTint(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowseparatortint(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryLabel:)-ow5x":{"role":"symbol","title":"accessibilityRotor(_:entries:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryLabel:)-ow5x","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entrylabel:)-ow5x"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-8j2ni":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8j2ni","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8j2ni"},"doc://Flow/documentation/Flow/VFlow/buttonStyle(_:)-9b9z":{"role":"symbol","title":"buttonStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"buttonStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/buttonStyle(_:)-9b9z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/buttonstyle(_:)-9b9z"},"doc://Flow/documentation/Flow/VFlow/help(_:)-9w4fl":{"role":"symbol","title":"help(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"help"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/help(_:)-9w4fl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/help(_:)-9w4fl"},"doc://Flow/documentation/Flow/VFlow/italic(_:)":{"role":"symbol","title":"italic(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"italic"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/italic(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/italic(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityHeading(_:)":{"role":"symbol","title":"accessibilityHeading(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHeading"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityHeadingLevel","preciseIdentifier":"s:7SwiftUI25AccessibilityHeadingLevelO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHeading(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityheading(_:)"},"doc://Flow/documentation/Flow/VFlow/contrast(_:)":{"role":"symbol","title":"contrast(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contrast"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contrast(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contrast(_:)"},"doc://Flow/documentation/Flow/VFlow/listRowInsets(_:)":{"role":"symbol","title":"listRowInsets(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowInsets"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"EdgeInsets","preciseIdentifier":"s:7SwiftUI10EdgeInsetsV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowInsets(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowinsets(_:)"},"doc://Flow/documentation/Flow/VFlow/textFieldStyle(_:)":{"role":"symbol","title":"textFieldStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textFieldStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textFieldStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textfieldstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/contentShape(_:eoFill:)":{"role":"symbol","title":"contentShape(_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contentshape(_:eofill:)"},"doc://Flow/documentation/Flow/VFlow/controlSize(_:)":{"role":"symbol","title":"controlSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ControlSize","preciseIdentifier":"s:7SwiftUI11ControlSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/controlsize(_:)"},"doc://Flow/documentation/Flow/VFlow/fileMover(isPresented:file:onCompletion:)":{"role":"symbol","title":"fileMover(isPresented:file:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileMover"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileMover(isPresented:file:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/filemover(ispresented:file:oncompletion:)"},"doc://Flow/documentation/Flow/VFlow/compositingGroup()":{"role":"symbol","title":"compositingGroup()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"compositingGroup"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/compositingGroup()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/compositinggroup()"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-6bbt0":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-6bbt0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-6bbt0"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-1sm0b":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-1sm0b","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-1sm0b"},"doc://Flow/documentation/Flow/VFlow/onTapGesture(count:coordinateSpace:perform:)":{"role":"symbol","title":"onTapGesture(count:coordinateSpace:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"coordinateSpace"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CoordinateSpace","preciseIdentifier":"s:7SwiftUI15CoordinateSpaceO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:coordinateSpace:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ontapgesture(count:coordinatespace:perform:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-2khy5":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-2khy5","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-2khy5"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-5b77s":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-5b77s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-5b77s"},"doc://Flow/documentation/Flow/VFlow/onMoveCommand(perform:)":{"role":"symbol","title":"onMoveCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onMoveCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"MoveCommandDirection","preciseIdentifier":"s:7SwiftUI20MoveCommandDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onMoveCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onmovecommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-9hkbr":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-9hkbr","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-9hkbr"},"doc://Flow/documentation/Flow/VFlow/overlay(alignment:content:)":{"role":"symbol","title":"overlay(alignment:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(alignment:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlay(alignment:content:)"},"doc://Flow/documentation/Flow/VFlow/onExitCommand(perform:)":{"role":"symbol","title":"onExitCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onExitCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onExitCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onexitcommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)":{"role":"symbol","title":"frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxWidth"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"minHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"idealHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"maxHeight"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/frame(minwidth:idealwidth:maxwidth:minheight:idealheight:maxheight:alignment:)"},"doc://Flow/documentation/Flow/VFlow/datePickerStyle(_:)":{"role":"symbol","title":"datePickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"datePickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/datePickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/datepickerstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/task(id:priority:_:)":{"role":"symbol","title":"task(id:priority:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"task"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"TaskPriority","preciseIdentifier":"s:ScP"},{"kind":"text","text":", () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/task(id:priority:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/task(id:priority:_:)"},"doc://Flow/documentation/Flow/VFlow/interactionActivityTrackingTag(_:)":{"role":"symbol","title":"interactionActivityTrackingTag(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactionActivityTrackingTag"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactionActivityTrackingTag(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/interactionactivitytrackingtag(_:)"},"doc://Flow/documentation/Flow/VFlow/tableStyle(_:)":{"role":"symbol","title":"tableStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tableStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tableStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tablestyle(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRemoveTraits(_:)":{"role":"symbol","title":"accessibilityRemoveTraits(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRemoveTraits"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRemoveTraits(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityremovetraits(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(removeTraits:)":{"role":"symbol","title":"accessibility(removeTraits:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"removeTraits"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityTraits","preciseIdentifier":"s:7SwiftUI19AccessibilityTraitsV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(removeTraits:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(removetraits:)"},"doc://Flow/documentation/Flow/VFlow/tint(_:)":{"role":"symbol","title":"tint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tint(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tint(_:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-2axdx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-2axdx"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-4exmg","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-4exmg"},"doc://Flow/documentation/Flow/VFlow/strikethrough(_:pattern:color:)":{"role":"symbol","title":"strikethrough(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"strikethrough"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/strikethrough(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/strikethrough(_:pattern:color:)"},"doc://Flow/documentation/Flow/VFlow/labelStyle(_:)":{"role":"symbol","title":"labelStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labelStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labelStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labelstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/contextMenu(menuItems:)":{"role":"symbol","title":"contextMenu(menuItems:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(menuitems:)"},"doc://Flow/documentation/Flow/VFlow/toggleStyle(_:)":{"role":"symbol","title":"toggleStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toggleStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toggleStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/togglestyle(_:)"},"doc://Flow/documentation/Flow/VFlow/minimumScaleFactor(_:)":{"role":"symbol","title":"minimumScaleFactor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"minimumScaleFactor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/minimumScaleFactor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/minimumscalefactor(_:)"},"doc://Flow/documentation/Flow/VFlow/saturation(_:)":{"role":"symbol","title":"saturation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"saturation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/saturation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/saturation(_:)"},"doc://Flow/documentation/Flow/VFlow/onContinueUserActivity(_:perform:)":{"role":"symbol","title":"onContinueUserActivity(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onContinueUserActivity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onContinueUserActivity(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncontinueuseractivity(_:perform:)"},"doc://Flow/documentation/Flow/VFlow/accentColor(_:)":{"role":"symbol","title":"accentColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accentColor(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accentcolor(_:)"},"doc://Flow/documentation/Flow/VFlow/background(in:fillStyle:)-8ckkj":{"role":"symbol","title":"background(in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(in:fillStyle:)-8ckkj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(in:fillstyle:)-8ckkj"},"doc://Flow/documentation/Flow/VFlow/transaction(_:)":{"role":"symbol","title":"transaction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transaction"},{"kind":"text","text":"(("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Transaction","preciseIdentifier":"s:7SwiftUI11TransactionV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transaction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transaction(_:)"},"doc://Flow/documentation/Flow/VFlow/horizontalRadioGroupLayout()":{"role":"symbol","title":"horizontalRadioGroupLayout()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"horizontalRadioGroupLayout"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/horizontalRadioGroupLayout()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/horizontalradiogrouplayout()"},"doc://Flow/documentation/Flow/VFlow/focused(_:equals:)":{"role":"symbol","title":"focused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focused(_:equals:)"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-82wbn":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-82wbn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-82wbn"},"doc://Flow/documentation/Flow/VFlow/background(_:in:fillStyle:)-742w2":{"role":"symbol","title":"background(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:in:fillStyle:)-742w2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/background(_:in:fillstyle:)-742w2"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-vycq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-vycq"},"doc://Flow/documentation/Flow/VFlow/accessibility(label:)":{"role":"symbol","title":"accessibility(label:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"label"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(label:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(label:)"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-1bw00":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-1bw00","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-1bw00"},"doc://Flow/documentation/Flow/VFlow/underline(_:pattern:color:)":{"role":"symbol","title":"underline(_:pattern:color:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"underline"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"LineStyle","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Pattern","preciseIdentifier":"s:7SwiftUI4TextV9LineStyleV7PatternV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/underline(_:pattern:color:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/underline(_:pattern:color:)"},"doc://Flow/documentation/Flow/VFlow/focusable(_:)":{"role":"symbol","title":"focusable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusable(_:)"},"doc://Flow/documentation/Flow/VFlow/fixedSize()":{"role":"symbol","title":"fixedSize()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fixedsize()"},"doc://Flow/documentation/Flow/VFlow/accessibility(hidden:)":{"role":"symbol","title":"accessibility(hidden:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hidden"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hidden:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(hidden:)"},"doc://Flow/documentation/Flow/VFlow/truncationMode(_:)":{"role":"symbol","title":"truncationMode(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"truncationMode"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TruncationMode","preciseIdentifier":"s:7SwiftUI4TextV14TruncationModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/truncationMode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/truncationmode(_:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-xdfe":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-xdfe","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-xdfe"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-5y218":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-5y218","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-5y218"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:perform:)-68bvd":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-68bvd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-68bvd"},"doc://Flow/documentation/Flow/VFlow/scaledToFit()":{"role":"symbol","title":"scaledToFit()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFit"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFit()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaledtofit()"},"doc://Flow/documentation/Flow/VFlow/previewContext(_:)":{"role":"symbol","title":"previewContext(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewContext"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewContext(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewcontext(_:)"},"doc://Flow/documentation/Flow/VFlow/searchSuggestions(_:)":{"role":"symbol","title":"searchSuggestions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchsuggestions(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(named:_:)-5nej8":{"role":"symbol","title":"accessibilityAction(named:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"named"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(named:_:)-5nej8","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(named:_:)-5nej8"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-7qt8j":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-7qt8j","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-7qt8j"},"doc://Flow/documentation/Flow/VFlow/contextMenu(_:)":{"role":"symbol","title":"contextMenu(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"MenuItems"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContextMenu","preciseIdentifier":"s:7SwiftUI11ContextMenuV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"MenuItems"},{"kind":"text","text":">?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/contextmenu(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-38n1z":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-38n1z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-38n1z"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-9b4j7":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityCustomContentKey","preciseIdentifier":"s:7SwiftUI29AccessibilityCustomContentKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-9b4j7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-9b4j7"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:pressing:perform:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:pressing:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"pressing"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:pressing:perform:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:pressing:perform:)"},"doc://Flow/documentation/Flow/VFlow/previewDisplayName(_:)":{"role":"symbol","title":"previewDisplayName(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDisplayName"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDisplayName(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewdisplayname(_:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:placement:prompt:token:)-k523":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-k523","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-k523"},"doc://Flow/documentation/Flow/VFlow/mask(_:)":{"role":"symbol","title":"mask(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/mask(_:)"},"doc://Flow/documentation/Flow/VFlow/exportableToServices(_:)":{"role":"symbol","title":"exportableToServices(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportabletoservices(_:)"},"doc://Flow/documentation/Flow/VFlow/gridColumnAlignment(_:)":{"role":"symbol","title":"gridColumnAlignment(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridColumnAlignment"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridColumnAlignment(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcolumnalignment(_:)"},"doc://Flow/documentation/Flow/VFlow/speechAlwaysIncludesPunctuation(_:)":{"role":"symbol","title":"speechAlwaysIncludesPunctuation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAlwaysIncludesPunctuation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAlwaysIncludesPunctuation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechalwaysincludespunctuation(_:)"},"doc://Flow/documentation/Flow/VFlow/focusedObject(_:)-2mezs":{"role":"symbol","title":"focusedObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedObject(_:)-2mezs","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedobject(_:)-2mezs"},"doc://Flow/documentation/Flow/VFlow/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"allowsMultipleSelection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:allowsMultipleSelection:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileimporter(ispresented:allowedcontenttypes:allowsmultipleselection:oncompletion:)"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/listSectionSeparator(_:edges:)":{"role":"symbol","title":"listSectionSeparator(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listSectionSeparator"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listSectionSeparator(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listsectionseparator(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityFocused(_:)":{"role":"symbol","title":"accessibilityFocused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityfocused(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityTextContentType(_:)":{"role":"symbol","title":"accessibilityTextContentType(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityTextContentType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityTextContentType","preciseIdentifier":"s:7SwiftUI28AccessibilityTextContentTypeV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityTextContentType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitytextcontenttype(_:)"},"doc://Flow/documentation/Flow/VFlow/preference(key:value:)":{"role":"symbol","title":"preference(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"preference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/preference(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/preference(key:value:)"},"doc://Flow/documentation/Flow/VFlow/onDeleteCommand(perform:)":{"role":"symbol","title":"onDeleteCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDeleteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDeleteCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondeletecommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-8tq7s","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-8tq7s"},"doc://Flow/documentation/Flow/VFlow/onChange(of:perform:)":{"role":"symbol","title":"onChange(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onChange(of:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onchange(of:perform:)"},"doc://Flow/documentation/Flow/VFlow/contentTransition(_:)":{"role":"symbol","title":"contentTransition(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentTransition"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ContentTransition","preciseIdentifier":"s:7SwiftUI17ContentTransitionV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentTransition(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contenttransition(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(activationPoint:)-29xb5":{"role":"symbol","title":"accessibility(activationPoint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"activationPoint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(activationPoint:)-29xb5","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(activationpoint:)-29xb5"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-1nrqw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-1nrqw"},"doc://Flow/documentation/Flow/VFlow/backgroundStyle(_:)":{"role":"symbol","title":"backgroundStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/backgroundstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/mask(alignment:_:)":{"role":"symbol","title":"mask(alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"mask"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Mask"},{"kind":"text","text":">("},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Mask"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/mask(alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/mask(alignment:_:)"},"doc://Flow/documentation/Flow/VFlow/projectionEffect(_:)":{"role":"symbol","title":"projectionEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"projectionEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ProjectionTransform","preciseIdentifier":"s:7SwiftUI19ProjectionTransformV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/projectionEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/projectioneffect(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityHint(_:)-4a8ym":{"role":"symbol","title":"accessibilityHint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHint(_:)-4a8ym","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhint(_:)-4a8ym"},"doc://Flow/documentation/Flow/VFlow/fontWidth(_:)":{"role":"symbol","title":"fontWidth(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWidth"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Width","preciseIdentifier":"s:7SwiftUI4FontV5WidthV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWidth(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontwidth(_:)"},"doc://Flow/documentation/Flow/VFlow/imageScale(_:)":{"role":"symbol","title":"imageScale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"imageScale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Image","preciseIdentifier":"s:7SwiftUI5ImageV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Scale","preciseIdentifier":"s:7SwiftUI5ImageV5ScaleO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/imageScale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/imagescale(_:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:message:)-281fz":{"role":"symbol","title":"alert(_:isPresented:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:message:)-281fz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:message:)-281fz"},"doc://Flow/documentation/Flow/VFlow/onSubmit(of:_:)":{"role":"symbol","title":"onSubmit(of:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onSubmit"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SubmitTriggers","preciseIdentifier":"s:7SwiftUI14SubmitTriggersV"},{"kind":"text","text":", (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onSubmit(of:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onsubmit(of:_:)"},"doc://Flow/documentation/Flow/VFlow/overlay(_:in:fillStyle:)":{"role":"symbol","title":"overlay(_:in:fillStyle:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"fillStyle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:in:fillStyle:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlay(_:in:fillstyle:)"},"doc://Flow/documentation/Flow/VFlow/containerShape(_:)":{"role":"symbol","title":"containerShape(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"containerShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/containerShape(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/containershape(_:)"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-7dzlk":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeThrough","preciseIdentifier":"s:s19PartialRangeThroughV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-7dzlk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-7dzlk"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:isTargeted:perform:)-7ds8d":{"role":"symbol","title":"onDrop(of:isTargeted:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:isTargeted:perform:)-7ds8d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:istargeted:perform:)-7ds8d"},"doc://Flow/documentation/Flow/VFlow/safeAreaInset(edge:alignment:spacing:content:)-ezbz":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalAlignment","preciseIdentifier":"s:7SwiftUI17VerticalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-ezbz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-ezbz"},"doc://Flow/documentation/Flow/VFlow/previewDevice(_:)":{"role":"symbol","title":"previewDevice(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewDevice"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewDevice","preciseIdentifier":"s:7SwiftUI13PreviewDeviceV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewDevice(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewdevice(_:)"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:validator:perform:)-1e5ja":{"role":"symbol","title":"onPasteCommand(of:validator:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Payload"},{"kind":"text","text":">("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"validator"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Payload"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:validator:perform:)-1e5ja","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onpastecommand(of:validator:perform:)-1e5ja"},"doc://Flow/documentation/Flow/VFlow/deleteDisabled(_:)":{"role":"symbol","title":"deleteDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"deleteDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/deleteDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/deletedisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/onPreferenceChange(_:perform:)":{"role":"symbol","title":"onPreferenceChange(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPreferenceChange"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPreferenceChange(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onpreferencechange(_:perform:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-85q9f":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-85q9f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-85q9f"},"doc://Flow/documentation/Flow/VFlow/lineSpacing(_:)":{"role":"symbol","title":"lineSpacing(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineSpacing"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineSpacing(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linespacing(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-llrk":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">(["},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-llrk","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-llrk"},"doc://Flow/documentation/Flow/VFlow/alert(isPresented:error:actions:message:)":{"role":"symbol","title":"alert(isPresented:error:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"error"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(isPresented:error:actions:message:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(ispresented:error:actions:message:)"},"doc://Flow/documentation/Flow/VFlow/listItemTint(_:)-48zqj":{"role":"symbol","title":"listItemTint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listItemTint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listItemTint(_:)-48zqj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listitemtint(_:)-48zqj"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-6zba5":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-6zba5","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-6zba5"},"doc://Flow/documentation/Flow/VFlow/clipped(antialiased:)":{"role":"symbol","title":"clipped(antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipped"},{"kind":"text","text":"("},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipped(antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/clipped(antialiased:)"},"doc://Flow/documentation/Flow/VFlow/baselineOffset(_:)":{"role":"symbol","title":"baselineOffset(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"baselineOffset"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/baselineOffset(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/baselineoffset(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:preview:)-7xvnq":{"role":"symbol","title":"navigationDocument(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"I2"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SharePreview","preciseIdentifier":"s:7SwiftUI12SharePreviewV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"I1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"I2"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:preview:)-7xvnq","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:preview:)-7xvnq"},"doc://Flow/documentation/Flow/VFlow/clipShape(_:style:)":{"role":"symbol","title":"clipShape(_:style:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"clipShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"FillStyle","preciseIdentifier":"s:7SwiftUI9FillStyleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/clipShape(_:style:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/clipshape(_:style:)"},"doc://Flow/documentation/Flow/VFlow/shadow(color:radius:x:y:)":{"role":"symbol","title":"shadow(color:radius:x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"shadow"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/shadow(color:radius:x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/shadow(color:radius:x:y:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityChartDescriptor(_:)":{"role":"symbol","title":"accessibilityChartDescriptor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityChartDescriptor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"R"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"R"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityChartDescriptor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitychartdescriptor(_:)"},"doc://Flow/documentation/Flow/VFlow/swipeActions(edge:allowsFullSwipe:content:)":{"role":"symbol","title":"swipeActions(edge:allowsFullSwipe:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"swipeActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalEdge","preciseIdentifier":"s:7SwiftUI14HorizontalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"allowsFullSwipe"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/swipeActions(edge:allowsFullSwipe:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/swipeactions(edge:allowsfullswipe:content:)"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/VFlow/previewInterfaceOrientation(_:)":{"role":"symbol","title":"previewInterfaceOrientation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewInterfaceOrientation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"InterfaceOrientation","preciseIdentifier":"s:7SwiftUI20InterfaceOrientationV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewInterfaceOrientation(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewinterfaceorientation(_:)"},"doc://Flow/documentation/Flow/VFlow/hidden()":{"role":"symbol","title":"hidden()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hidden"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/hidden()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/hidden()"},"doc://Flow/documentation/Flow/VFlow/allowsHitTesting(_:)":{"role":"symbol","title":"allowsHitTesting(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"allowsHitTesting"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/allowsHitTesting(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/allowshittesting(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityActions(_:)":{"role":"symbol","title":"accessibilityActions(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActions"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActions(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactions(_:)"},"doc://Flow/documentation/Flow/VFlow/grayscale(_:)":{"role":"symbol","title":"grayscale(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"grayscale"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/grayscale(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/grayscale(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabeledPair(role:id:in:)":{"role":"symbol","title":"accessibilityLabeledPair(role:id:in:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabeledPair"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"externalParam","text":"role"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AccessibilityLabeledPairRole","preciseIdentifier":"s:7SwiftUI28AccessibilityLabeledPairRoleO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":", "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabeledPair(role:id:in:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabeledpair(role:id:in:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRepresentation(representation:)":{"role":"symbol","title":"accessibilityRepresentation(representation:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRepresentation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"representation"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRepresentation(representation:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrepresentation(representation:)"},"doc://Flow/documentation/Flow/VFlow/speechAnnouncementsQueued(_:)":{"role":"symbol","title":"speechAnnouncementsQueued(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechAnnouncementsQueued"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechAnnouncementsQueued(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechannouncementsqueued(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:)-4563m":{"role":"symbol","title":"accessibilityRotor(_:entries:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:)-4563m","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:)-4563m"},"doc://Flow/documentation/Flow/VFlow/environmentObject(_:)":{"role":"symbol","title":"environmentObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environmentObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environmentObject(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/environmentobject(_:)"},"doc://Flow/documentation/Flow/VFlow/highPriorityGesture(_:including:)":{"role":"symbol","title":"highPriorityGesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"highPriorityGesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/highPriorityGesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/highprioritygesture(_:including:)"},"doc://Flow/documentation/Flow/VFlow/draggable(_:preview:)":{"role":"symbol","title":"draggable(_:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"draggable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/draggable(_:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/draggable(_:preview:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityAction(_:_:)":{"role":"symbol","title":"accessibilityAction(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilityActionKind","preciseIdentifier":"s:7SwiftUI23AccessibilityActionKindV"},{"kind":"text","text":", () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAction(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityaction(_:_:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-11wj1":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-11wj1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-11wj1"},"doc://Flow/documentation/Flow/VFlow/navigationBarBackButtonHidden(_:)":{"role":"symbol","title":"navigationBarBackButtonHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarBackButtonHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarBackButtonHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationbarbackbuttonhidden(_:)"},"doc://Flow/documentation/Flow/VFlow/defaultAppStorage(_:)":{"role":"symbol","title":"defaultAppStorage(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultAppStorage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UserDefaults","preciseIdentifier":"c:objc(cs)NSUserDefaults"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultAppStorage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/defaultappstorage(_:)"},"doc://Flow/documentation/Flow/VFlow/overlay(_:alignment:)":{"role":"symbol","title":"overlay(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Overlay"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Overlay"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/overlay(_:alignment:)"},"doc://Flow/documentation/Flow/VFlow/transformEnvironment(_:transform:)":{"role":"symbol","title":"transformEnvironment(_:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEnvironment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEnvironment(_:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformenvironment(_:transform:)"},"doc://Flow/documentation/Flow/VFlow/dynamicTypeSize(_:)":{"role":"symbol","title":"dynamicTypeSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dynamicTypeSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"DynamicTypeSize","preciseIdentifier":"s:7SwiftUI15DynamicTypeSizeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dynamicTypeSize(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/dynamictypesize(_:)"},"doc://Flow/documentation/Flow/VFlow/gridCellColumns(_:)":{"role":"symbol","title":"gridCellColumns(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellColumns"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellColumns(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellcolumns(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityLabel(_:)-3y0fn":{"role":"symbol","title":"accessibilityLabel(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityLabel"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityLabel(_:)-3y0fn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitylabel(_:)-3y0fn"},"doc://Flow/documentation/Flow/VFlow/importableFromServices(for:action:)":{"role":"symbol","title":"importableFromServices(for:action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"importableFromServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/importableFromServices(for:action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/importablefromservices(for:action:)"},"doc://Flow/documentation/Flow/VFlow/focusable(_:onFocusChange:)":{"role":"symbol","title":"focusable(_:onFocusChange:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusable"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onFocusChange"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusable(_:onFocusChange:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/focusable(_:onfocuschange:)"},"doc://Flow/documentation/Flow/VFlow/colorScheme(_:)":{"role":"symbol","title":"colorScheme(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"colorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/colorScheme(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/colorscheme(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityHidden(_:)":{"role":"symbol","title":"accessibilityHidden(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityHidden"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityHidden(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityhidden(_:)"},"doc://Flow/documentation/Flow/VFlow/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)":{"role":"symbol","title":"onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onLongPressGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"minimumDuration"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maximumDistance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onPressingChanged"},{"kind":"text","text":": (("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onlongpressgesture(minimumduration:maximumdistance:perform:onpressingchanged:)"},"doc://Flow/documentation/Flow/VFlow/overlay(_:ignoresSafeAreaEdges:)":{"role":"symbol","title":"overlay(_:ignoresSafeAreaEdges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlay"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"ignoresSafeAreaEdges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlay(_:ignoresSafeAreaEdges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlay(_:ignoressafeareaedges:)"},"doc://Flow/documentation/Flow/VFlow/alert(item:content:)":{"role":"symbol","title":"alert(item:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Item"},{"kind":"text","text":">("},{"kind":"externalParam","text":"item"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":"?>, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Item"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Alert","preciseIdentifier":"s:7SwiftUI5AlertV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(item:content:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/alert(item:content:)"},"doc://Flow/documentation/Flow/VFlow/layoutValue(key:value:)":{"role":"symbol","title":"layoutValue(key:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"layoutValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/layoutValue(key:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/layoutvalue(key:value:)"},"doc://Flow/documentation/Flow/VFlow/refreshable(action:)":{"role":"symbol","title":"refreshable(action:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"refreshable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"action"},{"kind":"text","text":": () "},{"kind":"keyword","text":"async"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/refreshable(action:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/refreshable(action:)"},"doc://Flow/documentation/Flow/VFlow/onCutCommand(perform:)":{"role":"symbol","title":"onCutCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCutCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"])?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCutCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncutcommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityFocused(_:equals:)":{"role":"symbol","title":"accessibilityFocused(_:equals:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityFocused"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"AccessibilityFocusState","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI23AccessibilityFocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"equals"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityFocused(_:equals:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityfocused(_:equals:)"},"doc://Flow/documentation/Flow/VFlow/scrollDisabled(_:)":{"role":"symbol","title":"scrollDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrolldisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/anchorPreference(key:value:transform:)":{"role":"symbol","title":"anchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"anchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/anchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/anchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow/VFlow/transformEffect(_:)":{"role":"symbol","title":"transformEffect(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGAffineTransform","preciseIdentifier":"c:@S@CGAffineTransform"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformEffect(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformeffect(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityActivationPoint(_:)-6jhkt":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-6jhkt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-6jhkt"},"doc://Flow/documentation/Flow/VFlow/navigationDestination(for:destination:)":{"role":"symbol","title":"navigationDestination(for:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(for:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdestination(for:destination:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-20kuj":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-20kuj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-20kuj"},"doc://Flow/documentation/Flow/VFlow/gaugeStyle(_:)":{"role":"symbol","title":"gaugeStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gaugeStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gaugeStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gaugestyle(_:)"},"doc://Flow/documentation/Flow/VFlow/onDisappear(perform:)":{"role":"symbol","title":"onDisappear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDisappear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDisappear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondisappear(perform:)"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-7l7uw":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7l7uw","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-7l7uw"},"doc://Flow/documentation/Flow/VFlow/focusSection()":{"role":"symbol","title":"focusSection()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusSection"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusSection()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focussection()"},"doc://Flow/documentation/Flow/VFlow/navigationSubtitle(_:)-6oqyx":{"role":"symbol","title":"navigationSubtitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSubtitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSubtitle(_:)-6oqyx","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsubtitle(_:)-6oqyx"},"doc://Flow/documentation/Flow/VFlow/exportsItemProviders(_:onExport:)":{"role":"symbol","title":"exportsItemProviders(_:onExport:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportsItemProviders"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onExport"},{"kind":"text","text":": () -> ["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportsItemProviders(_:onExport:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportsitemproviders(_:onexport:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-8y7im":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-8y7im","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-8y7im"},"doc://Flow/documentation/Flow/VFlow/onReceive(_:perform:)":{"role":"symbol","title":"onReceive(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onReceive"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Output"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onReceive(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onreceive(_:perform:)"},"doc://Flow/documentation/Flow/VFlow/scrollDismissesKeyboard(_:)":{"role":"symbol","title":"scrollDismissesKeyboard(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollDismissesKeyboard"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ScrollDismissesKeyboardMode","preciseIdentifier":"s:7SwiftUI27ScrollDismissesKeyboardModeV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollDismissesKeyboard(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrolldismisseskeyboard(_:)"},"doc://Flow/documentation/Flow/VFlow/disableAutocorrection(_:)":{"role":"symbol","title":"disableAutocorrection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disableAutocorrection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disableAutocorrection(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/disableautocorrection(_:)"},"doc://Flow/documentation/Flow/VFlow/onPlayPauseCommand(perform:)":{"role":"symbol","title":"onPlayPauseCommand(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPlayPauseCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPlayPauseCommand(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onplaypausecommand(perform:)"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-3jo4w":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PartialRangeFrom","preciseIdentifier":"s:s16PartialRangeFromV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-3jo4w","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-3jo4w"},"doc://Flow/documentation/Flow/VFlow/symbolVariant(_:)":{"role":"symbol","title":"symbolVariant(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"symbolVariant"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SymbolVariants","preciseIdentifier":"s:7SwiftUI14SymbolVariantsV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/symbolVariant(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/symbolvariant(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(sortPriority:)":{"role":"symbol","title":"accessibility(sortPriority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"sortPriority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(sortPriority:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(sortpriority:)"},"doc://Flow/documentation/Flow/VFlow/blur(radius:opaque:)":{"role":"symbol","title":"blur(radius:opaque:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"blur"},{"kind":"text","text":"("},{"kind":"externalParam","text":"radius"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"opaque"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/blur(radius:opaque:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/blur(radius:opaque:)"},"doc://Flow/documentation/Flow/VFlow/handlesExternalEvents(preferring:allowing:)":{"role":"symbol","title":"handlesExternalEvents(preferring:allowing:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"handlesExternalEvents"},{"kind":"text","text":"("},{"kind":"externalParam","text":"preferring"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/handlesExternalEvents(preferring:allowing:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/handlesexternalevents(preferring:allowing:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-9zkgj","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-9zkgj"},"doc://Flow/documentation/Flow/VFlow/gridCellUnsizedAxes(_:)":{"role":"symbol","title":"gridCellUnsizedAxes(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellUnsizedAxes"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Axis","preciseIdentifier":"s:7SwiftUI4AxisO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4AxisO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellUnsizedAxes(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellunsizedaxes(_:)"},"doc://Flow/documentation/Flow/VFlow/overlayPreferenceValue(_:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlaypreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:placement:prompt:token:)-3h7yl":{"role":"symbol","title":"searchable(text:tokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:placement:prompt:token:)-3h7yl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:placement:prompt:token:)-3h7yl"},"doc://Flow/documentation/Flow/VFlow/onDrop(of:delegate:)-6fwv":{"role":"symbol","title":"onDrop(of:delegate:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onDrop"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"delegate"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DropDelegate","preciseIdentifier":"s:7SwiftUI12DropDelegateP"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onDrop(of:delegate:)-6fwv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ondrop(of:delegate:)-6fwv"},"doc://Flow/documentation/Flow/VFlow/previewLayout(_:)":{"role":"symbol","title":"previewLayout(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"previewLayout"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"PreviewLayout","preciseIdentifier":"s:7SwiftUI13PreviewLayoutO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/previewLayout(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/previewlayout(_:)"},"doc://Flow/documentation/Flow/VFlow/contextMenu(menuItems:preview:)":{"role":"symbol","title":"contextMenu(menuItems:preview:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contextMenu"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"externalParam","text":"menuItems"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":", "},{"kind":"externalParam","text":"preview"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contextMenu(menuItems:preview:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contextmenu(menuitems:preview:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(value:)":{"role":"symbol","title":"accessibility(value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(value:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(value:)"},"doc://Flow/documentation/Flow/VFlow/toolbar(content:)-312g3":{"role":"symbol","title":"toolbar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(content:)-312g3","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(content:)-312g3"},"doc://Flow/documentation/Flow/VFlow/toolbarColorScheme(_:for:)":{"role":"symbol","title":"toolbarColorScheme(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarColorScheme"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ColorScheme","preciseIdentifier":"s:7SwiftUI11ColorSchemeO"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarColorScheme(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarcolorscheme(_:for:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-6ak9f":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-6ak9f","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-6ak9f"},"doc://Flow/documentation/Flow/VFlow/background(_:alignment:)":{"role":"symbol","title":"background(_:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"background"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Background"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Background"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/background(_:alignment:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/background(_:alignment:)"},"doc://Flow/documentation/Flow/VFlow/toolbarRole(_:)":{"role":"symbol","title":"toolbarRole(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbarRole"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ToolbarRole","preciseIdentifier":"s:7SwiftUI11ToolbarRoleV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbarRole(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbarrole(_:)"},"doc://Flow/documentation/Flow/VFlow/focusedSceneValue(_:_:)-5429z":{"role":"symbol","title":"focusedSceneValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneValue(_:_:)-5429z","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedscenevalue(_:_:)-5429z"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:message:)-80kga","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:message:)-80kga"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-756bz":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-756bz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-756bz"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:)-5fz36":{"role":"symbol","title":"keyboardShortcut(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyboardShortcut","preciseIdentifier":"s:7SwiftUI16KeyboardShortcutV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:)-5fz36","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:)-5fz36"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hjpz":{"role":"symbol","title":"fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"document"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"defaultFilename"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)-3hjpz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-3hjpz"},"doc://Flow/documentation/Flow/VFlow/interactiveDismissDisabled(_:)":{"role":"symbol","title":"interactiveDismissDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"interactiveDismissDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/interactiveDismissDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/interactivedismissdisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/frame(width:height:alignment:)":{"role":"symbol","title":"frame(width:height:alignment:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"frame"},{"kind":"text","text":"("},{"kind":"externalParam","text":"width"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"height"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/frame(width:height:alignment:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/frame(width:height:alignment:)"},"doc://Flow/documentation/Flow/VFlow/listStyle(_:)":{"role":"symbol","title":"listStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/liststyle(_:)"},"doc://Flow/documentation/Flow/VFlow/focused(_:)":{"role":"symbol","title":"focused(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focused"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focused(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focused(_:)"},"doc://Flow/documentation/Flow/VFlow/labeledContentStyle(_:)":{"role":"symbol","title":"labeledContentStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"labeledContentStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/labeledContentStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/labeledcontentstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-7cwut":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-7cwut","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-7cwut"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:message:)-6soxv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:message:)-6soxv"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-6ih0d":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-6ih0d","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-6ih0d"},"doc://Flow/documentation/Flow/VFlow/opacity(_:)":{"role":"symbol","title":"opacity(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"opacity"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/opacity(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/opacity(_:)"},"doc://Flow/documentation/Flow/VFlow/searchSuggestions(_:for:)":{"role":"symbol","title":"searchSuggestions(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchSuggestions"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchSuggestionsPlacement","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI26SearchSuggestionsPlacementV3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchSuggestions(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchsuggestions(_:for:)"},"doc://Flow/documentation/Flow/VFlow/touchBar(content:)":{"role":"symbol","title":"touchBar(content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbar(content:)"},"doc://Flow/documentation/Flow/VFlow/textCase(_:)":{"role":"symbol","title":"textCase(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textCase"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Case","preciseIdentifier":"s:7SwiftUI4TextV4CaseO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textCase(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textcase(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityScrollAction(_:)":{"role":"symbol","title":"accessibilityScrollAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityScrollAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityScrollAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityscrollaction(_:)"},"doc://Flow/documentation/Flow/VFlow/onAppear(perform:)":{"role":"symbol","title":"onAppear(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onAppear"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onAppear(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onappear(perform:)"},"doc://Flow/documentation/Flow/VFlow/presentedWindowToolbarStyle(_:)":{"role":"symbol","title":"presentedWindowToolbarStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentedWindowToolbarStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentedWindowToolbarStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentedwindowtoolbarstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/presentationDetents(_:selection:)":{"role":"symbol","title":"presentationDetents(_:selection:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"presentationDetents"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:Sh"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"selection"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"PresentationDetent","preciseIdentifier":"s:7SwiftUI18PresentationDetentV"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/presentationDetents(_:selection:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/presentationdetents(_:selection:)"},"doc://Flow/documentation/Flow/VFlow/padding(_:_:)":{"role":"symbol","title":"padding(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:_:)"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-6q17h":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-6q17h","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-6q17h"},"doc://Flow/documentation/Flow/VFlow/defaultFocus(_:_:priority:)":{"role":"symbol","title":"defaultFocus(_:_:priority:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"defaultFocus"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"priority"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DefaultFocusEvaluationPriority","preciseIdentifier":"s:7SwiftUI30DefaultFocusEvaluationPriorityV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/defaultFocus(_:_:priority:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/defaultfocus(_:_:priority:)"},"doc://Flow/documentation/Flow/VFlow/toolbar(id:content:)":{"role":"symbol","title":"toolbar(id:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(id:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(id:content:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityActivationPoint(_:)-43kjh":{"role":"symbol","title":"accessibilityActivationPoint(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityActivationPoint"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityActivationPoint(_:)-43kjh","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityactivationpoint(_:)-43kjh"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:actions:)-8l0ej":{"role":"symbol","title":"alert(_:isPresented:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:actions:)-8l0ej","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:actions:)-8l0ej"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-7dlwt","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-7dlwt"},"doc://Flow/documentation/Flow/VFlow/focusedValue(_:_:)-4lbna":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-4lbna","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedvalue(_:_:)-4lbna"},"doc://Flow/documentation/Flow/VFlow/focusedSceneObject(_:)-3ayn0":{"role":"symbol","title":"focusedSceneObject(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedSceneObject"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedSceneObject(_:)-3ayn0","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedsceneobject(_:)-3ayn0"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-2c8w2","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-2c8w2"},"doc://Flow/documentation/Flow/VFlow/focusScope(_:)":{"role":"symbol","title":"focusScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Namespace","preciseIdentifier":"s:7SwiftUI9NamespaceV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID","preciseIdentifier":"s:7SwiftUI9NamespaceV2IDV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusscope(_:)"},"doc://Flow/documentation/Flow/VFlow/onTapGesture(count:perform:)":{"role":"symbol","title":"onTapGesture(count:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onTapGesture"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onTapGesture(count:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ontapgesture(count:perform:)"},"doc://Flow/documentation/Flow/VFlow/padding(_:)-36kz7":{"role":"symbol","title":"padding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"padding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/padding(_:)-36kz7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/padding(_:)-36kz7"},"doc://Flow/documentation/Flow/VFlow/fontDesign(_:)":{"role":"symbol","title":"fontDesign(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontDesign"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Design","preciseIdentifier":"s:7SwiftUI4FontV6DesignO"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontDesign(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontdesign(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationSplitViewColumnWidth(min:ideal:max:)":{"role":"symbol","title":"navigationSplitViewColumnWidth(min:ideal:max:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationSplitViewColumnWidth"},{"kind":"text","text":"("},{"kind":"externalParam","text":"min"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"ideal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"max"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationSplitViewColumnWidth(min:ideal:max:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationsplitviewcolumnwidth(min:ideal:max:)"},"doc://Flow/documentation/Flow/VFlow/onOpenURL(perform:)":{"role":"symbol","title":"onOpenURL(perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onOpenURL"},{"kind":"text","text":"("},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onOpenURL(perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/onopenurl(perform:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityAdjustableAction(_:)":{"role":"symbol","title":"accessibilityAdjustableAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityAdjustableAction"},{"kind":"text","text":"(("},{"kind":"typeIdentifier","text":"AccessibilityAdjustmentDirection","preciseIdentifier":"s:7SwiftUI32AccessibilityAdjustmentDirectionO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityAdjustableAction(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityadjustableaction(_:)"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-80jsd":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-80jsd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-80jsd"},"doc://Flow/documentation/Flow/VFlow/submitScope(_:)":{"role":"symbol","title":"submitScope(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"submitScope"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/submitScope(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/submitscope(_:)"},"doc://Flow/documentation/Flow/VFlow/disclosureGroupStyle(_:)":{"role":"symbol","title":"disclosureGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disclosureGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disclosureGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/disclosuregroupstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/gesture(_:including:)":{"role":"symbol","title":"gesture(_:including:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gesture"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":", "},{"kind":"externalParam","text":"including"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"GestureMask","preciseIdentifier":"s:7SwiftUI11GestureMaskV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gesture(_:including:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gesture(_:including:)"},"doc://Flow/documentation/Flow/VFlow/menuOrder(_:)":{"role":"symbol","title":"menuOrder(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuOrder"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"MenuOrder","preciseIdentifier":"s:7SwiftUI9MenuOrderV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuOrder(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menuorder(_:)"},"doc://Flow/documentation/Flow/VFlow/edgesIgnoringSafeArea(_:)":{"role":"symbol","title":"edgesIgnoringSafeArea(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"edgesIgnoringSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/edgesIgnoringSafeArea(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/edgesignoringsafearea(_:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:)-19sfb":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-19sfb","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-19sfb"},"doc://Flow/documentation/Flow/VFlow/fontWeight(_:)":{"role":"symbol","title":"fontWeight(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fontWeight"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Font","preciseIdentifier":"s:7SwiftUI4FontV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Weight","preciseIdentifier":"s:7SwiftUI4FontV6WeightV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fontWeight(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fontweight(_:)"},"doc://Flow/documentation/Flow/VFlow/touchBarItemPresence(_:)":{"role":"symbol","title":"touchBarItemPresence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBarItemPresence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"TouchBarItemPresence","preciseIdentifier":"s:7SwiftUI20TouchBarItemPresenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBarItemPresence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbaritempresence(_:)"},"doc://Flow/documentation/Flow/VFlow/lineLimit(_:)-9nxap":{"role":"symbol","title":"lineLimit(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"lineLimit"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/lineLimit(_:)-9nxap","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/linelimit(_:)-9nxap"},"doc://Flow/documentation/Flow/VFlow/transformPreference(_:_:)":{"role":"symbol","title":"transformPreference(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformPreference(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformpreference(_:_:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:presenting:actions:)-193i6","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:presenting:actions:)-193i6"},"doc://Flow/documentation/Flow/VFlow/animation(_:value:)":{"role":"symbol","title":"animation(_:value:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:value:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/animation(_:value:)"},"doc://Flow/documentation/Flow/VFlow/navigationDestination(isPresented:destination:)":{"role":"symbol","title":"navigationDestination(isPresented:destination:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"destination"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDestination(isPresented:destination:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdestination(ispresented:destination:)"},"doc://Flow/documentation/Flow/VFlow/tabViewStyle(_:)":{"role":"symbol","title":"tabViewStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabViewStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabViewStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tabviewstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/sheet(isPresented:onDismiss:content:)":{"role":"symbol","title":"sheet(isPresented:onDismiss:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"sheet"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"onDismiss"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/sheet(isPresented:onDismiss:content:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/sheet(ispresented:ondismiss:content:)"},"doc://Flow/documentation/Flow/VFlow/navigationDocument(_:)":{"role":"symbol","title":"navigationDocument(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationDocument"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationDocument(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationdocument(_:)"},"doc://Flow/documentation/Flow/VFlow/gridCellAnchor(_:)":{"role":"symbol","title":"gridCellAnchor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"gridCellAnchor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/gridCellAnchor(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/gridcellanchor(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityInputLabels(_:)-45bbd":{"role":"symbol","title":"accessibilityInputLabels(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityInputLabels"},{"kind":"text","text":"(["},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityInputLabels(_:)-45bbd","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityinputlabels(_:)-45bbd"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:)-1so2a":{"role":"symbol","title":"navigationBarTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:)-1so2a","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:)-1so2a"},"doc://Flow/documentation/Flow/VFlow/scenePadding(_:)":{"role":"symbol","title":"scenePadding(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scenePadding"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scenePadding(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scenepadding(_:)"},"doc://Flow/documentation/Flow/VFlow/contentShape(_:_:eoFill:)":{"role":"symbol","title":"contentShape(_:_:eoFill:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"contentShape"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"ContentShapeKinds","preciseIdentifier":"s:7SwiftUI17ContentShapeKindsV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"eoFill"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/contentShape(_:_:eoFill:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/contentshape(_:_:eofill:)"},"doc://Flow/documentation/Flow/VFlow/textSelection(_:)":{"role":"symbol","title":"textSelection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"textSelection"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/textSelection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/textselection(_:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-38pcu":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"AccessibilitySystemRotor","preciseIdentifier":"s:7SwiftUI24AccessibilitySystemRotorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-38pcu","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-38pcu"},"doc://Flow/documentation/Flow/VFlow/backgroundPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/backgroundpreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow/VFlow/userActivity(_:element:_:)":{"role":"symbol","title":"userActivity(_:element:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"userActivity"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"P"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"element"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":"?, ("},{"kind":"typeIdentifier","text":"P"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"NSUserActivity","preciseIdentifier":"c:objc(cs)NSUserActivity"},{"kind":"text","text":") -> ()) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/userActivity(_:element:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/useractivity(_:element:_:)"},"doc://Flow/documentation/Flow/VFlow/autocorrectionDisabled(_:)":{"role":"symbol","title":"autocorrectionDisabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"autocorrectionDisabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/autocorrectionDisabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/autocorrectiondisabled(_:)"},"doc://Flow/documentation/Flow/VFlow/onCommand(_:perform:)":{"role":"symbol","title":"onCommand(_:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onCommand"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Selector","preciseIdentifier":"s:10ObjectiveC8SelectorV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (() -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":")?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onCommand(_:perform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/oncommand(_:perform:)"},"doc://Flow/documentation/Flow/VFlow/brightness(_:)":{"role":"symbol","title":"brightness(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"brightness"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/brightness(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/brightness(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-648on":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-648on","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-648on"},"doc://Flow/documentation/Flow/VFlow/kerning(_:)":{"role":"symbol","title":"kerning(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"kerning"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/kerning(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/kerning(_:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:suggestions:)-4uoxf":{"role":"symbol","title":"searchable(text:placement:prompt:suggestions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"suggestions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:suggestions:)-4uoxf","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:suggestions:)-4uoxf"},"doc://Flow/documentation/Flow/VFlow/luminanceToAlpha()":{"role":"symbol","title":"luminanceToAlpha()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"luminanceToAlpha"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/luminanceToAlpha()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/luminancetoalpha()"},"doc://Flow/documentation/Flow/VFlow/coordinateSpace(name:)":{"role":"symbol","title":"coordinateSpace(name:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"coordinateSpace"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/coordinateSpace(name:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/coordinatespace(name:)"},"doc://Flow/documentation/Flow/VFlow/accessibility(hint:)":{"role":"symbol","title":"accessibility(hint:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibility"},{"kind":"text","text":"("},{"kind":"externalParam","text":"hint"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibility(hint:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibility(hint:)"},"doc://Flow/documentation/Flow/VFlow/transformAnchorPreference(key:value:transform:)":{"role":"symbol","title":"transformAnchorPreference(key:value:transform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"transformAnchorPreference"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"K"},{"kind":"text","text":">("},{"kind":"externalParam","text":"key"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Source","preciseIdentifier":"s:7SwiftUI6AnchorV6SourceV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"transform"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Anchor","preciseIdentifier":"s:7SwiftUI6AnchorV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/transformAnchorPreference(key:value:transform:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/transformanchorpreference(key:value:transform:)"},"doc://Flow/documentation/Flow/VFlow/scaledToFill()":{"role":"symbol","title":"scaledToFill()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scaledToFill"},{"kind":"text","text":"() -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scaledToFill()","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scaledtofill()"},"doc://Flow/documentation/Flow/VFlow/fileImporter(isPresented:allowedContentTypes:onCompletion:)":{"role":"symbol","title":"fileImporter(isPresented:allowedContentTypes:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileImporter"},{"kind":"text","text":"("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"allowedContentTypes"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileImporter(isPresented:allowedContentTypes:onCompletion:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileimporter(ispresented:allowedcontenttypes:oncompletion:)"},"doc://Flow/documentation/Flow/VFlow/environment(_:_:)":{"role":"symbol","title":"environment(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"environment"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EnvironmentValues","preciseIdentifier":"s:7SwiftUI17EnvironmentValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/environment(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/environment(_:_:)"},"doc://Flow/documentation/Flow/VFlow/formStyle(_:)":{"role":"symbol","title":"formStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"formStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/formStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/formstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/fixedSize(horizontal:vertical:)":{"role":"symbol","title":"fixedSize(horizontal:vertical:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fixedSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"horizontal"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"vertical"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fixedSize(horizontal:vertical:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fixedsize(horizontal:vertical:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:textRanges:)-77yn4":{"role":"symbol","title":"accessibilityRotor(_:textRanges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"textRanges"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Range","preciseIdentifier":"s:Sn"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Index","preciseIdentifier":"s:SS5IndexV"},{"kind":"text","text":">]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:textRanges:)-77yn4","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:textranges:)-77yn4"},"doc://Flow/documentation/Flow/VFlow/accessibilitySortPriority(_:)":{"role":"symbol","title":"accessibilitySortPriority(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilitySortPriority"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilitySortPriority(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilitysortpriority(_:)"},"doc://Flow/documentation/Flow/VFlow/backgroundPreferenceValue(_:_:)":{"role":"symbol","title":"backgroundPreferenceValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"backgroundPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Key"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":".Type, ("},{"kind":"typeIdentifier","text":"Key"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/backgroundPreferenceValue(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/backgroundpreferencevalue(_:_:)"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-7tf7x":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-7tf7x","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-7tf7x"},"doc://Flow/documentation/Flow/VFlow/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl":{"role":"symbol","title":"accessibilityRotor(_:entries:entryID:entryLabel:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityRotor"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"ID"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"externalParam","text":"entries"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"entryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"entryLabel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"KeyPath","preciseIdentifier":"s:s7KeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"EntryModel"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityRotor(_:entries:entryID:entryLabel:)-6wmzl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/accessibilityrotor(_:entries:entryid:entrylabel:)-6wmzl"},"doc://Flow/documentation/Flow/VFlow/headerProminence(_:)":{"role":"symbol","title":"headerProminence(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"headerProminence"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Prominence","preciseIdentifier":"s:7SwiftUI10ProminenceO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/headerProminence(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/headerprominence(_:)"},"doc://Flow/documentation/Flow/VFlow/toolbar(_:for:)":{"role":"symbol","title":"toolbar(_:for:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"toolbar"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ToolbarPlacement","preciseIdentifier":"s:7SwiftUI16ToolbarPlacementV"},{"kind":"text","text":"...) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/toolbar(_:for:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/toolbar(_:for:)"},"doc://Flow/documentation/Flow/VFlow/accessibilityCustomContent(_:_:importance:)-63ahp":{"role":"symbol","title":"accessibilityCustomContent(_:_:importance:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessibilityCustomContent"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"L"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"L"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":", "},{"kind":"externalParam","text":"importance"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AXCustomContent","preciseIdentifier":"c:objc(cs)AXCustomContent"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Importance","preciseIdentifier":"c:@E@AXCustomContentImportance"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"ModifiedContent","preciseIdentifier":"s:7SwiftUI15ModifiedContentV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"AccessibilityAttachmentModifier","preciseIdentifier":"s:7SwiftUI31AccessibilityAttachmentModifierV"},{"kind":"text","text":">"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/accessibilityCustomContent(_:_:importance:)-63ahp","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/accessibilitycustomcontent(_:_:importance:)-63ahp"},"doc://Flow/documentation/Flow/VFlow/badge(_:)-22epv":{"role":"symbol","title":"badge(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"badge"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/badge(_:)-22epv","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/badge(_:)-22epv"},"doc://Flow/documentation/Flow/VFlow/searchable(text:placement:prompt:)-7u1lz":{"role":"symbol","title":"searchable(text:placement:prompt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:placement:prompt:)-7u1lz","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:placement:prompt:)-7u1lz"},"doc://Flow/documentation/Flow/VFlow/searchScopes(_:scopes:)":{"role":"symbol","title":"searchScopes(_:scopes:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchScopes"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"scopes"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchScopes(_:scopes:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchscopes(_:scopes:)"},"doc://Flow/documentation/Flow/VFlow/safeAreaInset(edge:alignment:spacing:content:)-97qbs":{"role":"symbol","title":"safeAreaInset(edge:alignment:spacing:content:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"safeAreaInset"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"edge"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"VerticalEdge","preciseIdentifier":"s:7SwiftUI12VerticalEdgeO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"HorizontalAlignment","preciseIdentifier":"s:7SwiftUI19HorizontalAlignmentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"spacing"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"content"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/safeAreaInset(edge:alignment:spacing:content:)-97qbs","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/safeareainset(edge:alignment:spacing:content:)-97qbs"},"doc://Flow/documentation/Flow/VFlow/flipsForRightToLeftLayoutDirection(_:)":{"role":"symbol","title":"flipsForRightToLeftLayoutDirection(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"flipsForRightToLeftLayoutDirection"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/flipsForRightToLeftLayoutDirection(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/flipsforrighttoleftlayoutdirection(_:)"},"doc://Flow/documentation/Flow/VFlow/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl":{"role":"symbol","title":"searchable(text:tokens:suggestedTokens:placement:prompt:token:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"searchable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"externalParam","text":"text"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"tokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"suggestedTokens"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"placement"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"SearchFieldPlacement","preciseIdentifier":"s:7SwiftUI20SearchFieldPlacementV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"prompt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"token"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Element"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/searchable(text:tokens:suggestedTokens:placement:prompt:token:)-1szwl","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/searchable(text:tokens:suggestedtokens:placement:prompt:token:)-1szwl"},"doc://Flow/documentation/Flow/VFlow/touchBar(_:)":{"role":"symbol","title":"touchBar(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"touchBar"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Content"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"TouchBar","preciseIdentifier":"s:7SwiftUI8TouchBarV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Content"},{"kind":"text","text":">) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/touchBar(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/touchbar(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationBarTitle(_:displayMode:)-1ycu0":{"role":"symbol","title":"navigationBarTitle(_:displayMode:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationBarTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"displayMode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"NavigationBarItem","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"TitleDisplayMode","preciseIdentifier":"s:7SwiftUI17NavigationBarItemV16TitleDisplayModeO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationBarTitle(_:displayMode:)-1ycu0","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/navigationbartitle(_:displaymode:)-1ycu0"},"doc://Flow/documentation/Flow/VFlow/overlayPreferenceValue(_:alignment:_:)":{"role":"symbol","title":"overlayPreferenceValue(_:alignment:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"overlayPreferenceValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"K"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"alignment"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Alignment","preciseIdentifier":"s:7SwiftUI9AlignmentV"},{"kind":"text","text":", ("},{"kind":"typeIdentifier","text":"K"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/overlayPreferenceValue(_:alignment:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/overlaypreferencevalue(_:alignment:_:)"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:)-84ho7":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:)-84ho7","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:)-84ho7"},"doc://Flow/documentation/Flow/VFlow/dropDestination(for:action:isTargeted:)":{"role":"symbol","title":"dropDestination(for:action:isTargeted:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"dropDestination"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"externalParam","text":"for"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"action"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"CGPoint","preciseIdentifier":"c:@S@CGPoint"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isTargeted"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/dropDestination(for:action:isTargeted:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/dropdestination(for:action:istargeted:)"},"doc://Flow/documentation/Flow/VFlow/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf":{"role":"symbol","title":"fileExporter(isPresented:documents:contentType:onCompletion:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExporter"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"C"},{"kind":"text","text":">("},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"documents"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"C"},{"kind":"text","text":", "},{"kind":"externalParam","text":"contentType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"onCompletion"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Result","preciseIdentifier":"s:s6ResultO"},{"kind":"text","text":"<["},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":"], "},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/fileExporter(isPresented:documents:contentType:onCompletion:)-8bnhf","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/fileexporter(ispresented:documents:contenttype:oncompletion:)-8bnhf"},"doc://Flow/documentation/Flow/VFlow/ignoresSafeArea(_:edges:)":{"role":"symbol","title":"ignoresSafeArea(_:edges:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"ignoresSafeArea"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"SafeAreaRegions","preciseIdentifier":"s:7SwiftUI15SafeAreaRegionsV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"edges"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Edge","preciseIdentifier":"s:7SwiftUI4EdgeO"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Set","preciseIdentifier":"s:7SwiftUI4EdgeO3SetV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/ignoresSafeArea(_:edges:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/ignoressafearea(_:edges:)"},"doc://Flow/documentation/Flow/VFlow/onPasteCommand(of:perform:)-64e3w":{"role":"symbol","title":"onPasteCommand(of:perform:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"onPasteCommand"},{"kind":"text","text":"("},{"kind":"externalParam","text":"of"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"perform"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"NSItemProvider","preciseIdentifier":"c:objc(cs)NSItemProvider"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/onPasteCommand(of:perform:)-64e3w","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/onpastecommand(of:perform:)-64e3w"},"doc://Flow/documentation/Flow/VFlow/offset(x:y:)":{"role":"symbol","title":"offset(x:y:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"offset"},{"kind":"text","text":"("},{"kind":"externalParam","text":"x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/offset(x:y:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/offset(x:y:)"},"doc://Flow/documentation/Flow/VFlow/monospaced(_:)":{"role":"symbol","title":"monospaced(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"monospaced"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/monospaced(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/monospaced(_:)"},"doc://Flow/documentation/Flow/VFlow/focusedValue(_:_:)-fde6":{"role":"symbol","title":"focusedValue(_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"focusedValue"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"Value"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"WritableKeyPath","preciseIdentifier":"s:s15WritableKeyPathC"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"FocusedValues","preciseIdentifier":"s:7SwiftUI13FocusedValuesV"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?>, "},{"kind":"typeIdentifier","text":"Value"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/focusedValue(_:_:)-fde6","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/focusedvalue(_:_:)-fde6"},"doc://Flow/documentation/Flow/VFlow/keyboardShortcut(_:modifiers:)":{"role":"symbol","title":"keyboardShortcut(_:modifiers:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"keyboardShortcut"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"KeyEquivalent","preciseIdentifier":"s:7SwiftUI13KeyEquivalentV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"modifiers"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"EventModifiers","preciseIdentifier":"s:7SwiftUI14EventModifiersV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/keyboardShortcut(_:modifiers:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/keyboardshortcut(_:modifiers:)"},"doc://Flow/documentation/Flow/VFlow/controlGroupStyle(_:)":{"role":"symbol","title":"controlGroupStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"controlGroupStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/controlGroupStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/controlgroupstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/cornerRadius(_:antialiased:)":{"role":"symbol","title":"cornerRadius(_:antialiased:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"cornerRadius"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"antialiased"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/cornerRadius(_:antialiased:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/cornerradius(_:antialiased:)"},"doc://Flow/documentation/Flow/VFlow/pageCommand(value:in:step:)":{"role":"symbol","title":"pageCommand(value:in:step:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pageCommand"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"in"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"step"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pageCommand(value:in:step:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pagecommand(value:in:step:)"},"doc://Flow/documentation/Flow/VFlow/listRowBackground(_:)":{"role":"symbol","title":"listRowBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"listRowBackground"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/listRowBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/listrowbackground(_:)"},"doc://Flow/documentation/Flow/VFlow/renameAction(_:)-4j3bn":{"role":"symbol","title":"renameAction(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"renameAction"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"FocusState","preciseIdentifier":"s:7SwiftUI10FocusStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">."},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI10FocusStateV7BindingV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/renameAction(_:)-4j3bn","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/renameaction(_:)-4j3bn"},"doc://Flow/documentation/Flow/VFlow/tabItem(_:)":{"role":"symbol","title":"tabItem(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tabItem"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"V"},{"kind":"text","text":">(() -> "},{"kind":"typeIdentifier","text":"V"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tabItem(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tabitem(_:)"},"doc://Flow/documentation/Flow/VFlow/foregroundStyle(_:_:_:)":{"role":"symbol","title":"foregroundStyle(_:_:_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"foregroundStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S1"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S2"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"S3"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S1"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S2"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"S3"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/foregroundStyle(_:_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/foregroundstyle(_:_:_:)"},"doc://Flow/documentation/Flow/VFlow/exportableToServices(_:onEdit:)":{"role":"symbol","title":"exportableToServices(_:onEdit:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportableToServices"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"onEdit"},{"kind":"text","text":": (["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/exportableToServices(_:onEdit:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/exportabletoservices(_:onedit:)"},"doc://Flow/documentation/Flow/VFlow/tracking(_:)":{"role":"symbol","title":"tracking(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"tracking"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/tracking(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/tracking(_:)"},"doc://Flow/documentation/Flow/VFlow/disabled(_:)":{"role":"symbol","title":"disabled(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"disabled"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/disabled(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/disabled(_:)"},"doc://Flow/documentation/Flow/VFlow/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad":{"role":"symbol","title":"confirmationDialog(_:isPresented:titleVisibility:actions:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"confirmationDialog"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"A"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"Text","preciseIdentifier":"s:7SwiftUI4TextV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"titleVisibility"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": () -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/confirmationDialog(_:isPresented:titleVisibility:actions:)-6ioad","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/confirmationdialog(_:ispresented:titlevisibility:actions:)-6ioad"},"doc://Flow/documentation/Flow/VFlow/alert(_:isPresented:presenting:actions:message:)-7f2c1":{"role":"symbol","title":"alert(_:isPresented:presenting:actions:message:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"alert"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"A"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"M"},{"kind":"text","text":", "},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":", "},{"kind":"externalParam","text":"isPresented"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Binding","preciseIdentifier":"s:7SwiftUI7BindingV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":">, "},{"kind":"externalParam","text":"presenting"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"actions"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"A"},{"kind":"text","text":", "},{"kind":"externalParam","text":"message"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"M"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/alert(_:isPresented:presenting:actions:message:)-7f2c1","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/alert(_:ispresented:presenting:actions:message:)-7f2c1"},"doc://Flow/documentation/Flow/VFlow/pickerStyle(_:)":{"role":"symbol","title":"pickerStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"pickerStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/pickerStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/pickerstyle(_:)"},"doc://Flow/documentation/Flow/VFlow/speechSpellsOutCharacters(_:)":{"role":"symbol","title":"speechSpellsOutCharacters(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"speechSpellsOutCharacters"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/speechSpellsOutCharacters(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/speechspellsoutcharacters(_:)"},"doc://Flow/documentation/Flow/VFlow/menuStyle(_:)":{"role":"symbol","title":"menuStyle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"menuStyle"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"S"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"S"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/menuStyle(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/menustyle(_:)"},"doc://Flow/documentation/Flow/VFlow/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)":{"role":"symbol","title":"rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"rotation3DEffect"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Angle","preciseIdentifier":"s:7SwiftUI5AngleV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"axis"},{"kind":"text","text":": (x"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", y"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", z"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":"), "},{"kind":"externalParam","text":"anchor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UnitPoint","preciseIdentifier":"s:7SwiftUI9UnitPointV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"anchorZ"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"perspective"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGFloat","preciseIdentifier":"s:14CoreFoundation7CGFloatV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/rotation3DEffect(_:axis:anchor:anchorZ:perspective:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/rotation3deffect(_:axis:anchor:anchorz:perspective:)"},"doc://Flow/documentation/Flow/VFlow/animation(_:)":{"role":"symbol","title":"animation(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"animation"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Animation","preciseIdentifier":"s:7SwiftUI9AnimationV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/animation(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/flow\/vflow\/animation(_:)"},"doc://Flow/documentation/Flow/VFlow/navigationTitle(_:)-51uop":{"role":"symbol","title":"navigationTitle(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"navigationTitle"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"LocalizedStringKey","preciseIdentifier":"s:7SwiftUI18LocalizedStringKeyV"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/navigationTitle(_:)-51uop","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/navigationtitle(_:)-51uop"},"doc://Flow/documentation/Flow/VFlow/copyable(_:)":{"role":"symbol","title":"copyable(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"copyable"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"T"},{"kind":"text","text":">(() -> ["},{"kind":"typeIdentifier","text":"T"},{"kind":"text","text":"]) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/copyable(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/copyable(_:)"},"doc://Flow/documentation/Flow/VFlow/scrollContentBackground(_:)":{"role":"symbol","title":"scrollContentBackground(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"scrollContentBackground"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Visibility","preciseIdentifier":"s:7SwiftUI10VisibilityO"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/scrollContentBackground(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/scrollcontentbackground(_:)"}}} \ No newline at end of file diff --git a/data/documentation/flow/vflow/zindex(_:).json b/data/documentation/flow/vflow/zindex(_:).json index f1880010..995588a5 100644 --- a/data/documentation/flow/vflow/zindex(_:).json +++ b/data/documentation/flow/vflow/zindex(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/zindex(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/zIndex(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.zIndex(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"zIndex(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6zIndexyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow/VFlow/zIndex(_:)":{"role":"symbol","title":"zIndex(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/zIndex(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/zindex(_:)"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/flow\/vflow\/zindex(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/zIndex(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.zIndex(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Flow"}],"role":"symbol","title":"zIndex(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE6zIndexyQrSdF::SYNTHESIZED::s:4Flow5VFlowV","extendedModule":"SwiftUI","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Flow\/documentation\/Flow","doc:\/\/Flow\/documentation\/Flow\/VFlow","doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations"]]},"references":{"doc://Flow/documentation/Flow":{"role":"collection","title":"Flow","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow","kind":"symbol","type":"topic","url":"\/documentation\/flow"},"doc://Flow/documentation/Flow/VFlow":{"role":"symbol","title":"VFlow","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"VFlow"}],"abstract":[{"type":"text","text":"A view that arranges its children in a vertical flow layout."}],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"VFlow"}],"url":"\/documentation\/flow\/vflow"},"doc://Flow/documentation/Flow/VFlow/zIndex(_:)":{"role":"symbol","title":"zIndex(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"zIndex"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/zIndex(_:)","kind":"symbol","type":"topic","url":"\/documentation\/flow\/vflow\/zindex(_:)"},"doc://Flow/documentation/Flow/VFlow/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/Flow\/documentation\/Flow\/VFlow\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/flow\/vflow\/view-implementations"}}} \ No newline at end of file